public interface DeploymentService
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
disconnect() |
void |
installArtifact(Artifact artifact,
HashMap<String,Object> options,
hudson.model.BuildListener listener,
boolean verbose) |
boolean |
isArtifactInstalled(String name) |
boolean |
isAvailable() |
void |
setHost(String host) |
void |
setKeyStoreLocation(File location) |
void |
setKeyStorePassword(String password) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setTrustStoreLocation(File location) |
void |
setTrustStorePassword(String password) |
void |
setUsername(String username) |
void |
startArtifact(String name,
hudson.model.BuildListener listener,
boolean verbose) |
void |
stopArtifact(String name,
hudson.model.BuildListener listener,
boolean verbose) |
void |
uninstallArtifact(String name,
hudson.model.BuildListener listener,
boolean verbose) |
void installArtifact(Artifact artifact, HashMap<String,Object> options, hudson.model.BuildListener listener, boolean verbose)
void uninstallArtifact(String name, hudson.model.BuildListener listener, boolean verbose) throws Exception
Exceptionvoid startArtifact(String name, hudson.model.BuildListener listener, boolean verbose) throws Exception
Exceptionvoid stopArtifact(String name, hudson.model.BuildListener listener, boolean verbose) throws Exception
Exceptionboolean isArtifactInstalled(String name)
void setTrustStoreLocation(File location)
void setKeyStoreLocation(File location)
void setTrustStorePassword(String password)
void setKeyStorePassword(String password)
void setHost(String host)
void setPort(String port)
void setUsername(String username)
void setPassword(String password)
void disconnect()
boolean isAvailable()
Copyright © 2013-2015. All Rights Reserved.