com.microsoft.tfs.core.clients.build.flags
Class DeleteOptions
java.lang.Object
com.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.build.flags.DeleteOptions
- All Implemented Interfaces:
- java.io.Serializable
public class DeleteOptions
- extends com.microsoft.tfs.util.BitField
Options for delete.
- 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 DeleteOptions NONE
DROP_LOCATION
public static final DeleteOptions DROP_LOCATION
TEST_RESULTS
public static final DeleteOptions TEST_RESULTS
LABEL
public static final DeleteOptions LABEL
DETAILS
public static final DeleteOptions DETAILS
SYMBOLS
public static final DeleteOptions SYMBOLS
ALL
public static final DeleteOptions ALL
getWebServiceObject
public ms.tfs.build.buildservice._04._DeleteOptions getWebServiceObject()
fromWebServiceObject
public static DeleteOptions fromWebServiceObject(ms.tfs.build.buildservice._04._DeleteOptions deleteOptions)
combine
public static DeleteOptions combine(DeleteOptions[] deleteOptions)
containsAll
public boolean containsAll(DeleteOptions other)
contains
public boolean contains(DeleteOptions other)
containsAny
public boolean containsAny(DeleteOptions other)
remove
public DeleteOptions remove(DeleteOptions other)
retain
public DeleteOptions retain(DeleteOptions other)
combine
public DeleteOptions combine(DeleteOptions other)
© 2015 Microsoft. All rights reserved.