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
 PolicyType PolicyLoaderException.getPolicyType()
           
 PolicyType PolicyInstance.getPolicyType()
           
 PolicyType PolicyEvaluationStatus.getPolicyType()
          Gets the type of policy this status is for.
abstract  PolicyType PolicyBase.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.
 



© 2015 Microsoft. All rights reserved.