com.microsoft.tfs.core.clients.versioncontrol
Class ProcessType

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by 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 GetOperations.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Field Summary
static ProcessType GET
           
static ProcessType MERGE
           
static ProcessType NONE
           
static ProcessType PEND
           
static ProcessType ROLLBACK
           
static ProcessType UNDO
           
static ProcessType UNSHELVE
           
 
Method Summary
 
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
 

Field Detail

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.