Class ActivityHandler

java.lang.Object
io.jenkins.plugins.trunk.ActivityHandler

public class ActivityHandler extends Object
Handles Jenkins activity events such as pipepiline events and free style build events and their sub-stages or steps.
  • Constructor Details

    • ActivityHandler

      public ActivityHandler()
  • Method Details

    • onRunStarted

      public void onRunStarted(@NonNull Run<?,?> run, List<Repo> repos)
      Pipeline and free style build run events.
    • onRunCompleted

      public void onRunCompleted(@NonNull Run<?,?> run)
    • 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)