com.microsoft.tfs.core.clients.build.flags
Class QueuedBuildRetryOption

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
          extended by com.microsoft.tfs.core.clients.build.flags.QueuedBuildRetryOption

public class QueuedBuildRetryOption
extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper


Field Summary
static QueuedBuildRetryOption COMPLETED_BUILD
           
static QueuedBuildRetryOption IN_PROGRESS_BUILD
           
static QueuedBuildRetryOption NONE
           
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Method Summary
 boolean equals(java.lang.Object o)
           
static QueuedBuildRetryOption fromWebServiceObject(ms.tfs.build.buildservice._04._QueuedBuildRetryOption webServiceObject)
           
 ms.tfs.build.buildservice._04._QueuedBuildRetryOption getWebServiceObject()
           
 int hashCode()
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
fromWebServiceObject
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final QueuedBuildRetryOption NONE

IN_PROGRESS_BUILD

public static final QueuedBuildRetryOption IN_PROGRESS_BUILD

COMPLETED_BUILD

public static final QueuedBuildRetryOption COMPLETED_BUILD
Method Detail

fromWebServiceObject

public static QueuedBuildRetryOption fromWebServiceObject(ms.tfs.build.buildservice._04._QueuedBuildRetryOption webServiceObject)

getWebServiceObject

public ms.tfs.build.buildservice._04._QueuedBuildRetryOption getWebServiceObject()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

hashCode

public int hashCode()
Overrides:
hashCode in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper


© 2015 Microsoft. All rights reserved.