Package com.simplifyqa
Class SQAPipelineBuilder.DescriptorImpl
- Enclosing class:
- SQAPipelineBuilder
@Symbol("SQAPipelineExecutor")
@Extension
public static final class SQAPipelineBuilder.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckApp_url(String value) doCheckExec_token(String value) doCheckThreshold(double value) booleanisApplicable(Class<? extends AbstractProject> aClass) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
doCheckExec_token
public FormValidation doCheckExec_token(@QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-
doCheckApp_url
public FormValidation doCheckApp_url(@QueryParameter String value) throws IOException, javax.servlet.ServletException, URISyntaxException - Throws:
IOExceptionjavax.servlet.ServletExceptionURISyntaxException
-
doCheckThreshold
public FormValidation doCheckThreshold(@QueryParameter double value) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-
getConfigPage
- Overrides:
getConfigPagein classDescriptor<Builder>
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-