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