com.microsoft.tfs.core.clients.versioncontrol
Class ChangePendedFlags
java.lang.Object
com.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.versioncontrol.ChangePendedFlags
- All Implemented Interfaces:
- java.io.Serializable
public class ChangePendedFlags
- extends com.microsoft.tfs.util.BitField
Contains information on things done by the server after changes were pended
(for example, by merge).
- See Also:
- Serialized Form
- Since:
- TEE-SDK-11.0
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 |
UNKNOWN
public static final ChangePendedFlags UNKNOWN
- Server does not support this mechanism.
NONE
public static final ChangePendedFlags NONE
- No flags were set.
WORKING_FOLDER_MAPPINGS_UPDATED
public static final ChangePendedFlags WORKING_FOLDER_MAPPINGS_UPDATED
- One or more working folders was updated in this call.
ChangePendedFlags
public ChangePendedFlags(int flags)
combine
public static ChangePendedFlags combine(ChangePendedFlags[] values)
containsAll
public boolean containsAll(ChangePendedFlags other)
contains
public boolean contains(ChangePendedFlags other)
containsAny
public boolean containsAny(ChangePendedFlags other)
remove
public ChangePendedFlags remove(ChangePendedFlags other)
retain
public ChangePendedFlags retain(ChangePendedFlags other)
combine
public ChangePendedFlags combine(ChangePendedFlags other)
© 2015 Microsoft. All rights reserved.