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

Packages that use RollbackOptions
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as RollbackOptions
static RollbackOptions RollbackOptions.KEEP_MERGE_HISTORY
           
static RollbackOptions RollbackOptions.NO_AUTO_RESOLVE
           
static RollbackOptions RollbackOptions.NONE
           
static RollbackOptions RollbackOptions.SILENT
           
static RollbackOptions RollbackOptions.TO_VERSION
           
 

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

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

Uses of RollbackOptions in com.microsoft.tfs.core.clients.versioncontrol.events
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return RollbackOptions
 RollbackOptions RollbackOperationStartedEvent.getOptions()
           
 RollbackOptions RollbackOperationCompletedEvent.getOptions()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type RollbackOptions
RollbackOperationCompletedEvent(EventSource source, Workspace workspace, ItemSpec[] itemSpecs, RollbackOptions options, GetStatus status)
           
RollbackOperationStartedEvent(EventSource source, Workspace workspace, ItemSpec[] itemSpecs, RollbackOptions options)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type RollbackOptions
 GetStatus Workspace.rollback(ItemSpec[] itemSpecs, VersionSpec itemVersionSpec, VersionSpec versionFrom, VersionSpec versionTo, LockLevel lockLevel, RollbackOptions options)
           
 GetStatus Workspace.rollback(ItemSpec[] itemSpecs, VersionSpec itemVersionSpec, VersionSpec versionFrom, VersionSpec versionTo, LockLevel lockLevel, RollbackOptions options, java.lang.String[] itemPropertyFilters)
          Pends a change that reverts the contents of one or more items to a previous version's contents.
 



© 2015 Microsoft. All rights reserved.