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

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

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

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

Fields in com.microsoft.tfs.core.pendingcheckin declared as CheckinEvaluationOptions
static CheckinEvaluationOptions CheckinEvaluationOptions.ALL
          Check all parts of the check-in.
static CheckinEvaluationOptions CheckinEvaluationOptions.CONFLICTS
          Check for version control conflicts.
static CheckinEvaluationOptions CheckinEvaluationOptions.NONE
          Do not evaluate any part of the check-in.
static CheckinEvaluationOptions CheckinEvaluationOptions.NOTES
          Evaluate the check-in notes.
static CheckinEvaluationOptions CheckinEvaluationOptions.POLICIES
          Evaluate check-in policies.
 

Methods in com.microsoft.tfs.core.pendingcheckin that return CheckinEvaluationOptions
 CheckinEvaluationOptions CheckinEvaluationOptions.combine(CheckinEvaluationOptions other)
           
static CheckinEvaluationOptions CheckinEvaluationOptions.combine(CheckinEvaluationOptions[] changeTypes)
           
 CheckinEvaluationOptions CheckinEvaluationOptions.remove(CheckinEvaluationOptions other)
           
 CheckinEvaluationOptions CheckinEvaluationOptions.retain(CheckinEvaluationOptions other)
           
 

Methods in com.microsoft.tfs.core.pendingcheckin with parameters of type CheckinEvaluationOptions
 CheckinEvaluationOptions CheckinEvaluationOptions.combine(CheckinEvaluationOptions other)
           
static CheckinEvaluationOptions CheckinEvaluationOptions.combine(CheckinEvaluationOptions[] changeTypes)
           
 boolean CheckinEvaluationOptions.contains(CheckinEvaluationOptions other)
           
 boolean CheckinEvaluationOptions.containsAll(CheckinEvaluationOptions other)
           
 boolean CheckinEvaluationOptions.containsAny(CheckinEvaluationOptions other)
           
 CheckinEvaluationOptions CheckinEvaluationOptions.remove(CheckinEvaluationOptions other)
           
 CheckinEvaluationOptions CheckinEvaluationOptions.retain(CheckinEvaluationOptions other)
           
 



© 2015 Microsoft. All rights reserved.