Package com.vrondakis.zap.workflow
Class StopZapExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- com.vrondakis.zap.workflow.DefaultStepExecutionImpl
-
- com.vrondakis.zap.workflow.StopZapExecution
-
- All Implemented Interfaces:
Serializable
public class StopZapExecution extends DefaultStepExecutionImpl
Executor for stopZap() function in Jenkins- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopZapExecution(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
Modifier and Type Method Description boolean
start()
-
Methods inherited from class com.vrondakis.zap.workflow.DefaultStepExecutionImpl
onResume, stop
-
-