|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueueOptions
public class UpdateLocalVersionQueueOptions
Options to control where and how the local versions are updated.
Field Summary | |
---|---|
static UpdateLocalVersionQueueOptions |
UPDATE_BOTH
|
static UpdateLocalVersionQueueOptions |
UPDATE_LOCAL
|
static UpdateLocalVersionQueueOptions |
UPDATE_SERVER
|
Method Summary | |
---|---|
UpdateLocalVersionQueueOptions |
combine(UpdateLocalVersionQueueOptions other)
|
boolean |
contains(UpdateLocalVersionQueueOptions other)
|
boolean |
containsAll(UpdateLocalVersionQueueOptions other)
|
boolean |
containsAny(UpdateLocalVersionQueueOptions other)
|
UpdateLocalVersionQueueOptions |
remove(UpdateLocalVersionQueueOptions other)
|
UpdateLocalVersionQueueOptions |
retain(UpdateLocalVersionQueueOptions 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 |
---|
public static final UpdateLocalVersionQueueOptions UPDATE_LOCAL
public static final UpdateLocalVersionQueueOptions UPDATE_SERVER
public static final UpdateLocalVersionQueueOptions UPDATE_BOTH
Method Detail |
---|
public boolean containsAll(UpdateLocalVersionQueueOptions other)
public boolean contains(UpdateLocalVersionQueueOptions other)
public boolean containsAny(UpdateLocalVersionQueueOptions other)
public UpdateLocalVersionQueueOptions remove(UpdateLocalVersionQueueOptions other)
public UpdateLocalVersionQueueOptions retain(UpdateLocalVersionQueueOptions other)
public UpdateLocalVersionQueueOptions combine(UpdateLocalVersionQueueOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |