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

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by 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

Field Summary
static ChangePendedFlags NONE
          No flags were set.
static ChangePendedFlags UNKNOWN
          Server does not support this mechanism.
static ChangePendedFlags WORKING_FOLDER_MAPPINGS_UPDATED
          One or more working folders was updated in this call.
 
Constructor Summary
ChangePendedFlags(int flags)
           
 
Method Summary
 ChangePendedFlags combine(ChangePendedFlags other)
           
static ChangePendedFlags combine(ChangePendedFlags[] values)
           
 boolean contains(ChangePendedFlags other)
           
 boolean containsAll(ChangePendedFlags other)
           
 boolean containsAny(ChangePendedFlags other)
           
 ChangePendedFlags remove(ChangePendedFlags other)
           
 ChangePendedFlags retain(ChangePendedFlags 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

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.

Constructor Detail

ChangePendedFlags

public ChangePendedFlags(int flags)
Method Detail

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.