com.dtolabs.rundeck.core.execution
Class ExecutionUtils

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.ExecutionUtils

public class ExecutionUtils
extends java.lang.Object

ExecutionUtils is ...


Constructor Summary
ExecutionUtils()
           
 
Method Summary
static java.lang.String getMessageLogLevel(int level, java.lang.String defLevel)
          Get message loglevel string for the integer value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionUtils

public ExecutionUtils()
Method Detail

getMessageLogLevel

public static java.lang.String getMessageLogLevel(int level,
                                                  java.lang.String defLevel)
Get message loglevel string for the integer value

Parameters:
level - integer level
defLevel - default string to return if integer doesn't match
Returns:
loglevel string, or the default value