Uses of Class
io.jenkins.plugins.pipelinegraphview.utils.PipelineGraph
Packages that use PipelineGraph
Package
Description
-
Uses of PipelineGraph in io.jenkins.plugins.pipelinegraphview.livestate
Methods in io.jenkins.plugins.pipelinegraphview.livestate that return PipelineGraphModifier and TypeMethodDescriptionLiveGraphRegistry.cachedGraph(org.jenkinsci.plugins.workflow.job.WorkflowRun run, long minVersion) Returns a previously-cachedPipelineGraphfor this run if it was computed at or afterminVersion, otherwisenull.Methods in io.jenkins.plugins.pipelinegraphview.livestate with parameters of type PipelineGraphModifier and TypeMethodDescriptionvoidLiveGraphRegistry.cacheGraph(org.jenkinsci.plugins.workflow.job.WorkflowRun run, long version, PipelineGraph graph) -
Uses of PipelineGraph in io.jenkins.plugins.pipelinegraphview.utils
Methods in io.jenkins.plugins.pipelinegraphview.utils that return PipelineGraphModifier and TypeMethodDescriptionPipelineGraphApi.computeTree()Uncached compute path; callers are responsible for any caching.PipelineGraphApi.createTree()PipelineGraphApi.createTreeFrom(PipelineGraphBuilderApi builder, List<org.jenkinsci.plugins.workflow.graph.FlowNode> workspaceNodes, Map<String, List<String>> enclosingIdsByNodeId) Builds aPipelineGraphfrom a caller-supplied adapter, workspace-node list, and optional pre-computed ancestry map.PipelineGraphViewCache.getGraph(org.jenkinsci.plugins.workflow.job.WorkflowRun run, Supplier<PipelineGraph> compute) Methods in io.jenkins.plugins.pipelinegraphview.utils with parameters of type PipelineGraphModifier and TypeMethodDescriptionvoidPipelineGraphViewCache.seed(org.jenkinsci.plugins.workflow.job.WorkflowRun run, PipelineGraph graph, PipelineStepList allSteps) Writes a final graph and step list directly to disk, bypassing theisBuildingguard onPipelineGraphViewCache.getGraph(org.jenkinsci.plugins.workflow.job.WorkflowRun, java.util.function.Supplier<io.jenkins.plugins.pipelinegraphview.utils.PipelineGraph>)/PipelineGraphViewCache.getAllSteps(org.jenkinsci.plugins.workflow.job.WorkflowRun, java.util.function.Supplier<io.jenkins.plugins.pipelinegraphview.utils.PipelineStepList>).Method parameters in io.jenkins.plugins.pipelinegraphview.utils with type arguments of type PipelineGraphModifier and TypeMethodDescriptionPipelineGraphViewCache.getGraph(org.jenkinsci.plugins.workflow.job.WorkflowRun run, Supplier<PipelineGraph> compute)