Package io.jenkins.plugins.pipelinegraphview.livestate
package io.jenkins.plugins.pipelinegraphview.livestate
-
ClassDescriptionPer-run cache of computed
TimingInfoandNodeRunStatusfor closed block relationships, keyed by(startId, endId).Creates and readiesLiveGraphStateentries at execution start / resume, and hands the final graph off to the on-disk cache at completion so the first post-build read doesn't need a fresh scanner sweep.Extension that captures every newFlowNodeacross every running execution and feeds it to the correspondingLiveGraphState.Singleton holding oneLiveGraphStateper in-progress run.Projection of aLiveGraphStateat a point in time.Per-run cache ofPipelineNodeUtil.isSkippedStage(org.jenkinsci.plugins.workflow.graph.FlowNode)results, keyed by node ID.Per-run cache ofWarningActionlookups between two flow nodes.