Class SecurityCheckBuilder.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<Builder>
hudson.tasks.BuildStepDescriptor<Builder>
io.jenkins.plugins.vigilnz.build.SecurityCheckBuilder.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
SecurityCheckBuilder

@Extension public static class SecurityCheckBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Builder>
    • doFillCredentialsIdItems

      @POST public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item project)
    • doFillDastScanTypeItems

      @POST public ListBoxModel doFillDastScanTypeItems()
    • doFillAwsRegistryTypeItems

      @POST public ListBoxModel doFillAwsRegistryTypeItems()
    • doFillDockerAuthMethodItems

      @POST public ListBoxModel doFillDockerAuthMethodItems()
    • doFillQuayAuthenticateFieldsItems

      @POST public ListBoxModel doFillQuayAuthenticateFieldsItems()
    • doFillAzureAuthenticateFieldsItems

      @POST public ListBoxModel doFillAzureAuthenticateFieldsItems()
    • doFillAzureRegistryTypeItems

      @POST public ListBoxModel doFillAzureRegistryTypeItems()
    • doFillGitRegistryTypeItems

      @POST public ListBoxModel doFillGitRegistryTypeItems()
    • doFillGoogleRegistryTypeItems

      @POST public ListBoxModel doFillGoogleRegistryTypeItems()
    • doFillGoogleAuthenticateFieldsItems

      @POST public ListBoxModel doFillGoogleAuthenticateFieldsItems()
    • doFillRegistryProviderItems

      @POST public ListBoxModel doFillRegistryProviderItems()
    • isApplicable

      public boolean isApplicable(Class jobType)
      Specified by:
      isApplicable in class BuildStepDescriptor<Builder>
    • doCheckCredentialsId

      @POST public FormValidation doCheckCredentialsId(@AncestorInPath Item project, @QueryParameter String credentialsId)
    • doCheckScanTypes

      @POST public FormValidation doCheckScanTypes(@AncestorInPath Item project, @QueryParameter String value)
    • doCheckImageName

      public FormValidation doCheckImageName(@QueryParameter String imageName)
    • doCheckTargetSiteUrl

      public FormValidation doCheckTargetSiteUrl(@QueryParameter String targetSiteUrl)