java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.job.JobState |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JobState | ABORTED | The job encountered an unrecoverable error and was forced to terminate abnormally | |||||||||
JobState | CANCELED | The job was canceled by the system or a user and has now stopped. | |||||||||
JobState | CANCELING | The job was canceled by the system or a user and is in the process of stopping. | |||||||||
JobState | COMPLETED | The job has run to completion and is now stopped. | |||||||||
JobState | FAILED | The job has run to completion and is now stopped. | |||||||||
JobState | FINALISING | The job is finalising its activities in preparation for stopping | |||||||||
JobState | INITIALISING | The job is initialising in preparation for running | |||||||||
JobState | READY | The job is ready to run and awaiting scheduling | |||||||||
JobState | RUNNING | The job is currently running | |||||||||
JobState | TIMED_OUT | The job ran for too long without an update and is now considered stopped |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The job encountered an unrecoverable error and was forced to terminate abnormally
The job was canceled by the system or a user and has now stopped.
The job was canceled by the system or a user and is in the process of stopping.
The job has run to completion and is now stopped. Errors or warning messages
may have been
logged determining whether the job failed or succeeded overall, depending on the type of job.
The job has run to completion and is now stopped. Errors or warning messages
may have been
logged determining whether the job failed or succeeded overall, depending on the type of job.
The job is finalising its activities in preparation for stopping
The job ran for too long without an update and is now considered stopped