public static final enum

RundeckExecution.ExecutionStatus

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.rundeck.api.domain.RundeckExecution.ExecutionStatus

Class Overview

The status of an execution

Summary

Enum Values
RundeckExecution.ExecutionStatus  ABORTED   
RundeckExecution.ExecutionStatus  FAILED   
RundeckExecution.ExecutionStatus  FAILED_WITH_RETRY   
RundeckExecution.ExecutionStatus  RUNNING   
RundeckExecution.ExecutionStatus  SUCCEEDED   
RundeckExecution.ExecutionStatus  TIMEDOUT   
Public Methods
static RundeckExecution.ExecutionStatus valueOf(String name)
final static ExecutionStatus[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RundeckExecution.ExecutionStatus ABORTED

public static final RundeckExecution.ExecutionStatus FAILED

public static final RundeckExecution.ExecutionStatus FAILED_WITH_RETRY

public static final RundeckExecution.ExecutionStatus RUNNING

public static final RundeckExecution.ExecutionStatus SUCCEEDED

public static final RundeckExecution.ExecutionStatus TIMEDOUT

Public Methods

public static RundeckExecution.ExecutionStatus valueOf (String name)

public static final ExecutionStatus[] values ()