|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface JobRunnerRequest
Represents a request to run a job, providing information such as the job's configuration and intended start time.
| Method Summary | |
|---|---|
JobConfig |
getJobConfig()
Returns the job's configuration, such as its schedule and parameters. |
JobId |
getJobId()
Returns the job ID that was used to schedule this job. |
Date |
getStartTime()
Returns the time at which the job was started. |
| Method Detail |
|---|
@Nonnull Date getStartTime()
RunDetails that stores the
result will use this exact time for RunDetails.getStartTime().
@Nonnull JobId getJobId()
@Nonnull JobConfig getJobConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||