Package io.jenkins.plugins.trunk
Class ActivityHandler
java.lang.Object
io.jenkins.plugins.trunk.ActivityHandler
Handles Jenkins activity events such as pipepiline events and free style build events
and their sub-stages or steps.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRunCompleted(Run<?, ?> run) voidonRunStarted(Run<?, ?> run, List<Repo> repos) Pipeline and free style build run events.voidonStageCompleted(org.jenkinsci.plugins.workflow.graph.FlowNode startNode, org.jenkinsci.plugins.workflow.graph.FlowNode endNode) voidonStageStarted(org.jenkinsci.plugins.workflow.graph.FlowNode node) Stage events.
-
Constructor Details
-
ActivityHandler
public ActivityHandler()
-
-
Method Details
-
onRunStarted
Pipeline and free style build run events. -
onRunCompleted
-
onStageStarted
public void onStageStarted(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode node) Stage events. -
onStageCompleted
public void onStageCompleted(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode startNode, @NonNull org.jenkinsci.plugins.workflow.graph.FlowNode endNode)
-