Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
Server.getChangelists(List<IFileSpec> fileSpecs,
GetChangelistsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
ChangesDelegator.getChangelists(List<IFileSpec> fileSpecs,
GetChangelistsOptions opts)
Get a list of Perforce changelist summary objects from the Perforce
server.
|
Modifier and Type | Method and Description |
---|---|
GetChangelistsOptions |
GetChangelistsOptions.setClientName(String clientName) |
GetChangelistsOptions |
GetChangelistsOptions.setIncludeIntegrated(boolean includeIntegrated) |
GetChangelistsOptions |
GetChangelistsOptions.setLongDesc(boolean longDesc) |
GetChangelistsOptions |
GetChangelistsOptions.setMaxMostRecent(int maxMostRecent) |
GetChangelistsOptions |
GetChangelistsOptions.setTruncateDescriptions(boolean truncateDescriptions) |
GetChangelistsOptions |
GetChangelistsOptions.setType(IChangelist.Type type) |
GetChangelistsOptions |
GetChangelistsOptions.setUserName(String userName) |
GetChangelistsOptions |
GetChangelistsOptions.setViewRestricted(boolean viewRestricted) |
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
IChangesDelegator.getChangelists(List<IFileSpec> fileSpecs,
GetChangelistsOptions opts)
Get a list of Perforce changelist summary objects from the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.