com.microsoft.tfs.core.clients.build.flags
Class DeleteOptions

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

Field Summary
static DeleteOptions ALL
           
static DeleteOptions DETAILS
           
static DeleteOptions DROP_LOCATION
           
static DeleteOptions LABEL
           
static DeleteOptions NONE
           
static DeleteOptions SYMBOLS
           
static DeleteOptions TEST_RESULTS
           
 
Method Summary
 DeleteOptions combine(DeleteOptions other)
           
static DeleteOptions combine(DeleteOptions[] deleteOptions)
           
 boolean contains(DeleteOptions other)
           
 boolean containsAll(DeleteOptions other)
           
 boolean containsAny(DeleteOptions other)
           
static DeleteOptions fromWebServiceObject(ms.tfs.build.buildservice._04._DeleteOptions deleteOptions)
           
 ms.tfs.build.buildservice._04._DeleteOptions getWebServiceObject()
           
 DeleteOptions remove(DeleteOptions other)
           
 DeleteOptions retain(DeleteOptions 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

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
Method Detail

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.