public class Job extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
executionsCount() |
Long |
lastExecutionEndedTimeInMillis()
The timestamp of when the job has last finished executing.
|
Long |
lastExecutionStartedTimeInMillis()
The timestamp of when the job has last been started.
|
Long |
lastExecutionTimeInMillis()
Deprecated.
Use
lastExecutionEndedTimeInMillis().
This method will be deleted in version 3.0.0. |
String |
name() |
long |
nextExecutionTimeInMillis() |
Runnable |
runnable() |
Schedule |
schedule() |
JobStatus |
status() |
Thread |
threadRunningJob() |
Long |
timeInMillisSinceJobRunning()
Deprecated.
Use
lastExecutionStartedTimeInMillis().
This method will be deleted in version 3.0.0. |
String |
toString() |
public JobStatus status()
public long nextExecutionTimeInMillis()
public int executionsCount()
public Long lastExecutionStartedTimeInMillis()
@Deprecated public Long timeInMillisSinceJobRunning()
lastExecutionStartedTimeInMillis().
This method will be deleted in version 3.0.0.public Long lastExecutionEndedTimeInMillis()
@Deprecated public Long lastExecutionTimeInMillis()
lastExecutionEndedTimeInMillis().
This method will be deleted in version 3.0.0.public Thread threadRunningJob()
public String name()
public Schedule schedule()
public Runnable runnable()
Copyright © 2023 Coreoz. All rights reserved.