|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.versioncontrol.BranchHistoryUtil
public class BranchHistoryUtil
Internal utilities to manage branch history items. Not public API.
Constructor Summary | |
---|---|
BranchHistoryUtil()
|
Method Summary | |
---|---|
static void |
updateServerItems(Workspace workspace,
VersionSpec versionSpec,
BranchHistory branchHistory)
Updates the given BranchHistory object to include the latest
Item s from the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BranchHistoryUtil()
Method Detail |
---|
public static void updateServerItems(Workspace workspace, VersionSpec versionSpec, BranchHistory branchHistory)
BranchHistory
object to include the latest
Item
s from the server. (By default, the BranchHistory
will only include sparse items that do not have full details.
NOTE: this method does NOT rebalance renames or deletions in the history
tree.
workspace
- A Workspace
to query from (not null
)versionSpec
- The VersionSpec
to query items at (not null
)branchHistory
- The BranchHistory
obtained by a server call, with sparse
from and to Item
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |