|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WasManagedApacheHttpdServer in com.xebialabs.deployit.plugin.was.ci |
|---|
| Fields in com.xebialabs.deployit.plugin.was.ci with type parameters of type WasManagedApacheHttpdServer | |
|---|---|
private java.util.Set<WasManagedApacheHttpdServer> |
WasWarMapping.webservers
|
private java.util.Set<WasManagedApacheHttpdServer> |
WasEarMapping.webservers
|
| Methods in com.xebialabs.deployit.plugin.was.ci that return types with arguments of type WasManagedApacheHttpdServer | |
|---|---|
java.util.Set<WasManagedApacheHttpdServer> |
WasWarMapping.getWebservers()
|
java.util.Set<WasManagedApacheHttpdServer> |
WasEarMapping.getWebservers()
|
| Method parameters in com.xebialabs.deployit.plugin.was.ci with type arguments of type WasManagedApacheHttpdServer | |
|---|---|
void |
WasWarMapping.setWebservers(java.util.Set<WasManagedApacheHttpdServer> webservers)
|
void |
WasEarMapping.setWebservers(java.util.Set<WasManagedApacheHttpdServer> webservers)
|
| Constructor parameters in com.xebialabs.deployit.plugin.was.ci with type arguments of type WasManagedApacheHttpdServer | |
|---|---|
WasEarMapping(com.xebialabs.deployit.ci.artifact.Ear source,
java.io.Serializable target,
java.util.Set<WasManagedApacheHttpdServer> webservers,
java.lang.String virtualHost)
|
|
WasWarMapping(com.xebialabs.deployit.ci.artifact.War source,
java.io.Serializable target,
java.util.Set<WasManagedApacheHttpdServer> webservers,
java.lang.String virtualHost,
java.lang.String contextRoot)
|
|
| Uses of WasManagedApacheHttpdServer in com.xebialabs.deployit.plugin.was.mapper |
|---|
| Method parameters in com.xebialabs.deployit.plugin.was.mapper with type arguments of type WasManagedApacheHttpdServer | |
|---|---|
protected void |
EarToWasClusterMapper.generateDeployStep(com.xebialabs.deployit.ci.artifact.Ear artifact,
com.xebialabs.deployit.ci.artifact.mapping.EarMapping mapping,
WasCluster cluster,
java.util.Collection<WasManagedApacheHttpdServer> webservers,
java.util.List<com.xebialabs.deployit.Step> steps)
|
protected abstract void |
JeeArtifactToWasClusterMapper.generateDeployStep(S artifact,
M mapping,
WasCluster cluster,
java.util.Collection<WasManagedApacheHttpdServer> webservers,
java.util.List<com.xebialabs.deployit.Step> steps)
|
protected void |
WarToWasClusterMapper.generateDeployStep(com.xebialabs.deployit.ci.artifact.War artifact,
com.xebialabs.deployit.ci.artifact.mapping.WarMapping mapping,
WasCluster cluster,
java.util.Collection<WasManagedApacheHttpdServer> webservers,
java.util.List<com.xebialabs.deployit.Step> steps)
|
| Uses of WasManagedApacheHttpdServer in com.xebialabs.deployit.plugin.was.runbook |
|---|
| Method parameters in com.xebialabs.deployit.plugin.was.runbook with type arguments of type WasManagedApacheHttpdServer | |
|---|---|
private void |
WasManagedApacheWebServerRunBook.createWasManagedApacheWebServer(com.xebialabs.deployit.Change<WasManagedApacheHttpdServer> change,
java.util.List<com.xebialabs.deployit.Step> steps)
|
private void |
WasManagedApacheWebServerRunBook.destroyWasManagedApacheWebServer(com.xebialabs.deployit.Change<WasManagedApacheHttpdServer> change,
java.util.List<com.xebialabs.deployit.Step> steps)
|
protected void |
WasManagedApacheWebServerRunBook.resolve(com.xebialabs.deployit.Change<WasManagedApacheHttpdServer> change,
com.xebialabs.deployit.ChangePlan changePlan,
java.util.List<com.xebialabs.deployit.Step> steps)
|
| Uses of WasManagedApacheHttpdServer in com.xebialabs.deployit.plugin.was.step |
|---|
| Fields in com.xebialabs.deployit.plugin.was.step declared as WasManagedApacheHttpdServer | |
|---|---|
private WasManagedApacheHttpdServer |
DestroyWasManagedApacheWebServerStep.webserver
|
private WasManagedApacheHttpdServer |
CreateWasManagedApacheWebServerStep.webserver
|
| Fields in com.xebialabs.deployit.plugin.was.step with type parameters of type WasManagedApacheHttpdServer | |
|---|---|
protected java.util.Collection<WasManagedApacheHttpdServer> |
WasDeployApplicationStep.webservers
|
| Methods in com.xebialabs.deployit.plugin.was.step that return types with arguments of type WasManagedApacheHttpdServer | |
|---|---|
java.util.Collection<WasManagedApacheHttpdServer> |
WasDeployApplicationStep.getWebservers()
|
| Method parameters in com.xebialabs.deployit.plugin.was.step with type arguments of type WasManagedApacheHttpdServer | |
|---|---|
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 WasManagedApacheHttpdServer | |
|---|---|
CreateWasManagedApacheWebServerStep(WasManagedApacheHttpdServer webserver)
|
|
DestroyWasManagedApacheWebServerStep(WasManagedApacheHttpdServer webserver)
|
|
| Constructor parameters in com.xebialabs.deployit.plugin.was.step with type arguments of type WasManagedApacheHttpdServer | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||