コンストラクターと説明 |
---|
DetailedJobInfo(java.lang.String name, int executionCount, boolean launchable, boolean incrementable, JobExecutionInfo lastExecution, boolean deployed) 詳細なジョブ情報を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
java.lang.String | getDuration() |
org.springframework.batch.core.ExitStatus | getExitStatus() |
java.lang.String | getJobParameters() |
JobExecutionInfo | getLastExecutionInfo() |
java.lang.String | getStartDate() |
java.lang.String | getStartTime() |
int | getStepExecutionCount() |
getExecutionCount, getJobInstanceId, getName, isDeployed, isIncrementable, isLaunchable
public DetailedJobInfo(java.lang.String name, int executionCount, boolean launchable, boolean incrementable, JobExecutionInfo lastExecution, boolean deployed)
name
- ジョブの名前 executionCount
- ジョブ実行回数 launchable
- ジョブが起動可能かどうかを指定するフラグ incrementable
- ジョブパラメーターが増分可能かどうかを指定するフラグ lastExecution
- このジョブの最後のジョブ実行 deployed
- ジョブがデプロイされているかどうかを指定するフラグ public JobExecutionInfo getLastExecutionInfo()
public java.lang.String getJobParameters()
public java.lang.String getDuration()
public java.lang.String getStartTime()
public java.lang.String getStartDate()
public int getStepExecutionCount()
public org.springframework.batch.core.ExitStatus getExitStatus()