| Package | Description |
|---|---|
| com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.impl.mapbased.server.cmd | |
| com.perforce.p4java.server.delegator |
| Modifier and Type | Class and Description |
|---|---|
class |
Fix
Simple generic default implementation class for the IFix interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<IFix> |
Server.fixJobs(List<String> jobIds,
int changeListId,
FixJobsOptions opts) |
List<IFix> |
Server.fixJobs(List<String> jobIds,
int changeListId,
String status,
boolean delete) |
List<IFix> |
Server.getFixes(List<IFileSpec> fileSpecs,
GetFixesOptions opts) |
List<IFix> |
Server.getFixList(List<IFileSpec> fileSpecs,
int changeListId,
String jobId,
boolean includeIntegrations,
int maxFixes) |
| Modifier and Type | Method and Description |
|---|---|
List<IFix> |
FixDelegator.fixJobs(List<String> jobIds,
int changeListId,
FixJobsOptions opts) |
List<IFix> |
FixDelegator.fixJobs(List<String> jobIds,
int changeListId,
String status,
boolean delete) |
List<IFix> |
FixesDelegator.getFixes(List<IFileSpec> fileSpecs,
GetFixesOptions opts) |
List<IFix> |
FixesDelegator.getFixList(List<IFileSpec> fileSpecs,
int changeListId,
String jobId,
boolean includeIntegrations,
int maxFixes) |
| Modifier and Type | Method and Description |
|---|---|
List<IFix> |
IFixDelegator.fixJobs(List<String> jobIds,
int changeListId,
FixJobsOptions opts)
Mark each named job as being fixed by the changelist number given with
changeListId.
|
List<IFix> |
IFixDelegator.fixJobs(List<String> jobIds,
int changeListId,
String status,
boolean delete)
Mark each named job as being fixed by the changelist number given with
changeListId.
|
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.
|
List<IFix> |
IFixesDelegator.getFixList(List<IFileSpec> fileSpecs,
int changeListId,
String jobId,
boolean includeIntegrations,
int maxFixes)
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.