Enum Class TaskUpdateDirective

java.lang.Object
java.lang.Enum<TaskUpdateDirective>
com.xebialabs.xlrelease.domain.tasks.TaskUpdateDirective
All Implemented Interfaces:
Serializable, Comparable<TaskUpdateDirective>, Constable

public enum TaskUpdateDirective extends Enum<TaskUpdateDirective>
  • Enum Constant Details

    • UPDATE_RELEASE_TASK

      public static final TaskUpdateDirective UPDATE_RELEASE_TASK
    • UPDATE_TEMPLATE_TASK

      public static final TaskUpdateDirective UPDATE_TEMPLATE_TASK
    • UPDATE_TASK_CONFIGURATION

      public static final TaskUpdateDirective UPDATE_TASK_CONFIGURATION
    • UPDATE_TASK_TAGS

      public static final TaskUpdateDirective UPDATE_TASK_TAGS
    • UPDATE_TASK_SCRIPT

      public static final TaskUpdateDirective UPDATE_TASK_SCRIPT
    • UPDATE_TASK_DATES

      public static final TaskUpdateDirective UPDATE_TASK_DATES
    • UPDATE_TASK_FLAG

      public static final TaskUpdateDirective UPDATE_TASK_FLAG
    • UPDATE_TASK_DESCRIPTION_AND_TITLE

      public static final TaskUpdateDirective UPDATE_TASK_DESCRIPTION_AND_TITLE
    • UPDATE_TASK_PRECONDITION

      public static final TaskUpdateDirective UPDATE_TASK_PRECONDITION
    • UPDATE_TASK_PRECONDITION_TYPE

      public static final TaskUpdateDirective UPDATE_TASK_PRECONDITION_TYPE
    • UPDATE_TASK_FAILURE_HANDLER

      public static final TaskUpdateDirective UPDATE_TASK_FAILURE_HANDLER
    • UPDATE_TEMPLATE_TASK_PRECONDITION

      public static final TaskUpdateDirective UPDATE_TEMPLATE_TASK_PRECONDITION
    • UPDATE_TEMPLATE_TASK_PRECONDITION_TYPE

      public static final TaskUpdateDirective UPDATE_TEMPLATE_TASK_PRECONDITION_TYPE
    • UPDATE_TEMPLATE_TASK_FAILURE_HANDLER

      public static final TaskUpdateDirective UPDATE_TEMPLATE_TASK_FAILURE_HANDLER
    • UPDATE_TASK_BLACKOUT_POSTPONE

      public static final TaskUpdateDirective UPDATE_TASK_BLACKOUT_POSTPONE
    • UPDATE_USER_INPUT_TASK_VARIABLES_VALUES

      public static final TaskUpdateDirective UPDATE_USER_INPUT_TASK_VARIABLES_VALUES
    • UPDATE_VERIFY_CONCURRENT_MODIFICATION

      public static final TaskUpdateDirective UPDATE_VERIFY_CONCURRENT_MODIFICATION
  • Method Details

    • values

      public static TaskUpdateDirective[] 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

      public static TaskUpdateDirective 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