Class PipelineStageViewExtractor
- java.lang.Object
-
- com.sumologic.jenkins.jenkinssumologicplugin.pipeline.PipelineStageViewExtractor
-
public class PipelineStageViewExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description PipelineStageViewExtractor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidextractConsoleLogs(org.jenkinsci.plugins.workflow.job.WorkflowRun workflowRun)This method sends the console logs with source name as the stage/step name to identify the console logs with respect to stage/step of the pipeline.static voidextractPipelineStages(org.jenkinsci.plugins.workflow.job.WorkflowRun workflowRun, BuildModel buildModel)This method identifies all the stages as mentioned in the pipeline-stage-view plugin.
-
-
-
Method Detail
-
extractPipelineStages
public static void extractPipelineStages(org.jenkinsci.plugins.workflow.job.WorkflowRun workflowRun, BuildModel buildModel)This method identifies all the stages as mentioned in the pipeline-stage-view plugin.- Parameters:
workflowRun- - pipeline runbuildModel- - the jenkins plugin build model
-
extractConsoleLogs
public static void extractConsoleLogs(org.jenkinsci.plugins.workflow.job.WorkflowRun workflowRun)
This method sends the console logs with source name as the stage/step name to identify the console logs with respect to stage/step of the pipeline.- Parameters:
workflowRun- - pipeline run
-
-