Package com.splunk.splunkjenkins
Class PipelineGraphVizSupport
java.lang.Object
com.splunk.splunkjenkins.model.LoggingJobExtractor<org.jenkinsci.plugins.workflow.job.WorkflowRun>
com.splunk.splunkjenkins.PipelineGraphVizSupport
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class PipelineGraphVizSupport
extends com.splunk.splunkjenkins.model.LoggingJobExtractor<org.jenkinsci.plugins.workflow.job.WorkflowRun>
The getDot code is borrowed from https://plugins.jenkins.io/workflow-job
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class com.splunk.splunkjenkins.model.LoggingJobExtractor
targetType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.splunk.splunkjenkins.model.LoggingJobExtractor
all, canApply
-
Constructor Details
-
PipelineGraphVizSupport
public PipelineGraphVizSupport()
-
-
Method Details