Uses of Class
com.xebialabs.deployit.plugin.was.ci.WasCell

Packages that use WasCell
com.xebialabs.deployit.plugin.was.ci   
com.xebialabs.deployit.plugin.was.step   
 

Uses of WasCell in com.xebialabs.deployit.plugin.was.ci
 

Fields in com.xebialabs.deployit.plugin.was.ci declared as WasCell
private  WasCell WasCluster.cell
           
private  WasCell WasNode.cell
           
 

Methods in com.xebialabs.deployit.plugin.was.ci that return WasCell
abstract  WasCell WasTarget.getCell()
           
 WasCell WasCluster.getCell()
           
 WasCell WasNode.getCell()
           
 WasCell WasServer.getCell()
           
 

Methods in com.xebialabs.deployit.plugin.was.ci with parameters of type WasCell
 void WasCluster.setCell(WasCell cell)
           
 void WasNode.setCell(WasCell cell)
           
 

Uses of WasCell in com.xebialabs.deployit.plugin.was.step
 

Fields in com.xebialabs.deployit.plugin.was.step declared as WasCell
protected  WasCell WasStepBase.cell
           
protected  WasCell WasDeployApplicationOnServersStep.cell
           
protected  WasCell WasDeployApplicationStep.cell
           
 

Methods in com.xebialabs.deployit.plugin.was.step that return WasCell
 WasCell WasDeployApplicationOnServersStep.getCell()
           
 WasCell WasDeployApplicationStep.getCell()
           
 

Methods in com.xebialabs.deployit.plugin.was.step with parameters of type WasCell
private  void WasDeployApplicationStep.init(WasCell cell, java.util.Collection<WasCluster> clusters, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName)
           
private  void WasDeployApplicationOnServersStep.init(WasCell cell, java.util.Collection<WasServer> servers, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName)
           
 

Constructors in com.xebialabs.deployit.plugin.was.step with parameters of type WasCell
CreateWasClusterMembersStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster, WasNode node)
           
CreateWasClusterStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster)
           
CreateWasServerStep(WasCell cell, WasServer server)
           
CreateWasStringNameSpaceBindingsStep(WasCell cell, com.xebialabs.deployit.ci.mapping.KeyValuePair... pairs)
           
CreateWasVirtualHostStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, java.lang.String vhostName)
          Deprecated. Use the constructor that does not take a Host parameter instead.
CreateWasVirtualHostStep(WasCell cell, java.lang.String vhostName)
           
DestroyWasClusterStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster)
           
DestroyWasServerStep(WasCell cell, WasServer server)
           
DestroyWasStringNameSpaceBindingsStep(WasCell cell, com.xebialabs.deployit.ci.mapping.KeyValuePair... pairs)
           
DestroyWasVirtualHostStep(WasCell cell, java.lang.String vhostName)
           
StartWasClusterMembersStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster, WasNode node)
           
UpdateWasVirtualHostAliasesStep(WasCell cell, java.lang.String vhostName, java.lang.String alias)
           
WasDeployApplicationOnServersStep(WasCell cell, com.xebialabs.deployit.ci.artifact.Ear ear, java.util.Collection<WasServer> servers, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName, int startingWeight)
           
WasDeployApplicationOnServersStep(WasCell cell, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar, java.util.Collection<WasServer> servers, java.util.Collection<WasManagedApacheHttpdServer> webservers, int startingWeight)
           
WasDeployApplicationOnServersStep(WasCell cell, com.xebialabs.deployit.ci.artifact.War war, java.util.Collection<WasServer> servers, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName, java.lang.String contextRoot, int startingWeight)
           
WasDeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.Ear ear, java.util.Collection<WasCluster> clusters, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName, int startingWeight)
           
WasDeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar, java.util.Collection<WasCluster> clusters, java.util.Collection<WasManagedApacheHttpdServer> webservers, int startingWeight)
           
WasDeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.War war, java.util.Collection<WasCluster> clusters, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName, java.lang.String contextRoot, int startingWeight)
           
WasStepBase(WasCell cell)
           
WasUndeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.Ear ear)
           
WasUndeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)
           
WasUndeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.War war)
           
 



Copyright © 2010. All Rights Reserved.