com.microsoft.tfs.core.clients.build.soapextensions
Class ContinuousIntegrationType

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.build.soapextensions.ContinuousIntegrationType
All Implemented Interfaces:
java.io.Serializable

public class ContinuousIntegrationType
extends com.microsoft.tfs.util.BitField

Describes the continuous integration type.

See Also:
IBuildDefinition, Serialized Form
Since:
TEE-SDK-10.1

Field Summary
static ContinuousIntegrationType ALL
           
static ContinuousIntegrationType BATCH
           
static ContinuousIntegrationType GATED
           
static ContinuousIntegrationType INDIVIDUAL
           
static ContinuousIntegrationType NONE
           
static ContinuousIntegrationType SCHEDULE
           
static ContinuousIntegrationType SCHEDULE_FORCED
           
 
Constructor Summary
ContinuousIntegrationType(ms.tfs.build.buildservice._03._ContinuousIntegrationType type)
           
 
Method Summary
 ContinuousIntegrationType combine(ContinuousIntegrationType other)
           
static ContinuousIntegrationType combine(ContinuousIntegrationType[] changeTypes)
           
 boolean contains(ContinuousIntegrationType other)
           
 boolean containsAll(ContinuousIntegrationType other)
           
 boolean containsAny(ContinuousIntegrationType other)
           
 ms.tfs.build.buildservice._03._ContinuousIntegrationType getWebServiceObject()
          Gets the web service object this class wraps.
 ContinuousIntegrationType remove(ContinuousIntegrationType other)
           
 ContinuousIntegrationType retain(ContinuousIntegrationType 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 ContinuousIntegrationType NONE

INDIVIDUAL

public static final ContinuousIntegrationType INDIVIDUAL

BATCH

public static final ContinuousIntegrationType BATCH

SCHEDULE

public static final ContinuousIntegrationType SCHEDULE

SCHEDULE_FORCED

public static final ContinuousIntegrationType SCHEDULE_FORCED

GATED

public static final ContinuousIntegrationType GATED

ALL

public static final ContinuousIntegrationType ALL
Constructor Detail

ContinuousIntegrationType

public ContinuousIntegrationType(ms.tfs.build.buildservice._03._ContinuousIntegrationType type)
Method Detail

getWebServiceObject

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

Returns:
the web service object this class wraps.

combine

public static ContinuousIntegrationType combine(ContinuousIntegrationType[] changeTypes)

containsAll

public boolean containsAll(ContinuousIntegrationType other)

contains

public boolean contains(ContinuousIntegrationType other)

containsAny

public boolean containsAny(ContinuousIntegrationType other)

remove

public ContinuousIntegrationType remove(ContinuousIntegrationType other)

retain

public ContinuousIntegrationType retain(ContinuousIntegrationType other)

combine

public ContinuousIntegrationType combine(ContinuousIntegrationType other)


© 2015 Microsoft. All rights reserved.