public static final enum

RundeckOutputEntry.RundeckLogLevel

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.rundeck.api.domain.RundeckOutputEntry.RundeckLogLevel

Summary

Enum Values
RundeckOutputEntry.RundeckLogLevel  CONFIG   
RundeckOutputEntry.RundeckLogLevel  DEBUG   
RundeckOutputEntry.RundeckLogLevel  ERROR   
RundeckOutputEntry.RundeckLogLevel  FINEST   
RundeckOutputEntry.RundeckLogLevel  INFO   
RundeckOutputEntry.RundeckLogLevel  NORMAL   
RundeckOutputEntry.RundeckLogLevel  SEVERE   
RundeckOutputEntry.RundeckLogLevel  VERBOSE   
RundeckOutputEntry.RundeckLogLevel  WARNING   
Public Methods
static RundeckOutputEntry.RundeckLogLevel valueOf(String name)
final static RundeckLogLevel[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RundeckOutputEntry.RundeckLogLevel CONFIG

public static final RundeckOutputEntry.RundeckLogLevel DEBUG

public static final RundeckOutputEntry.RundeckLogLevel ERROR

public static final RundeckOutputEntry.RundeckLogLevel FINEST

public static final RundeckOutputEntry.RundeckLogLevel INFO

public static final RundeckOutputEntry.RundeckLogLevel NORMAL

public static final RundeckOutputEntry.RundeckLogLevel SEVERE

public static final RundeckOutputEntry.RundeckLogLevel VERBOSE

public static final RundeckOutputEntry.RundeckLogLevel WARNING

Public Methods

public static RundeckOutputEntry.RundeckLogLevel valueOf (String name)

public static final RundeckLogLevel[] values ()