|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.checkinpolicies.PolicyEvaluatorState
public class PolicyEvaluatorState
Represents the state of an object that can perform checkin policy evaluations.
Field Summary | |
---|---|
static PolicyEvaluatorState |
CANCELLED
Policies evaluation was cancelled by the user. |
static PolicyEvaluatorState |
EVALUATED
Policies have been evaluated. |
static PolicyEvaluatorState |
POLICIES_LOAD_ERROR
Policies could not be loaded. |
static PolicyEvaluatorState |
UNEVALUATED
Evaluator has been constructed, and policies may have been loaded, but they have not been evaluated. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
---|
compareTo, equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PolicyEvaluatorState POLICIES_LOAD_ERROR
public static final PolicyEvaluatorState UNEVALUATED
public static final PolicyEvaluatorState EVALUATED
public static final PolicyEvaluatorState CANCELLED
Method Detail |
---|
public java.lang.String toString()
toString
in class com.microsoft.tfs.util.TypesafeEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |