Enum Class EventProps.Job

java.lang.Object
java.lang.Enum<EventProps.Job>
org.jenkinsci.plugins.pubsub.EventProps.Job
All Implemented Interfaces:
Serializable, Comparable<EventProps.Job>, Constable
Enclosing interface:
EventProps

public static enum EventProps.Job extends Enum<EventProps.Job>
Pre-defined Job channel event property names.
  • Enum Constant Details Link icon

    • job_name Link icon

      public static final EventProps.Job job_name
      Job name.
    • job_ismultibranch Link icon

      public static final EventProps.Job job_ismultibranch
      Job is a multi-branch job.

      "true" if it is a multi-branch job, otherwise it is not a multi-branch job.

    • job_multibranch_indexing_status Link icon

      public static final EventProps.Job job_multibranch_indexing_status
      Multi-branch job indexing status.
    • job_multibranch_indexing_result Link icon

      public static final EventProps.Job job_multibranch_indexing_result
      Multi-branch job indexing result.
    • job_run_queueId Link icon

      public static final EventProps.Job job_run_queueId
      Job run Queue Id.

      This is how you correlate between Job Queue tasks and the Runs that result from them.

    • job_run_status Link icon

      public static final EventProps.Job job_run_status
      Job run status/result.
    • job_run_commitId Link icon

      public static final EventProps.Job job_run_commitId
      Job run SCM commit Id, if relevant.
  • Method Details Link icon

    • values Link icon

      public static EventProps.Job[] 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 Link icon

      public static EventProps.Job valueOf(String name)
      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 name
      NullPointerException - if the argument is null