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 |
---|---|
java.util.List<IFix> |
Server.fixJobs(java.util.List<java.lang.String> jobIds,
int changeListId,
FixJobsOptions opts) |
java.util.List<IFix> |
Server.fixJobs(java.util.List<java.lang.String> jobIds,
int changeListId,
java.lang.String status,
boolean delete) |
java.util.List<IFix> |
Server.getFixes(java.util.List<IFileSpec> fileSpecs,
GetFixesOptions opts) |
java.util.List<IFix> |
Server.getFixList(java.util.List<IFileSpec> fileSpecs,
int changeListId,
java.lang.String jobId,
boolean includeIntegrations,
int maxFixes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IFix> |
FixDelegator.fixJobs(java.util.List<java.lang.String> jobIds,
int changeListId,
FixJobsOptions opts) |
java.util.List<IFix> |
FixDelegator.fixJobs(java.util.List<java.lang.String> jobIds,
int changeListId,
java.lang.String status,
boolean delete) |
java.util.List<IFix> |
FixesDelegator.getFixes(java.util.List<IFileSpec> fileSpecs,
GetFixesOptions opts) |
java.util.List<IFix> |
FixesDelegator.getFixList(java.util.List<IFileSpec> fileSpecs,
int changeListId,
java.lang.String jobId,
boolean includeIntegrations,
int maxFixes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IFix> |
IFixDelegator.fixJobs(java.util.List<java.lang.String> jobIds,
int changeListId,
FixJobsOptions opts)
Mark each named job as being fixed by the changelist number given with
changeListId.
|
java.util.List<IFix> |
IFixDelegator.fixJobs(java.util.List<java.lang.String> jobIds,
int changeListId,
java.lang.String status,
boolean delete)
Mark each named job as being fixed by the changelist number given with
changeListId.
|
java.util.List<IFix> |
IFixesDelegator.getFixes(java.util.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.
|
java.util.List<IFix> |
IFixesDelegator.getFixList(java.util.List<IFileSpec> fileSpecs,
int changeListId,
java.lang.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 © 2018 Perforce Software. All Rights Reserved.