Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.CheckinFlags

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

Uses of CheckinFlags in com.microsoft.tfs.core.clients.versioncontrol
 

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as CheckinFlags
static CheckinFlags CheckinFlags.ALL_CONTENT_UPLOADED
          The server will permit a call to CheckIn with a null or empty list of items to check in, (check-in /all) even if there is a change with the edit bit set.
static CheckinFlags CheckinFlags.ALLOW_UNCHANGED_CONTENT
          The server will permit items which have a pending edit to be checked in even if the content hasn't changed instead of undoing the change (default)
static CheckinFlags CheckinFlags.DELETE_SHELVESET
          Delete the shelveset after a successful submission into the repository
static CheckinFlags CheckinFlags.NO_AUTO_RESOLVE
          The client will not attempt to automatically resolve conflicts arising from the checkin.
static CheckinFlags CheckinFlags.NONE
          No check-in flags.
static CheckinFlags CheckinFlags.OVERRIDE_GATED_CHECK_IN
          Bypass gated check-in validation for this check-in
static CheckinFlags CheckinFlags.QUEUE_BUILD_FOR_GATED_CHECK_IN
          Automatically queue the build for gated check-in validation if possible
static CheckinFlags CheckinFlags.SUPPRESS_EVENT
          Suppress events for this check-in
static CheckinFlags CheckinFlags.VALIDATE_CHECK_IN_OWNER
          Make sure that the identity specified as the check-in owner refers to a valid user
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return CheckinFlags
 CheckinFlags CheckinFlags.combine(CheckinFlags other)
           
static CheckinFlags CheckinFlags.combine(CheckinFlags[] values)
           
 CheckinFlags CheckinFlags.remove(CheckinFlags other)
           
 CheckinFlags CheckinFlags.retain(CheckinFlags other)
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type CheckinFlags
 CheckinFlags CheckinFlags.combine(CheckinFlags other)
           
static CheckinFlags CheckinFlags.combine(CheckinFlags[] values)
           
 boolean CheckinFlags.contains(CheckinFlags other)
           
 boolean CheckinFlags.containsAll(CheckinFlags other)
           
 boolean CheckinFlags.containsAny(CheckinFlags other)
           
 CheckinFlags CheckinFlags.remove(CheckinFlags other)
           
 CheckinFlags CheckinFlags.retain(CheckinFlags other)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type CheckinFlags
 int Workspace.checkIn(PendingChange[] changes, java.lang.String author, java.lang.String authorDisplayName, java.lang.String comment, CheckinNote checkinNote, WorkItemCheckinInfo[] associatedWorkItems, PolicyOverrideInfo policyOverrideInfo, CheckinFlags flags)
           
 int Workspace.checkIn(PendingChange[] changes, java.lang.String committer, java.lang.String committerDisplayName, java.lang.String author, java.lang.String authorDisplayName, java.lang.String comment, CheckinNote checkinNote, WorkItemCheckinInfo[] associatedWorkItems, PolicyOverrideInfo policyOverrideInfo, CheckinFlags flags)
          Checkin pending changes in this workspace.
 



© 2015 Microsoft. All rights reserved.