com.xebialabs.deployit.server.api.importer
Class ImportedPackage
java.lang.Object
com.xebialabs.deployit.server.api.importer.ImportedPackage
public final class ImportedPackage
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportedPackage
public ImportedPackage(PackageInfo packageInfo)
ImportedPackage
public ImportedPackage(PackageInfo packageInfo,
com.xebialabs.deployit.plugin.api.udm.Application applicationEntity,
com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackageEntity)
getPackageInfo
public PackageInfo getPackageInfo()
getApplication
public com.xebialabs.deployit.plugin.api.udm.Application getApplication()
getDeploymentPackage
public com.xebialabs.deployit.plugin.api.udm.DeploymentPackage getDeploymentPackage()
getDeployables
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployable> getDeployables()
setDeployables
public void setDeployables(java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployable> deployables)
addDeployable
public void addDeployable(com.xebialabs.deployit.plugin.api.udm.Deployable deployable)