|
||||||||||
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.DestroyFlags
public class DestroyFlags
DestroyFlags
is used to control the options of a destroy operation.
Field Summary | |
---|---|
static DestroyFlags |
AFFECTED_CHANGES
This will return pended and shelved changes that will be destroyed and not return the entire set of items that will be destroyed. |
static DestroyFlags |
DELETE_WORKSPACE_STATE
Instructs the server to delete local version rows, working folder mappings pending adds & branches, for any affected workspaces. |
static DestroyFlags |
KEEP_HISTORY
Keeps history. |
static DestroyFlags |
NONE
No destroy flags. |
static DestroyFlags |
PREVIEW
When this flag is specified to destroy, the server does not actually destroy the indicated items. |
static DestroyFlags |
SILENT
When this flag is specified to destroy, the items that were destroyed are not returned to the client. |
static DestroyFlags |
START_CLEANUP
When this flag is specified to destroy, the server immediately starts an asynchronous cleanup of the versioned item file content data. |
Method Summary | |
---|---|
DestroyFlags |
combine(DestroyFlags other)
|
static DestroyFlags |
combine(DestroyFlags[] values)
|
boolean |
contains(DestroyFlags other)
|
boolean |
containsAll(DestroyFlags other)
|
boolean |
containsAny(DestroyFlags other)
|
DestroyFlags |
remove(DestroyFlags other)
|
DestroyFlags |
retain(DestroyFlags 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 DestroyFlags NONE
public static final DestroyFlags PREVIEW
public static final DestroyFlags START_CLEANUP
public static final DestroyFlags KEEP_HISTORY
public static final DestroyFlags SILENT
public static final DestroyFlags AFFECTED_CHANGES
public static final DestroyFlags DELETE_WORKSPACE_STATE
Method Detail |
---|
public static DestroyFlags combine(DestroyFlags[] values)
public boolean containsAll(DestroyFlags other)
public boolean contains(DestroyFlags other)
public boolean containsAny(DestroyFlags other)
public DestroyFlags remove(DestroyFlags other)
public DestroyFlags retain(DestroyFlags other)
public DestroyFlags combine(DestroyFlags other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |