com.microsoft.tfs.core.clients.versioncontrol
Class ProcessType
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.ProcessType
- All Implemented Interfaces:
- java.lang.Comparable
public class ProcessType
- extends com.microsoft.tfs.util.TypesafeEnum
An enumeration of kinds of processing that can happen for
GetOperation
s.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-safe
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final ProcessType NONE
UNDO
public static final ProcessType UNDO
PEND
public static final ProcessType PEND
GET
public static final ProcessType GET
MERGE
public static final ProcessType MERGE
UNSHELVE
public static final ProcessType UNSHELVE
ROLLBACK
public static final ProcessType ROLLBACK
- Since:
- TFS 2010
© 2015 Microsoft. All rights reserved.