public interface DeploymentStatus
Modifier and Type | Method and Description |
---|---|
ActionType |
getAction()
The action of this deployment
|
CommandType |
getCommand()
The deployment command
|
String |
getMessage()
Get the message
|
StateType |
getState()
Get the state of the deployment
|
boolean |
isCompleted()
Is the deployment complete
|
boolean |
isFailed()
Has the deployment failed
|
boolean |
isRunning()
Is the deployment in progress
|
StateType getState()
CommandType getCommand()
ActionType getAction()
String getMessage()
boolean isCompleted()
boolean isFailed()
boolean isRunning()
Copyright © 2018 JBoss by Red Hat. All rights reserved.