Class RunZapCrawlerExecution

  • All Implemented Interfaces:
    Serializable

    public class RunZapCrawlerExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
    Executor for startZap() function in jenkinsfile
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method Description
      Void run()  
      • Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution

        blocksRestart, getStatus, onResume, start, stop
      • Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

        applyAll, applyAll, getContext, getStatusBounded
    • Constructor Detail

      • RunZapCrawlerExecution

        public RunZapCrawlerExecution​(org.jenkinsci.plugins.workflow.steps.StepContext context,
                                      RunZapCrawlerParameters runZapCrawlerParameters)
    • Method Detail

      • run

        public Void run()
                 throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
        Throws:
        Exception