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 application, com.xebialabs.deployit.plugin.api.udm.Version version)
           
 
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()
          Deprecated. 
 PackageInfo getPackageInfo()
           
 com.xebialabs.deployit.plugin.api.udm.Version getVersion()
           
 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 application,
                       com.xebialabs.deployit.plugin.api.udm.Version version)
Method Detail

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)