Class ImportedPackage
java.lang.Object
com.xebialabs.deployit.server.api.importer.ImportedPackage
-
Constructor Summary
ConstructorDescriptionImportedPackage
(PackageInfo packageInfo, com.xebialabs.deployit.plugin.api.udm.Application application, com.xebialabs.deployit.plugin.api.udm.Version version) -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.plugin.api.udm.Application
List<com.xebialabs.deployit.plugin.api.udm.Deployable>
com.xebialabs.deployit.plugin.api.udm.Version
-
Constructor Details
-
ImportedPackage
public ImportedPackage(PackageInfo packageInfo, com.xebialabs.deployit.plugin.api.udm.Application application, com.xebialabs.deployit.plugin.api.udm.Version version)
-
-
Method Details
-
getPackageInfo
-
getApplication
public com.xebialabs.deployit.plugin.api.udm.Application getApplication() -
getVersion
public com.xebialabs.deployit.plugin.api.udm.Version getVersion() -
getDeployables
-