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

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.ResolveErrorOptions
All Implemented Interfaces:
java.lang.Comparable

public class ResolveErrorOptions
extends com.microsoft.tfs.util.TypesafeEnum


Field Summary
static ResolveErrorOptions NONE
           
static ResolveErrorOptions RAISE_WARNINGS_FOR_ERROR
           
static ResolveErrorOptions THROW_ON_ERROR
           
 
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 ResolveErrorOptions NONE

THROW_ON_ERROR

public static final ResolveErrorOptions THROW_ON_ERROR

RAISE_WARNINGS_FOR_ERROR

public static final ResolveErrorOptions RAISE_WARNINGS_FOR_ERROR


© 2015 Microsoft. All rights reserved.