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