com.microsoft.tfs.core.clients.build.flags
Class BuildQueryOrder
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
com.microsoft.tfs.core.clients.build.flags.BuildQueryOrder
public class BuildQueryOrder
- extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Method Summary |
boolean |
equals(java.lang.Object o)
|
static BuildQueryOrder |
fromWebServiceObject(ms.tfs.build.buildservice._04._BuildQueryOrder webServiceObject)
Gets the correct wrapper type for the given web service object. |
ms.tfs.build.buildservice._04._BuildQueryOrder |
getWebServiceObject()
Gets the web service object this class wraps. |
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 |
FINISH_TIME_ASCENDING
public static BuildQueryOrder FINISH_TIME_ASCENDING
FINISH_TIME_DESCENDING
public static BuildQueryOrder FINISH_TIME_DESCENDING
START_TIME_ASCENDING
public static BuildQueryOrder START_TIME_ASCENDING
START_TIME_DESCENDING
public static BuildQueryOrder START_TIME_DESCENDING
fromWebServiceObject
public static BuildQueryOrder fromWebServiceObject(ms.tfs.build.buildservice._04._BuildQueryOrder webServiceObject)
- Gets the correct wrapper type for the given web service object.
- Parameters:
webServiceObject
- the web service object (must not be null
)
- Returns:
- the correct wrapper type for the given web service object
- Throws:
java.lang.RuntimeException
- if no wrapper type is known for the given web service object
getWebServiceObject
public ms.tfs.build.buildservice._04._BuildQueryOrder getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
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.