Method Summary |
|
public ActionType | getAction() Returns the ActionType value. |
public CommandType | getCommand() Returns the CommandType value. |
public String | getMessage() Returns additional information. |
public StateType | getState() Returns the StateType value. |
public boolean | isCompleted() Returns true if the deployment is completed. |
public boolean | isFailed() Returns true if the deployment is failed. |
public boolean | isRunning() Returns true if the deployment is running. |
public void | setMessage(String message) Sets the message. |
public void | setState(StateType stateType) |
public String | toString() |