Uses of Class
com.microsoft.tfs.core.checkinpolicies.PolicyType

Packages that use PolicyType
com.microsoft.tfs.core.checkinpolicies   
 

Uses of PolicyType in com.microsoft.tfs.core.checkinpolicies
 

Methods in com.microsoft.tfs.core.checkinpolicies that return PolicyType
abstract  PolicyType PolicyBase.getPolicyType()
          
 PolicyType PolicyEvaluationStatus.getPolicyType()
          Gets the type of policy this status is for.
 PolicyType PolicyInstance.getPolicyType()
           
 PolicyType PolicyLoaderException.getPolicyType()
           
 PolicyType PolicyDefinition.getType()
           
 

Constructors in com.microsoft.tfs.core.checkinpolicies with parameters of type PolicyType
PolicyDefinition(PolicyType type, Memento configurationMemento, boolean enabled, int priority, java.lang.String[] scopeExpressions)
          Constructs a PolicyDefinition to hold the given information.
PolicyLoaderException(java.lang.String message, PolicyType policyType)
          Creates a PolicyLoaderException with detailed information and the PolicyType that could not be loaded.
PolicyLoaderException(java.lang.String message, java.lang.Throwable cause, PolicyType policyType)
          Creates a PolicyLoaderException with detailed information and the PolicyType that could not be loaded.
PolicyLoaderException(java.lang.Throwable cause, PolicyType policyType)
          Creates a PolicyLoaderException with detailed information and the PolicyType that could not be loaded.
 



© 2014 Microsoft. All rights reserved.