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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRunCompleted
(Run<?, ?> run) void
onRunStarted
(Run<?, ?> run, List<Repo> repos) Pipeline and free style build run events.void
onStageCompleted
(org.jenkinsci.plugins.workflow.graph.FlowNode startNode, org.jenkinsci.plugins.workflow.graph.FlowNode endNode) void
onStageStarted
(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)
-