Uses of Class
org.jenkinsci.plugins.pipeline.maven.dao.UpstreamMemory
Packages that use UpstreamMemory
-
Uses of UpstreamMemory in org.jenkinsci.plugins.pipeline.maven.dao
Methods in org.jenkinsci.plugins.pipeline.maven.dao with parameters of type UpstreamMemoryModifier and TypeMethodDescriptionAbstractPipelineMavenPluginDaoDecorator.listTransitiveUpstreamJobs(String jobFullName, int buildNumber, UpstreamMemory upstreamMemory) PipelineMavenPluginDao.listTransitiveUpstreamJobs(String jobFullName, int buildNumber, UpstreamMemory upstreamMemory) List the upstream jobs who generate an artifact that the given build depends on, including transitive dependencies (build identified by the givenjobFullName,buildNumber) Use a memory for already known upstreams to boost performancePipelineMavenPluginNullDao.listTransitiveUpstreamJobs(String jobFullName, int buildNumber, UpstreamMemory upstreamMemory)