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

Packages that use PolicyEvaluationCancelledException
com.microsoft.tfs.core.checkinpolicies   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
com.microsoft.tfs.core.pendingcheckin   
 

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

Methods in com.microsoft.tfs.core.checkinpolicies that throw PolicyEvaluationCancelledException
 PolicyFailure[] PolicyInstance.evaluate(PolicyContext context)
           Evaluates the pending checkin for policy compliance and returns any failures encountered.
 PolicyFailure[] PolicyEvaluator.evaluate(PolicyContext policyContext)
          Evaluates checkin policies.
 void PolicyEvaluationStatus.evaluate(PolicyContext policyContext)
          Evaluates the policy instance in this status.
abstract  PolicyFailure[] PolicyBase.evaluate(PolicyContext context)
           Evaluates the pending checkin for policy compliance and returns any failures encountered.
 PolicyFailure[] PolicyEvaluator.reloadAndEvaluate(PolicyContext policyContext)
          Reloads all policy definitions from the server and evaluates all policies via PolicyEvaluator.evaluate(PolicyContext).
 

Uses of PolicyEvaluationCancelledException in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that throw PolicyEvaluationCancelledException
 CheckinEvaluationResult Workspace.evaluateCheckIn(CheckinEvaluationOptions options, PendingChange[] allChanges, PendingChange[] changesToCheckin, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckinInfo[] workItemChanges, PolicyEvaluator policyEvaluator, PolicyContext policyContext)
          Checks for required checkin notes and evaluates the given changes against defined checkin policies before they are sent to the server for check-in.
 CheckinEvaluationResult Workspace.evaluateCheckIn(CheckinEvaluationOptions options, PendingCheckin pendingCheckin, PolicyContext policyContext)
          Checks for required checkin notes and evaluates the given changes against defined checkin policies before they are sent to the server for check-in.
 

Uses of PolicyEvaluationCancelledException in com.microsoft.tfs.core.pendingcheckin
 

Methods in com.microsoft.tfs.core.pendingcheckin that throw PolicyEvaluationCancelledException
 PolicyFailure[] StandardPendingCheckinPolicies.evaluate(PolicyContext policyContext)
          Evaluates checkin policies.
 PolicyFailure[] PendingCheckinPolicies.evaluate(PolicyContext policyContext)
          Evaluates checkin policies.
 



© 2015 Microsoft. All rights reserved.