|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFix | |
---|---|
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.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IFix in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IFix | |
---|---|
class |
Fix
Simple generic default implementation class for the IFix interface. |
Uses of IFix in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IFix | |
---|---|
List<IFix> |
Server.fixJobs(List<String> jobIds,
int changelistId,
FixJobsOptions opts)
|
List<IFix> |
Server.fixJobs(List<String> jobIdList,
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)
|
Uses of IFix in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IFix | |
---|---|
List<IFix> |
IOptionsServer.fixJobs(List<String> jobIds,
int changelistId,
FixJobsOptions opts)
Mark each named job as being fixed by the changelist number given with changeListId. |
List<IFix> |
IServer.fixJobs(List<String> jobIdList,
int changeListId,
String status,
boolean delete)
Mark each named job as being fixed by the changelist number given with changeListId. |
List<IFix> |
IOptionsServer.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> |
IServer.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |