Class ImportedPackage

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

public final class ImportedPackage extends Object
  • 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

      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 List<com.xebialabs.deployit.plugin.api.udm.Deployable> getDeployables()