Package io.jenkins.plugins.hiddenlayer
Class HLScanModelBuilder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
io.jenkins.plugins.hiddenlayer.HLScanModelBuilder.DescriptorImpl
- Enclosing class:
- HLScanModelBuilder
@Extension
@Symbol("hlScanModel")
public static class HLScanModelBuilder.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 TypeMethodDescriptiondoCheckFolderToScan
(String value, Item item) doCheckHlClientId
(String value, Item item) doCheckHlClientSecret
(String value, Item item) doCheckModelName
(String value, Item item) boolean
isApplicable
(Class<? extends AbstractProject> aClass) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
doCheckModelName
@POST public FormValidation doCheckModelName(@QueryParameter String value, @AncestorInPath Item item) -
doCheckHlClientId
@POST public FormValidation doCheckHlClientId(@QueryParameter String value, @AncestorInPath Item item) -
doCheckHlClientSecret
@POST public FormValidation doCheckHlClientSecret(@QueryParameter String value, @AncestorInPath Item item) -
doCheckFolderToScan
@POST public FormValidation doCheckFolderToScan(@QueryParameter String value, @AncestorInPath Item item)
-