Class AppScanBuildStep.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
com.hcl.appscan.jenkins.plugin.builders.AppScanBuildStep.DescriptorImpl
- Enclosing class:
- AppScanBuildStep
@Symbol("appscan")
@Extension
public static class AppScanBuildStep.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 TypeMethodDescriptionstatic voiddoCheckApplication(String application, String credentials, ItemGroup<?> context) doCheckCredentials(String credentials, ItemGroup<?> context) doCheckIntervention(Boolean intervention, String credentials, ItemGroup<?> context) doFillApplicationItems(String credentials, ItemGroup<?> context) doFillCredentialsItems(String credentials, Item context) booleanisApplicable(Class<? extends AbstractProject> projectType) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
createAliases
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
doFillCredentialsItems
public ListBoxModel doFillCredentialsItems(@QueryParameter String credentials, @AncestorInPath Item context) -
doFillApplicationItems
public ListBoxModel doFillApplicationItems(@QueryParameter String credentials, @AncestorInPath ItemGroup<?> context) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
doCheckCredentials
public FormValidation doCheckCredentials(@QueryParameter String credentials, @AncestorInPath ItemGroup<?> context) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
doCheckApplication
public FormValidation doCheckApplication(@QueryParameter String application, @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
doCheckIntervention
public FormValidation doCheckIntervention(@QueryParameter Boolean intervention, @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context) throws Descriptor.FormException - Throws:
Descriptor.FormException
-