com.microsoft.tfs.core.clients.build.soapextensions
Class DefinitionTriggerType
java.lang.Object
com.microsoft.tfs.util.BitField
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
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 |
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
DefinitionTriggerType
public DefinitionTriggerType(ms.tfs.build.buildservice._04._DefinitionTriggerType type)
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.