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
 WasCell WasCluster.getCell()
           
 WasCell WasNode.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 WasDeployApplicationStep.cell
           
 

Methods in com.xebialabs.deployit.plugin.was.step that return WasCell
 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)
           
 

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)
           
CreateWasVirtualHostStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, java.lang.String vhostName)
           
CreateWasVirtualHostStep(WasCell cell, java.lang.String vhostName)
           
DestroyWasClusterStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster)
           
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)
           
WasDeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.Ear ear, java.util.Collection<WasCluster> clusters, java.util.Collection<WasManagedApacheHttpdServer> webservers, java.lang.String virtualHostName)
           
WasDeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar, java.util.Collection<WasCluster> clusters, java.util.Collection<WasManagedApacheHttpdServer> webservers)
           
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)
           
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 © 2009. All Rights Reserved.