|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.perforce.p4java.option.Options
com.perforce.p4java.option.server.GetFixesOptions
public class GetFixesOptions
Options subclass for the IServer.getFixList method.
| Field Summary | |
|---|---|
protected int |
changelistId
If non-negative, only fixes from the numbered changelist are listed. |
protected boolean |
includeIntegrations
If true, include any fixes made by changelists integrated into the specified files. |
protected String |
jobId
If non-null, only fixes for the named job are listed. |
protected int |
maxFixes
If positive, restrict the list to the first maxFixes fixes. |
static String |
OPTIONS_SPECS
|
| Fields inherited from class com.perforce.p4java.option.Options |
|---|
immutable, optionList, OPTPFX |
| Constructor Summary | |
|---|---|
GetFixesOptions()
Default constructor. |
|
GetFixesOptions(int changelistId,
String jobId,
boolean includeIntegrations,
int maxFixes)
Explicit-value constructor. |
|
GetFixesOptions(String... options)
String-based constructor. |
|
| Method Summary | |
|---|---|
int |
getChangelistId()
|
String |
getJobId()
|
int |
getMaxFixes()
|
boolean |
isIncludeIntegrations()
|
List<String> |
processOptions(IServer server)
IServer.getFixList-specific options processing. |
GetFixesOptions |
setChangelistId(int changelistId)
|
GetFixesOptions |
setIncludeIntegrations(boolean includeIntegrations)
|
GetFixesOptions |
setJobId(String jobId)
|
GetFixesOptions |
setMaxFixes(int maxFixes)
|
| Methods inherited from class com.perforce.p4java.option.Options |
|---|
applyRule, applyRule, applyRule, getOptions, isImmutable, processFields, setImmutable, setOptions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OPTIONS_SPECS
protected int changelistId
protected String jobId
protected boolean includeIntegrations
protected int maxFixes
| Constructor Detail |
|---|
public GetFixesOptions()
public GetFixesOptions(String... options)
options - options strings.
public GetFixesOptions(int changelistId,
String jobId,
boolean includeIntegrations,
int maxFixes)
| Method Detail |
|---|
public List<String> processOptions(IServer server)
throws OptionsException
processOptions in class Optionsserver - possibly-null IServer representing the Perforce server
the options are to be used against. If this parameter is
null, it is acceptable to throw an OptionsException, but
it is also possible to ignore it and do the best you can
with what you've got...
OptionsException - if an error occurs in options processing that is
not some species of ConnectionException, RequestException,
AccessException, etc.Options.processOptions(com.perforce.p4java.server.IServer)public int getChangelistId()
public GetFixesOptions setChangelistId(int changelistId)
public String getJobId()
public GetFixesOptions setJobId(String jobId)
public boolean isIncludeIntegrations()
public GetFixesOptions setIncludeIntegrations(boolean includeIntegrations)
public int getMaxFixes()
public GetFixesOptions setMaxFixes(int maxFixes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||