com.microsoft.tfs.core.clients.workitem
Class CheckinWorkItemAction
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
com.microsoft.tfs.core.clients.workitem.CheckinWorkItemAction
public class CheckinWorkItemAction
- extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
Check-in action on the work item.
- Since:
- TEE-SDK-10.1
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 CheckinWorkItemAction NONE
RESOLVE
public static final CheckinWorkItemAction RESOLVE
ASSOCIATE
public static final CheckinWorkItemAction ASSOCIATE
fromWebServiceObject
public static CheckinWorkItemAction fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._CheckinWorkItemAction 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.versioncontrol.clientservices._03._CheckinWorkItemAction getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
fromString
public static CheckinWorkItemAction fromString(java.lang.String value)
- Gets the correct enumeration value for the given string.
- Parameters:
value
- the string to map to an enumeration value
- Returns:
- the correct enumeration value for the given string
- Throws:
java.lang.RuntimeException
- if no wrapper type is known for the given string
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
toUIString
public java.lang.String toUIString()
© 2015 Microsoft. All rights reserved.