Class RunZapAttackExecution

  • All Implemented Interfaces:
    Serializable

    public class RunZapAttackExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
    Executor for zapAttack() 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

      • RunZapAttackExecution

        public RunZapAttackExecution​(org.jenkinsci.plugins.workflow.steps.StepContext context,
                                     RunZapAttackStepParameters runZapAttackStepParameters)
    • Method Detail

      • run

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