|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentTarget
A target to which a deployment is uploaded.
Method Summary | |
---|---|
void |
distribute(DeploymentID deployment)
|
String |
getDescription()
Get the target description |
String |
getName()
Get the target name |
String[] |
getRepositoryNames(DeploymentID deployment)
|
void |
prepare(DeploymentID deployment)
|
void |
redeploy(DeploymentID deployment)
|
void |
remove(DeploymentID deployment)
|
void |
start(DeploymentID deployment)
|
void |
stop(DeploymentID deployment)
|
Method Detail |
---|
String getName()
String[] getRepositoryNames(DeploymentID deployment) throws Exception
Exception
void distribute(DeploymentID deployment) throws Exception
Exception
void redeploy(DeploymentID deployment) throws Exception
Exception
void prepare(DeploymentID deployment) throws Exception
Exception
void start(DeploymentID deployment) throws Exception
Exception
void stop(DeploymentID deployment) throws Exception
Exception
void remove(DeploymentID deployment) throws Exception
Exception
String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |