Class UploadBinaryScanRecorder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
io.jenkins.plugins.finitestateuploadbinaryscan.UploadBinaryScanRecorder.DescriptorImpl
- Enclosing class:
- UploadBinaryScanRecorder
@Symbol("fs-upload-binary-scan")
@Extension
public static final class UploadBinaryScanRecorder.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
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
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckAssetId
(Item item, String value) doCheckFilePath
(Item item, String value) doCheckFiniteStateClientId
(Item item, String value) doCheckFiniteStateOrganizationContext
(Item item, String value) doCheckFiniteStateSecret
(Item item, String value) doCheckVersion
(Item item, String value) doFillFiniteStateClientIdItems
(Item item, String finiteStateClientId) doFillFiniteStateOrganizationContextItems
(Item item, String finiteStateOrganizationContext) doFillFiniteStateSecretItems
(Item item, String finiteStateSecret) 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
doFillFiniteStateClientIdItems
public ListBoxModel doFillFiniteStateClientIdItems(@AncestorInPath Item item, @QueryParameter String finiteStateClientId) -
doFillFiniteStateSecretItems
public ListBoxModel doFillFiniteStateSecretItems(@AncestorInPath Item item, @QueryParameter String finiteStateSecret) -
doFillFiniteStateOrganizationContextItems
public ListBoxModel doFillFiniteStateOrganizationContextItems(@AncestorInPath Item item, @QueryParameter String finiteStateOrganizationContext) -
doCheckFiniteStateClientId
public FormValidation doCheckFiniteStateClientId(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
doCheckFiniteStateSecret
public FormValidation doCheckFiniteStateSecret(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
doCheckFiniteStateOrganizationContext
public FormValidation doCheckFiniteStateOrganizationContext(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
doCheckAssetId
public FormValidation doCheckAssetId(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
doCheckVersion
public FormValidation doCheckVersion(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
doCheckFilePath
public FormValidation doCheckFilePath(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Publisher>
-