Class WaitForQualityGateStep.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.sonarsource.scanner.jenkins.pipeline.WaitForQualityGateStep.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
WaitForQualityGateStep

@Extension(optional=true) public static final class WaitForQualityGateStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
Optional: don't log error when pipeline dependencies are not installed
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
    • doFillCredentialsIdItems

      public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item project, @QueryParameter String credentialsId)
    • doCheckCredentialsId

      public FormValidation doCheckCredentialsId(@AncestorInPath Item project, @QueryParameter String value)
    • getFunctionName

      public String getFunctionName()
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getRequiredContext

      public Set<Class<?>> getRequiredContext()
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor