|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Change | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of Change in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol that return Change | |
---|---|
Change[] |
VersionControlClient.getChangesForChangeset(int changesetID,
boolean includeDownloadInfo,
int pageSize,
ItemSpec lastItem,
java.lang.String[] itemPropertyFilters,
boolean includeMergeSourceInfo)
Gets the changes within a changeset Allows the caller to page changes back from the server. |
Uses of Change in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return Change | |
---|---|
Change[] |
Changeset.getChanges()
|
Change |
ExtendedMerge.getSourceItem()
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Change | |
---|---|
int |
Change.compareTo(Change o)
|
void |
Changeset.setChanges(Change[] changes)
|
java.lang.String |
ChangeType.toUIString(boolean showLock,
Change change)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Change | |
---|---|
Changeset(Change[] changes,
java.lang.String comment,
CheckinNote checkinNote,
PolicyOverrideInfo policyOverride,
java.lang.String committer,
java.lang.String committerDisplayName,
java.util.Calendar date,
int changeSetID,
java.lang.String owner,
java.lang.String ownerDisplayName,
PropertyValue[] properties)
|
|
Changeset(Changeset changeset,
Change change)
|
|
ExtendedMerge(ChangesetSummary sourceChangeset,
ChangesetSummary targetChangeset,
int versionedItemCount,
Change sourceItem,
ItemIdentifier targetItem)
|
|
ItemIdentifier(Change change)
Creates a ItemIdentifier from a Change . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |