Class WithChecksStep.WithChecksStepDescriptor

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    WithChecksStep

    @Extension
    public static class WithChecksStep.WithChecksStepDescriptor
    extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
    This step's descriptor which defines the function name ("withChecks") and required context.
    • Constructor Detail

      • WithChecksStepDescriptor

        public WithChecksStepDescriptor()
    • Method Detail

      • getFunctionName

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

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

        public boolean takesImplicitBlockArgument()
        Overrides:
        takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptor