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

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

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

See Also:
Serialized Form

Field Summary
static DefinitionTriggerType ALL
           
static DefinitionTriggerType BATCHED_CONTINUOUS_INTEGRATION
           
static DefinitionTriggerType BATCHED_GATED_CHECKIN
           
static DefinitionTriggerType CONTINUOUS_INTEGRATION
           
static DefinitionTriggerType GATED_CHECKIN
           
static DefinitionTriggerType NONE
           
static DefinitionTriggerType SCHEDULE
           
static DefinitionTriggerType SCHEDULE_FORCED
           
 
Constructor Summary
DefinitionTriggerType(ms.tfs.build.buildservice._04._DefinitionTriggerType type)
           
 
Method Summary
 DefinitionTriggerType combine(DefinitionTriggerType other)
           
static DefinitionTriggerType combine(DefinitionTriggerType[] other)
           
 boolean contains(DefinitionTriggerType other)
           
 boolean containsAll(DefinitionTriggerType other)
           
 boolean containsAny(DefinitionTriggerType other)
           
 ms.tfs.build.buildservice._04._DefinitionTriggerType getWebServiceObject()
          Gets the web service object this class wraps.
 DefinitionTriggerType remove(DefinitionTriggerType other)
           
 DefinitionTriggerType retain(DefinitionTriggerType 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 DefinitionTriggerType NONE

CONTINUOUS_INTEGRATION

public static final DefinitionTriggerType CONTINUOUS_INTEGRATION

BATCHED_CONTINUOUS_INTEGRATION

public static final DefinitionTriggerType BATCHED_CONTINUOUS_INTEGRATION

SCHEDULE

public static final DefinitionTriggerType SCHEDULE

SCHEDULE_FORCED

public static final DefinitionTriggerType SCHEDULE_FORCED

GATED_CHECKIN

public static final DefinitionTriggerType GATED_CHECKIN

BATCHED_GATED_CHECKIN

public static final DefinitionTriggerType BATCHED_GATED_CHECKIN

ALL

public static final DefinitionTriggerType ALL
Constructor Detail

DefinitionTriggerType

public DefinitionTriggerType(ms.tfs.build.buildservice._04._DefinitionTriggerType type)
Method Detail

getWebServiceObject

public ms.tfs.build.buildservice._04._DefinitionTriggerType 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 DefinitionTriggerType combine(DefinitionTriggerType[] other)

containsAll

public boolean containsAll(DefinitionTriggerType other)

contains

public boolean contains(DefinitionTriggerType other)

containsAny

public boolean containsAny(DefinitionTriggerType other)

remove

public DefinitionTriggerType remove(DefinitionTriggerType other)

retain

public DefinitionTriggerType retain(DefinitionTriggerType other)

combine

public DefinitionTriggerType combine(DefinitionTriggerType other)


© 2015 Microsoft. All rights reserved.