|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentStatus
A deployment status interface used to provide information about a DeploymentProgress event associated with a DeploymentManager command.
Nested Class Summary | |
---|---|
static class |
DeploymentStatus.CommandType
|
static class |
DeploymentStatus.StateType
|
Method Summary | |
---|---|
DeploymentStatus.CommandType |
getCommand()
The deployment command |
Exception |
getFailure()
Get the failure exception. |
String |
getMessage()
Get the current status message |
DeploymentStatus.StateType |
getState()
Get the state of the deployment |
DeploymentTarget |
getTarget()
The target the status applies to |
boolean |
isCompleted()
Is the deployment complete |
boolean |
isFailed()
Has the deployment failed |
boolean |
isRunning()
Is the deployment in progress |
Method Detail |
---|
DeploymentStatus.StateType getState()
DeploymentStatus.CommandType getCommand()
DeploymentTarget getTarget()
String getMessage()
Exception getFailure()
boolean isCompleted()
boolean isFailed()
boolean isRunning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |