com.microsoft.tfs.core.clients.versioncontrol
Class ReconcilePendingChangesStatus

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.ReconcilePendingChangesStatus

public final class ReconcilePendingChangesStatus
extends java.lang.Object

Contains the results of a Workspace.findReconcilablePendingChangesForChangeset(Changeset, PendingChange[]) call.


Constructor Summary
ReconcilePendingChangesStatus(boolean matchedAtLeastOnePendingChange)
           
ReconcilePendingChangesStatus(boolean matchedAtLeastOnePendingChange, PendingChange[] reconcilablePendingChanges)
           
 
Method Summary
 PendingChange[] getReconcilablePendingChanges()
           
 boolean matchedAtLeastOnePendingChange()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconcilePendingChangesStatus

public ReconcilePendingChangesStatus(boolean matchedAtLeastOnePendingChange)

ReconcilePendingChangesStatus

public ReconcilePendingChangesStatus(boolean matchedAtLeastOnePendingChange,
                                     PendingChange[] reconcilablePendingChanges)
Method Detail

matchedAtLeastOnePendingChange

public boolean matchedAtLeastOnePendingChange()

getReconcilablePendingChanges

public PendingChange[] getReconcilablePendingChanges()


© 2015 Microsoft. All rights reserved.