com.microsoft.tfs.core.clients.versioncontrol
Class RollbackOptions
java.lang.Object
com.microsoft.tfs.util.BitField
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
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 |
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
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.