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

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper
          extended by com.microsoft.tfs.core.clients.build.flags.BuildUpdate2010

public class BuildUpdate2010
extends com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper

A set of flags used to mark which build data fields get updated.

Since:
TEE-SDK-10.1

Nested Class Summary
static class BuildUpdate2010.Field
          Wraps the web service flag type as a BuildUpdate2010.Field.
 
Nested classes/interfaces inherited from class com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper
com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper.FlagWrapper
 
Field Summary
static BuildUpdate2010.Field BUILD_NUMBER
           
static BuildUpdate2010.Field COMPILATION_STATUS
           
static BuildUpdate2010.Field DROP_LOCATION
           
static BuildUpdate2010.Field KEEP_FOREVER
           
static BuildUpdate2010.Field LABEL_NAME
           
static BuildUpdate2010.Field LOG_LOCATION
           
static BuildUpdate2010.Field NONE
           
static BuildUpdate2010.Field QUALITY
           
static BuildUpdate2010.Field SOURCE_GET_VERSION
           
static BuildUpdate2010.Field STATUS
           
static BuildUpdate2010.Field TEST_STATUS
           
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
BuildUpdate2010(ms.tfs.build.buildservice._03._BuildUpdate buildUpdate)
           
BuildUpdate2010()
           
BuildUpdate2010(BuildUpdate2010.Field value)
          Constructs a BuildUpdate2010 with the given single field initially set.
BuildUpdate2010(BuildUpdate2010.Field[] values)
          Constructs a BuildUpdate2010 with the given fields initially set.
 
Method Summary
 void add(BuildUpdate2010.Field flagWrapper)
           
 void addAll(BuildUpdate2010.Field[] flagWrappers)
           
 void addAll(BuildUpdate2010 flagSetWrapper)
           
 boolean contains(BuildUpdate2010.Field flagWrapper)
           
 boolean containsAll(BuildUpdate2010.Field[] flagWrappers)
           
 boolean containsAll(BuildUpdate2010 flagSetWrapper)
           
 boolean containsAny(BuildUpdate2010.Field[] flagWrappers)
           
 boolean containsAny(BuildUpdate2010 flagSetWrapper)
           
 boolean containsOnly(BuildUpdate2010.Field flagWrapper)
           
 boolean equals(java.lang.Object obj)
           
 ms.tfs.build.buildservice._03._BuildUpdate getWebServiceObject()
          Gets the web service object this class wraps.
 int hashCode()
           
 boolean remove(BuildUpdate2010.Field flagWrapper)
           
 boolean removeAll(BuildUpdate2010.Field[] flagWrappers)
           
 boolean removeAll(BuildUpdate2010 flagSetWrapper)
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper
add, addAll, addAll, contains, containsAll, containsAll, containsAny, containsAny, containsOnly, isEmpty, remove, removeAll, removeAll, size
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final BuildUpdate2010.Field NONE

BUILD_NUMBER

public static final BuildUpdate2010.Field BUILD_NUMBER

DROP_LOCATION

public static final BuildUpdate2010.Field DROP_LOCATION

LABEL_NAME

public static final BuildUpdate2010.Field LABEL_NAME

LOG_LOCATION

public static final BuildUpdate2010.Field LOG_LOCATION

STATUS

public static final BuildUpdate2010.Field STATUS

QUALITY

public static final BuildUpdate2010.Field QUALITY

COMPILATION_STATUS

public static final BuildUpdate2010.Field COMPILATION_STATUS

TEST_STATUS

public static final BuildUpdate2010.Field TEST_STATUS

KEEP_FOREVER

public static final BuildUpdate2010.Field KEEP_FOREVER

SOURCE_GET_VERSION

public static final BuildUpdate2010.Field SOURCE_GET_VERSION
Constructor Detail

BuildUpdate2010

public BuildUpdate2010()

BuildUpdate2010

public BuildUpdate2010(ms.tfs.build.buildservice._03._BuildUpdate buildUpdate)

BuildUpdate2010

public BuildUpdate2010(BuildUpdate2010.Field value)
Constructs a BuildUpdate2010 with the given single field initially set.


BuildUpdate2010

public BuildUpdate2010(BuildUpdate2010.Field[] values)
Constructs a BuildUpdate2010 with the given fields initially set.

Method Detail

getWebServiceObject

public ms.tfs.build.buildservice._03._BuildUpdate getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

add

public void add(BuildUpdate2010.Field flagWrapper)

addAll

public void addAll(BuildUpdate2010 flagSetWrapper)

addAll

public void addAll(BuildUpdate2010.Field[] flagWrappers)

contains

public boolean contains(BuildUpdate2010.Field flagWrapper)

containsAll

public boolean containsAll(BuildUpdate2010.Field[] flagWrappers)

containsAny

public boolean containsAny(BuildUpdate2010.Field[] flagWrappers)

containsAll

public boolean containsAll(BuildUpdate2010 flagSetWrapper)

containsAny

public boolean containsAny(BuildUpdate2010 flagSetWrapper)

containsOnly

public boolean containsOnly(BuildUpdate2010.Field flagWrapper)

remove

public boolean remove(BuildUpdate2010.Field flagWrapper)

removeAll

public boolean removeAll(BuildUpdate2010.Field[] flagWrappers)

removeAll

public boolean removeAll(BuildUpdate2010 flagSetWrapper)

hashCode

public int hashCode()
Overrides:
hashCode in class com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class com.microsoft.tfs.core.internal.wrappers.FlagSetWrapper


© 2015 Microsoft. All rights reserved.