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 application,
com.xebialabs.deployit.plugin.api.udm.Version version)
getPackageInfo
public PackageInfo getPackageInfo()
getApplication
public com.xebialabs.deployit.plugin.api.udm.Application getApplication()
getVersion
public com.xebialabs.deployit.plugin.api.udm.Version getVersion()
getDeploymentPackage
@Deprecated
public com.xebialabs.deployit.plugin.api.udm.DeploymentPackage getDeploymentPackage()
- Deprecated.
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)