|
||||||||||
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.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.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IFix | |
---|---|
java.util.List<IFix> |
IServer.fixJobs(java.util.List<java.lang.String> jobIdList,
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> |
IServer.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |