com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class Change

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by 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

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
Change(ms.tfs.versioncontrol.clientservices._03._Change change)
           
Change()
           
Change(Item item, ChangeType type, MergeSource[] mergeSources)
           
 
Method Summary
 int compareTo(Change o)
          
 ChangeType getChangeType()
           
 Item getItem()
           
 MergeSource[] getMergeSources()
           
 ms.tfs.versioncontrol.clientservices._03._Change getWebServiceObject()
          Gets the web service object this class wraps.
 void setChangeType(ChangeType type)
           
 
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
 

Constructor Detail

Change

public Change()

Change

public Change(ms.tfs.versioncontrol.clientservices._03._Change change)

Change

public Change(Item item,
              ChangeType type,
              MergeSource[] mergeSources)
Method Detail

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.