@Symbol(value="ranorex")
@Extension
public static final class RanorexRunnerBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
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) |
hudson.util.FormValidation |
doCheckRxReportDirectory(String value) |
hudson.util.FormValidation |
doCheckRxReportFile(String value) |
hudson.util.FormValidation |
doCheckRxTestRailPassword(String value) |
hudson.util.FormValidation |
doCheckRxTestRailUser(String value) |
hudson.util.FormValidation |
doCheckRxZippedReportDirectory(String value) |
hudson.util.FormValidation |
doCheckRxZippedReportFile(String value,
String rxReportFile) |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
boolean |
isUseSummarize() |
addHelpFileRedirect, 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, toMap
public DescriptorImpl()
public hudson.util.FormValidation doCheckRxReportDirectory(@QueryParameter String value)
public hudson.util.FormValidation doCheckRxReportFile(@QueryParameter String value)
public hudson.util.FormValidation doCheckRxZippedReportDirectory(@QueryParameter String value)
public hudson.util.FormValidation doCheckRxZippedReportFile(@QueryParameter String value, @QueryParameter String rxReportFile)
public hudson.util.FormValidation doCheckRxTestRailUser(@QueryParameter String value)
public hudson.util.FormValidation doCheckRxTestRailPassword(@QueryParameter String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public boolean isUseSummarize()
Copyright © 2016–2019 Ranorex. All rights reserved.