@Symbol(value="ranorex") @Extension public static final class RanorexRunnerBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl()
In order to load the persisted global configuration, you have to call load()
in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doCheckRxReportDirectory(String value) |
FormValidation |
doCheckRxReportFile(String value) |
FormValidation |
doCheckRxTestRailPassword(String value) |
FormValidation |
doCheckRxTestRailUser(String value) |
FormValidation |
doCheckRxZippedReportDirectory(String value) |
FormValidation |
doCheckRxZippedReportFile(String value,
String rxReportFile) |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
boolean |
isUseSummarize() |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic DescriptorImpl()
public FormValidation doCheckRxReportDirectory(@QueryParameter String value)
public FormValidation doCheckRxReportFile(@QueryParameter String value)
public FormValidation doCheckRxZippedReportDirectory(@QueryParameter String value)
public FormValidation doCheckRxZippedReportFile(@QueryParameter String value, @QueryParameter String rxReportFile)
public FormValidation doCheckRxTestRailUser(@QueryParameter String value)
public FormValidation doCheckRxTestRailPassword(@QueryParameter String value)
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<Builder>Descriptor.FormExceptionpublic boolean isUseSummarize()
Copyright © 2016–2019 Ranorex. All rights reserved.