public interface PackageService
Modifier and Type | Method and Description |
---|---|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
fetch(java.lang.String url)
Fetches a package from a URL outside of the XL Deploy Server.
|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
importPackage(java.lang.String file)
Imports a package that is present in the
importablePackages directory on the XL Deploy Server. |
java.util.List<java.lang.String> |
list()
Lists all packages that are present in the
importablePackages directory on the XL Deploy Server. |
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
upload(java.lang.String file,
FileUpload form)
Uploads a package to the XL Deploy Server.
|
java.util.List<java.lang.String> list()
importablePackages
directory on the XL Deploy Server.com.xebialabs.deployit.plugin.api.udm.ConfigurationItem importPackage(java.lang.String file)
importablePackages
directory on the XL Deploy Server.file
- The name of the package to importudm.Version
CI that is created after importing.com.xebialabs.deployit.plugin.api.udm.ConfigurationItem fetch(java.lang.String url)
url
- The URL to import fromudm.Version
CI that is created after importing.com.xebialabs.deployit.plugin.api.udm.ConfigurationItem upload(java.lang.String file, FileUpload form)
file
- The name of the package to be importedform
- The upload form.udm.Version
CI that is created after importing.