Class PipelineRunLogWatch

java.lang.Object
org.waveywaves.jenkins.plugins.tekton.client.logwatch.PipelineRunLogWatch
All Implemented Interfaces:
Runnable

public class PipelineRunLogWatch extends Object implements Runnable
  • Constructor Details

    • PipelineRunLogWatch

      public PipelineRunLogWatch(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient, io.fabric8.tekton.client.TektonClient tektonClient, io.fabric8.tekton.pipeline.v1beta1.PipelineRun pipelineRun, OutputStream consoleLogger)
  • Method Details

    • getException

      public Exception getException()
      Returns:
      the exception if the pipeline failed to succeed
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • logMessage

      protected void logMessage(String text)