Class 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()  
      • 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,
                               com.xebialabs.deployit.plugin.api.udm.Application application,
                               com.xebialabs.deployit.plugin.api.udm.Version version)
    • Method Detail

      • 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()