public interface JobExecution
修飾子と型 | メソッドと説明 |
---|---|
BatchStatus | getBatchStatus() この実行のバッチステータスを取得します。 |
DateSE | getCreateTime() 取得時間の実行が作成されました。 |
DateSE | getEndTime() 実行時間が入力された終了ステータスを取得します: COMPLETED、STOPPED、FAILED。 |
long | getExecutionId() この JobExecution の一意の ID を取得します。 |
StringSE | getExitStatus() 実行終了ステータスを取得します。 |
StringSE | getJobName() ジョブ名を取得します。 |
PropertiesSE | getJobParameters() この実行のジョブパラメーターを取得します。 |
DateSE | getLastUpdatedTime() 取得時間の実行が最後に更新され、更新されました。 |
DateSE | getStartTime() 実行時間が開始ステータスに入った時間を取得します。 |
long getExecutionId()
StringSE getJobName()
BatchStatus getBatchStatus()
DateSE getStartTime()
DateSE getEndTime()
StringSE getExitStatus()
DateSE getCreateTime()
DateSE getLastUpdatedTime()
PropertiesSE getJobParameters()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.