Package org.jenkinsci.plugins.pubsub
Enum Class Events.JobChannel
- All Implemented Interfaces:
Serializable
,Comparable<Events.JobChannel>
,Constable
- Enclosing interface:
Events
Pre-defined "job" channel events.
- See
EventProps.Job
for pre-defined job channel event properties.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionJob created.Job deleted.Job renamed.Job updated.Job run artifact fingerprinting.Job run ended.Job run paused.Job run queue blocked.Job run queue buildable.Job run queue entered.Job run queue left.Job run queue task complete.Job run SCM checkout.Job run started.Job run unpaused. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Events.JobChannel
Returns the enum constant of this class with the specified name.static Events.JobChannel[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
job_crud_created
Job created.- See Also:
-
job_crud_deleted
Job deleted.- See Also:
-
job_crud_updated
Job updated.- See Also:
-
job_crud_renamed
Job renamed.- See Also:
-
job_run_queue_enter
Job run queue entered.- See Also:
-
job_run_queue_buildable
Job run queue buildable.- See Also:
-
job_run_queue_left
Job run queue left.- See Also:
-
job_run_queue_blocked
Job run queue blocked.- See Also:
-
job_run_started
Job run started. -
job_run_scm_checkout
Job run SCM checkout. -
job_run_paused
Job run paused. -
job_run_unpaused
Job run unpaused. -
job_run_ended
Job run ended. -
job_run_artifact_fingerprinting
Job run artifact fingerprinting. -
job_run_queue_task_complete
Job run queue task complete.Fires after the run has ended.
-
-
Field Details
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-