Class GeneratedDeployeds
- java.lang.Object
-
- com.xebialabs.deployit.service.deployment.GeneratedDeployeds
-
public final class GeneratedDeployeds extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeneratedDeployeds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDeployed(com.xebialabs.deployit.plugin.api.udm.Deployed deployed)java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed>getDeployeds()voidmerge(GeneratedDeployeds that)java.lang.StringtoString()
-
-
-
Method Detail
-
getDeployeds
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> getDeployeds()
-
addDeployed
public void addDeployed(com.xebialabs.deployit.plugin.api.udm.Deployed deployed)
-
merge
public void merge(GeneratedDeployeds that)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-