Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
List<IFix> |
Server.getFixes(List<IFileSpec> fileSpecs,
GetFixesOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFix> |
FixesDelegator.getFixes(List<IFileSpec> fileSpecs,
GetFixesOptions opts) |
Modifier and Type | Method and Description |
---|---|
GetFixesOptions |
GetFixesOptions.setChangelistId(int changelistId) |
GetFixesOptions |
GetFixesOptions.setIncludeIntegrations(boolean includeIntegrations) |
GetFixesOptions |
GetFixesOptions.setJobId(String jobId) |
GetFixesOptions |
GetFixesOptions.setMaxFixes(int maxFixes) |
Modifier and Type | Method and Description |
---|---|
List<IFix> |
IFixesDelegator.getFixes(List<IFileSpec> fileSpecs,
GetFixesOptions opts)
Return a list of all Perforce jobs with fix records associated with them,
along with the changelist number of the fix.
|
Copyright © 2017 Perforce Software. All Rights Reserved.