Class WavefrontBuildListener

    • Field Detail

      • MAX_ALLOWED_JOB_PARAMETER_POINT_TAGS

        public static final Integer MAX_ALLOWED_JOB_PARAMETER_POINT_TAGS
      • MAX_ALLOWED_POINT_TAGS

        public static final Integer MAX_ALLOWED_POINT_TAGS
    • Constructor Detail

      • WavefrontBuildListener

        public WavefrontBuildListener()
    • Method Detail

      • onCompleted

        public final void onCompleted​(Run run,
                                      @Nonnull
                                      TaskListener listener)
        Called when a build is completed.
        Overrides:
        onCompleted in class RunListener<Run>
        Parameters:
        run - - A Run object representing a particular execution of Job.
        listener - - A TaskListener object which receives events that happen during some operation.
      • getNodeStatus

        public String getNodeStatus​(org.jenkinsci.plugins.workflow.graph.FlowNode node)
      • isStageNode

        public static boolean isStageNode​(org.jenkinsci.plugins.workflow.graph.FlowNode node)