com.microsoft.tfs.core.clients.versioncontrol.specs.version
Class ChangesetVersionSpec
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.specs.version.VersionSpec
com.microsoft.tfs.core.clients.versioncontrol.specs.version.ChangesetVersionSpec
public final class ChangesetVersionSpec
- extends VersionSpec
Describes a Changeset
version.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- immutable
Field Summary |
protected static char |
IDENTIFIER
The single character identifier for the type of VersionSpec implemented
by this class. |
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Method Summary |
int |
getChangeset()
|
java.lang.String |
toString()
Returns the version component of the spec string for the type of
VersionSpec implemented by this class. |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IDENTIFIER
protected static final char IDENTIFIER
- The single character identifier for the type of VersionSpec implemented
by this class.
- Constant Field Value:
67
- See Also:
- Constant Field Values
ChangesetVersionSpec
public ChangesetVersionSpec(int changeSetNumber)
ChangesetVersionSpec
public ChangesetVersionSpec(ms.tfs.versioncontrol.clientservices._03._ChangesetVersionSpec spec)
toString
public java.lang.String toString()
- Description copied from class:
VersionSpec
- Returns the version component of the spec string for the type of
VersionSpec implemented by this class. This is used to format version
specs for display to the user.
- Specified by:
toString
in class VersionSpec
- Returns:
- the version component of the spec string.
getChangeset
public int getChangeset()
© 2015 Microsoft. All rights reserved.