com.microsoft.tfs.core.clients.versioncontrol
Class ReconcilePendingChangesStatus
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReconcilePendingChangesStatus
public ReconcilePendingChangesStatus(boolean matchedAtLeastOnePendingChange)
ReconcilePendingChangesStatus
public ReconcilePendingChangesStatus(boolean matchedAtLeastOnePendingChange,
PendingChange[] reconcilablePendingChanges)
matchedAtLeastOnePendingChange
public boolean matchedAtLeastOnePendingChange()
getReconcilablePendingChanges
public PendingChange[] getReconcilablePendingChanges()
© 2015 Microsoft. All rights reserved.