Class ImportedPackage
- java.lang.Object
-
- com.xebialabs.deployit.server.api.importer.ImportedPackage
-
public final class ImportedPackage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImportedPackage(PackageInfo packageInfo, com.xebialabs.deployit.plugin.api.udm.Application application, com.xebialabs.deployit.plugin.api.udm.Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.deployit.plugin.api.udm.Application
getApplication()
java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployable>
getDeployables()
PackageInfo
getPackageInfo()
com.xebialabs.deployit.plugin.api.udm.Version
getVersion()
-
-
-
Constructor Detail
-
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()
-
getDeployables
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployable> getDeployables()
-
-