public class BugClerkArguments extends AbstractCommonArguments implements com.beust.jcommander.IVariableArity
| Constructor and Description |
|---|
BugClerkArguments() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIds() |
String |
getUrlPrefix() |
boolean |
isMailReport() |
boolean |
isReportToBz() |
int |
processVariableArity(String optionName,
String[] options) |
void |
setMailReport(boolean mailReport) |
void |
setReportToBz(boolean reportToBz) |
void |
setUrlPrefix(String urlPrefix) |
static BugClerkArguments |
validateArgs(BugClerkArguments arguments) |
isDebug, isHelp, setDebug, setHelppublic static BugClerkArguments validateArgs(BugClerkArguments arguments)
public String getUrlPrefix()
public void setUrlPrefix(String urlPrefix)
public boolean isReportToBz()
public void setReportToBz(boolean reportToBz)
public boolean isMailReport()
public void setMailReport(boolean mailReport)
Copyright © 2015 JBoss by Red Hat. All rights reserved.