public class DeployitRemoteClient
extends java.lang.Object
| Constructor and Description |
|---|
DeployitRemoteClient(DeployitCommunicator communicator) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
importPackage(java.io.File file)
Imports a package into XL Deploy bypassing resteasy.
|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
importPackage(java.lang.String path)
Imports a package into XL Deploy bypassing resteasy.
|
public DeployitRemoteClient(DeployitCommunicator communicator)
public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem importPackage(java.lang.String path)
path - Either URL or local path, or path on XL Deploy serverpublic com.xebialabs.deployit.plugin.api.udm.ConfigurationItem importPackage(java.io.File file)
importPackage(String)
when you know that you are not going to deal with remote URLs.file - either local file, or relative file path on XL Deploy server