Enum Class GradleTask

java.lang.Object
java.lang.Enum<GradleTask>
org.jenkinsci.test.acceptance.plugins.gradle.GradleTask
All Implemented Interfaces:
Serializable, Comparable<GradleTask>, Constable

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

    • HELLO

      public static final GradleTask HELLO
    • FIRST

      public static final GradleTask FIRST
    • SECOND

      public static final GradleTask SECOND
    • JOB_PARAM_AS_PROJECT_PROPERTIES

      public static final GradleTask JOB_PARAM_AS_PROJECT_PROPERTIES
    • JOB_PARAM_AS_SYSTEM_PROPERTIES

      public static final GradleTask JOB_PARAM_AS_SYSTEM_PROPERTIES
  • Method Details

    • values

      public static GradleTask[] 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 GradleTask 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
    • getName

      public String getName()
    • getPrintln

      public String getPrintln()