com.xebialabs.deployit.ci
Class DeployitCliCache

java.lang.Object
  extended by com.xebialabs.deployit.ci.DeployitCliCache

public class DeployitCliCache
extends java.lang.Object


Constructor Summary
DeployitCliCache(java.lang.String deployitServerUrl)
           
 
Method Summary
 java.util.List<java.lang.String> artifacts(Credential credential)
           
 DeployitCliTemplate getCliTemplate(Credential key)
           
 java.util.Map<java.lang.String,java.util.List<java.lang.String>> getPropertiesIndexedByType(Credential credential)
           
 java.util.List<java.lang.String> resources(Credential credential)
           
 void setDeployitServerUrl(java.lang.String deployitServerUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployitCliCache

public DeployitCliCache(java.lang.String deployitServerUrl)
Method Detail

getCliTemplate

public DeployitCliTemplate getCliTemplate(Credential key)
                                   throws java.util.concurrent.ExecutionException
Throws:
java.util.concurrent.ExecutionException

resources

public java.util.List<java.lang.String> resources(Credential credential)

artifacts

public java.util.List<java.lang.String> artifacts(Credential credential)

getPropertiesIndexedByType

public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getPropertiesIndexedByType(Credential credential)

setDeployitServerUrl

public void setDeployitServerUrl(java.lang.String deployitServerUrl)