|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PackageService
Manages Deployment Packages.
| Method Summary | |
|---|---|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
fetch(java.lang.String url)
Fetches an application package from a URL outside of the Deployit Server. |
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
importPackage(java.lang.String file)
Imports an application package that is present in the importablePackages directory on the Deployit Server. |
java.util.List<java.lang.String> |
list()
Lists all application packages that are present in the importablePackages directory on the Deployit Server. |
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
upload(java.lang.String file,
FileUpload form)
Uploads an application package to the Deployit Server. |
| Method Detail |
|---|
java.util.List<java.lang.String> list()
application packages that are present in the importablePackages directory on the Deployit Server.
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem importPackage(java.lang.String file)
application package that is present in the importablePackages directory on the Deployit Server.
file - The name of the package to import
udm.Version CI that is created after importing.com.xebialabs.deployit.plugin.api.udm.ConfigurationItem fetch(java.lang.String url)
application package from a URL outside of the Deployit Server.
url - The URL to import from
udm.Version CI that is created after importing.
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem upload(java.lang.String file,
FileUpload form)
application package to the Deployit Server.
file - The name of the package to be importedform - The upload form.
udm.Version CI that is created after importing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||