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
- 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
-
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 FormValidationdoCheckCredentialsId(Item project, String value) static ListBoxModeldoFillCredentialsIdItems(Item project, String credentialsId) Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiateMethods 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
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
doFillCredentialsIdItems
public static ListBoxModel doFillCredentialsIdItems(@Nullable @AncestorInPath Item project, @QueryParameter String credentialsId) -
doCheckCredentialsId
public static FormValidation doCheckCredentialsId(@Nullable @AncestorInPath Item project, @QueryParameter String value) -
getFunctionName
- Specified by:
getFunctionNamein classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
getRequiredContext
- Specified by:
getRequiredContextin classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-