Uses of Class
com.microsoft.tfs.core.pendingcheckin.CheckinEvaluationResult

Packages that use CheckinEvaluationResult
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return CheckinEvaluationResult
 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.
 



© 2015 Microsoft. All rights reserved.