public interface DeploymentStatus
修飾子と型 | メソッドと説明 |
---|---|
ActionType | getAction() このイベントのデプロイ ActionType を取得します。 |
CommandType | getCommand() このイベントのデプロイ CommandType を取得します。 |
StringSE | getMessage() このイベントのステータスに関する追加情報を取得します。 |
StateType | getState() StateType 値を取得します。 |
boolean | isCompleted() 操作が完了した状態かどうかを報告する便利なメソッド。 |
boolean | isFailed() 操作が失敗した状態かどうかを報告する簡易メソッド。 |
boolean | isRunning() 操作が実行状態かどうかを報告する便利なメソッド。 |
StateType getState()
CommandType getCommand()
ActionType getAction()
StringSE getMessage()
boolean isCompleted()
boolean isFailed()
boolean isRunning()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.