com.microsoft.tfs.core.checkinpolicies
Class PolicyEvaluatorState

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.checkinpolicies.PolicyEvaluatorState
All Implemented Interfaces:
java.lang.Comparable

public class PolicyEvaluatorState
extends com.microsoft.tfs.util.TypesafeEnum

Represents the state of an object that can perform checkin policy evaluations.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

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

POLICIES_LOAD_ERROR

public static final PolicyEvaluatorState POLICIES_LOAD_ERROR
Policies could not be loaded.


UNEVALUATED

public static final PolicyEvaluatorState UNEVALUATED
Evaluator has been constructed, and policies may have been loaded, but they have not been evaluated.


EVALUATED

public static final PolicyEvaluatorState EVALUATED
Policies have been evaluated. There may be failures to retrieve.


CANCELLED

public static final PolicyEvaluatorState CANCELLED
Policies evaluation was cancelled by the user.

Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class com.microsoft.tfs.util.TypesafeEnum


© 2015 Microsoft. All rights reserved.