Enum RunStatus

java.lang.Object
java.lang.Enum<RunStatus>
io.gatling.plugin.model.RunStatus
All Implemented Interfaces:
Serializable, Comparable<RunStatus>

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

    • Building

      public static final RunStatus Building
    • Deploying

      public static final RunStatus Deploying
    • Deployed

      public static final RunStatus Deployed
    • Injecting

      public static final RunStatus Injecting
    • Successful

      public static final RunStatus Successful
    • AssertionsSuccessful

      public static final RunStatus AssertionsSuccessful
    • AutomaticallyStopped

      public static final RunStatus AutomaticallyStopped
    • ManuallyStopped

      public static final RunStatus ManuallyStopped
    • AssertionsFailed

      public static final RunStatus AssertionsFailed
    • Timeout

      public static final RunStatus Timeout
    • BuildFailed

      public static final RunStatus BuildFailed
    • Broken

      public static final RunStatus Broken
    • DeploymentFailed

      public static final RunStatus DeploymentFailed
    • InsufficientCredit

      public static final RunStatus InsufficientCredit
    • StopRequested

      public static final RunStatus StopRequested
  • Field Details

    • value

      public final int value
    • running

      public final boolean running
    • successful

      public final boolean successful
  • Method Details

    • values

      public static RunStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static RunStatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOf

      public static RunStatus valueOf(int value)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null