Class UpstreamMemory

java.lang.Object
org.jenkinsci.plugins.pipeline.maven.dao.UpstreamMemory

public class UpstreamMemory extends Object
Short living memory for upstreams calculation. This is important for the performance of PipelineMavenPluginDao.listTransitiveUpstreamJobs() This is no permanent cache, this instance is only used inside DownstreamPipelineTriggerRunListener#onCompleted() as a local variable.
Author:
Martin Aubele