com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class Change
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Change
- All Implemented Interfaces:
- java.lang.Comparable<Change>
public final class Change
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
- implements java.lang.Comparable<Change>
Contains information about a modification made to a version control item
(file or folder) as part of a Changeset
.
- 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.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Change
public Change()
Change
public Change(ms.tfs.versioncontrol.clientservices._03._Change change)
Change
public Change(Item item,
ChangeType type,
MergeSource[] mergeSources)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._Change getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getItem
public Item getItem()
getChangeType
public ChangeType getChangeType()
setChangeType
public void setChangeType(ChangeType type)
getMergeSources
public MergeSource[] getMergeSources()
compareTo
public int compareTo(Change o)
-
- Specified by:
compareTo
in interface java.lang.Comparable<Change>
© 2015 Microsoft. All rights reserved.