Groovy Documentation

org.gradle.util.exec
Enum ExecHandleState

java.lang.Object
  java.lang.Enum
      org.gradle.util.exec.ExecHandleState

enum ExecHandleState
extends java.lang.Enum

author:
Tom Eyckmans


Enum Constant Summary
ABORTED

FAILED

INIT

STARTED

STARTING

SUCCEEDED

 
Method Summary
ExecHandleState valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

org.gradle.util.exec.ExecHandleState[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class java.lang.Enum
hashCode, compareTo, compareTo, equals, toString, name, valueOf, getDeclaringClass, ordinal, getClass, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Enum Constant Detail

ABORTED

ExecHandleState ABORTED


FAILED

ExecHandleState FAILED


INIT

ExecHandleState INIT


STARTED

ExecHandleState STARTED


STARTING

ExecHandleState STARTING


SUCCEEDED

ExecHandleState SUCCEEDED


 
Method Detail

valueOf

ExecHandleState valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

org.gradle.util.exec.ExecHandleState[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation