public class LoadBalancerComputedDeltas
extends java.lang.Object
| Constructor and Description |
|---|
LoadBalancerComputedDeltas(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltasToPass,
java.util.List<LoadBalancerDeployed> deployedsForDisable,
java.util.List<LoadBalancerDeployed> deployedsForEnable) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAffectedServerNameForDisable() |
java.util.List |
getAffectedServerNameForEnable() |
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getDeltasForDisable() |
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getDeltasForEnable() |
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getDeltasToPass() |
java.util.List<java.lang.String> |
getPassedContainerNames() |
public LoadBalancerComputedDeltas(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltasToPass,
java.util.List<LoadBalancerDeployed> deployedsForDisable,
java.util.List<LoadBalancerDeployed> deployedsForEnable)
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltasToPass()
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltasForDisable()
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltasForEnable()
public java.util.List getAffectedServerNameForDisable()
public java.util.List getAffectedServerNameForEnable()
public java.util.List<java.lang.String> getPassedContainerNames()