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

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

Uses of PolicyEvaluator in com.microsoft.tfs.core.checkinpolicies.events
 

Methods in com.microsoft.tfs.core.checkinpolicies.events that return PolicyEvaluator
 PolicyEvaluator PolicyEvaluatorStateChangedEvent.getEvaluator()
           
 PolicyEvaluator PolicyLoadErrorEvent.getPolicyLoader()
           
 

Constructors in com.microsoft.tfs.core.checkinpolicies.events with parameters of type PolicyEvaluator
PolicyEvaluatorStateChangedEvent(EventSource source, PolicyEvaluator evaluator)
          Describes the policy state change.
PolicyLoadErrorEvent(EventSource source, PolicyEvaluator policyEvaluator, java.lang.Throwable error)
          Creates a PolicyLoadErrorEvent.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type PolicyEvaluator
 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.
 

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

Constructors in com.microsoft.tfs.core.pendingcheckin with parameters of type PolicyEvaluator
StandardPendingCheckin(Workspace workspace, PendingChange[] allChanges, PendingChange[] checkedChanges, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckinInfo[] checkedWorkItems, PolicyEvaluator evaluator)
          Creates a StandardPendingCheckin using the user-supplied evaluator and the loader it was already configured with.
StandardPendingCheckinPolicies(PendingCheckin pendingCheckin, VersionControlClient client, PolicyEvaluator evaluator)
          Constructs a @ StandardPendingCheckinPolicies} for the given pending checkin and client, using an existing PolicyEvaluator and the PolicyLoader it was configured with.
 



© 2015 Microsoft. All rights reserved.