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

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

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

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.