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

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.versioncontrol.RollbackOptions
All Implemented Interfaces:
java.io.Serializable

public final class RollbackOptions
extends com.microsoft.tfs.util.BitField

Options for rollback.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Field Summary
static RollbackOptions KEEP_MERGE_HISTORY
           
static RollbackOptions NO_AUTO_RESOLVE
           
static RollbackOptions NONE
           
static RollbackOptions SILENT
           
static RollbackOptions TO_VERSION
           
 
Method Summary
 RollbackOptions combine(RollbackOptions other)
           
static RollbackOptions combine(RollbackOptions[] changeTypes)
           
 boolean contains(RollbackOptions other)
           
 boolean containsAll(RollbackOptions other)
           
 boolean containsAny(RollbackOptions other)
           
 RollbackOptions remove(RollbackOptions other)
           
 RollbackOptions retain(RollbackOptions other)
           
 
Methods inherited from class com.microsoft.tfs.util.BitField
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final RollbackOptions NONE

TO_VERSION

public static final RollbackOptions TO_VERSION

SILENT

public static final RollbackOptions SILENT

KEEP_MERGE_HISTORY

public static final RollbackOptions KEEP_MERGE_HISTORY

NO_AUTO_RESOLVE

public static final RollbackOptions NO_AUTO_RESOLVE
Method Detail

combine

public static RollbackOptions combine(RollbackOptions[] changeTypes)

containsAll

public boolean containsAll(RollbackOptions other)

contains

public boolean contains(RollbackOptions other)

containsAny

public boolean containsAny(RollbackOptions other)

remove

public RollbackOptions remove(RollbackOptions other)

retain

public RollbackOptions retain(RollbackOptions other)

combine

public RollbackOptions combine(RollbackOptions other)


© 2015 Microsoft. All rights reserved.