Uses of Class
com.perforce.p4java.option.server.GetFixesOptions

Packages that use GetFixesOptions
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of GetFixesOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetFixesOptions
 List<IFix> Server.getFixes(List<IFileSpec> fileSpecs, GetFixesOptions opts)
           
 

Uses of GetFixesOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return GetFixesOptions
 GetFixesOptions GetFixesOptions.setChangelistId(int changelistId)
           
 GetFixesOptions GetFixesOptions.setIncludeIntegrations(boolean includeIntegrations)
           
 GetFixesOptions GetFixesOptions.setJobId(String jobId)
           
 GetFixesOptions GetFixesOptions.setMaxFixes(int maxFixes)
           
 

Uses of GetFixesOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetFixesOptions
 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.
 



Copyright © 2011 Perforce Software. All Rights Reserved.