Class WithChecksStep

    • Constructor Detail

      • WithChecksStep

        @DataBoundConstructor
        public WithChecksStep​(String name)
        Creates the step with a name to inject.
        Parameters:
        name - name to inject
    • Method Detail

      • getName

        public String getName()
      • isIncludeStage

        public boolean isIncludeStage()
      • setIncludeStage

        @DataBoundSetter
        public void setIncludeStage​(boolean includeStage)
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step