com.xebialabs.deployit.server.api.importer
Class ImportedPackage

java.lang.Object
  extended by com.xebialabs.deployit.server.api.importer.ImportedPackage

public final class ImportedPackage
extends java.lang.Object


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

Constructor Detail

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)
Method Detail

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)