com.microsoft.tfs.core.clients.build.flags
Class QueuedBuildRetryOption
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
com.microsoft.tfs.core.clients.build.flags.QueuedBuildRetryOption
public class QueuedBuildRetryOption
- extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
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 |
NONE
public static final QueuedBuildRetryOption NONE
IN_PROGRESS_BUILD
public static final QueuedBuildRetryOption IN_PROGRESS_BUILD
COMPLETED_BUILD
public static final QueuedBuildRetryOption COMPLETED_BUILD
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.