Uses of Class
io.jenkins.plugins.pipelinegraphview.utils.PipelineStepList
Packages that use PipelineStepList
Package
Description
-
Uses of PipelineStepList in io.jenkins.plugins.pipelinegraphview.livestate
Methods in io.jenkins.plugins.pipelinegraphview.livestate that return PipelineStepListModifier and TypeMethodDescriptionLiveGraphRegistry.cachedAllSteps(org.jenkinsci.plugins.workflow.job.WorkflowRun run, long minVersion) Methods in io.jenkins.plugins.pipelinegraphview.livestate with parameters of type PipelineStepListModifier and TypeMethodDescriptionvoidLiveGraphRegistry.cacheAllSteps(org.jenkinsci.plugins.workflow.job.WorkflowRun run, long version, PipelineStepList steps) -
Uses of PipelineStepList in io.jenkins.plugins.pipelinegraphview.utils
Methods in io.jenkins.plugins.pipelinegraphview.utils that return PipelineStepListModifier and TypeMethodDescriptionPipelineStepApi.computeAllSteps()Uncached compute path; callers are responsible for any caching.PipelineGraphViewCache.getAllSteps(org.jenkinsci.plugins.workflow.job.WorkflowRun run, Supplier<PipelineStepList> compute) PipelineStepApi.getAllSteps()PipelineStepApi.getAllStepsFrom(PipelineStepBuilderApi builder, boolean runIsComplete) Builds aPipelineStepListfrom a caller-supplied adapter.PipelineStepApi.getAllStepsFrom(PipelineStepBuilderApi builder, boolean runIsComplete, Set<String> hideFromViewBlockStartIds, Map<String, List<String>> enclosingIdsByNodeId) Same asPipelineStepApi.getAllStepsFrom(PipelineStepBuilderApi, boolean)but with pre-computed snapshot data so feature-flag resolution doesn't need to walk enclosing blocks per step.Methods in io.jenkins.plugins.pipelinegraphview.utils with parameters of type PipelineStepListModifier 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 PipelineStepListModifier and TypeMethodDescriptionPipelineGraphViewCache.getAllSteps(org.jenkinsci.plugins.workflow.job.WorkflowRun run, Supplier<PipelineStepList> compute)