|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Changeset | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of Changeset in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol that return Changeset | |
---|---|
Changeset |
VersionControlClient.getChangeset(int changesetID)
Gets Changeset information including individual change
information, excluding download information. |
Changeset |
VersionControlClient.getChangeset(int changesetID,
boolean includeChanges,
boolean includeDownloadInfo,
java.lang.String[] changesetPropertyFilters,
java.lang.String[] itemPropertyFilters)
Gets the Changeset object that describes the given changeset ID. |
Changeset[] |
VersionControlClient.queryHistory(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
Methods in com.microsoft.tfs.core.clients.versioncontrol that return types with arguments of type Changeset | |
---|---|
java.util.Iterator<Changeset> |
VersionControlClient.queryHistoryIterator(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Changeset | |
---|---|
void |
VersionControlClient.updateChangeset(Changeset changeset)
Updates a changeset's information with the comment and check-in notes in the given Changeset . |
Uses of Changeset in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return Changeset | |
---|---|
Changeset |
MergeCandidate.getChangeset()
|
Changeset[] |
ChangesetMergeDetails.getChangesets()
|
Changeset |
ChangesetMerge.getTargetChangeset()
|
Changeset[] |
Workspace.queryHistory(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return types with arguments of type Changeset | |
---|---|
java.util.Iterator<Changeset> |
Workspace.queryHistoryIterator(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Changeset | |
---|---|
ReconcilePendingChangesStatus |
Workspace.findReconcilablePendingChangesForChangeset(Changeset changeset,
PendingChange[] pendingChanges)
Finds pending changes in the given array which can be safely reconciled (undone) to match the changes in the given changeset. |
void |
MergeCandidate.setChangeset(Changeset changeset)
|
void |
ChangesetMerge.setTargetChangeset(Changeset targetChangeset)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Changeset | |
---|---|
Changeset(Changeset changeset,
Change change)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |