jetbrains.buildServer.serverSide
Class TextStatusConstants

java.lang.Object
  extended by jetbrains.buildServer.serverSide.TextStatusConstants

public class TextStatusConstants
extends java.lang.Object


Field Summary
static java.lang.String FAILURE_MSG_TEXT
           
static java.lang.String HAS_WARNINGS
           
static java.lang.String N_A
           
static java.lang.String RUNNING
           
static java.lang.String SUCCESS
           
static java.lang.String UNKNOWN
           
static java.lang.String WILL_FAIL
           
 
Constructor Summary
TextStatusConstants()
           
 
Method Summary
static boolean isDefaultStatus(java.lang.String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N_A

public static final java.lang.String N_A
See Also:
Constant Field Values

SUCCESS

public static final java.lang.String SUCCESS
See Also:
Constant Field Values

UNKNOWN

public static final java.lang.String UNKNOWN
See Also:
Constant Field Values

FAILURE_MSG_TEXT

public static final java.lang.String FAILURE_MSG_TEXT
See Also:
Constant Field Values

WILL_FAIL

public static final java.lang.String WILL_FAIL
See Also:
Constant Field Values

RUNNING

public static final java.lang.String RUNNING
See Also:
Constant Field Values

HAS_WARNINGS

public static final java.lang.String HAS_WARNINGS
See Also:
Constant Field Values
Constructor Detail

TextStatusConstants

public TextStatusConstants()
Method Detail

isDefaultStatus

public static boolean isDefaultStatus(java.lang.String status)