Uses of Class
org.jenkinsci.plugins.pipeline.maven.MavenArtifact
-
Uses of MavenArtifact in org.jenkinsci.plugins.pipeline.maven
-
Uses of MavenArtifact in org.jenkinsci.plugins.pipeline.maven.dao
Modifier and TypeMethodDescriptionAbstractPipelineMavenPluginDaoDecorator.getGeneratedArtifacts
(String jobFullName, int buildNumber) MonitoringPipelineMavenPluginDaoDecorator.getGeneratedArtifacts
(String jobFullName, int buildNumber) PipelineMavenPluginDao.getGeneratedArtifacts
(String jobFullName, int buildNumber) Return the artifacts generated by the given build.PipelineMavenPluginNullDao.getGeneratedArtifacts
(String jobFullName, int buildNumber) AbstractPipelineMavenPluginDaoDecorator.listDownstreamJobsByArtifact
(String jobFullName, int buildNumber) MonitoringPipelineMavenPluginDaoDecorator.listDownstreamJobsByArtifact
(String jobFullName, int buildNumber) PipelineMavenPluginDao.listDownstreamJobsByArtifact
(String jobFullName, int buildNumber) List the downstream jobs who have a dependency on an artifact that has been generated by the given build (build identified by the givenjobFullName
,buildNumber
).PipelineMavenPluginNullDao.listDownstreamJobsByArtifact
(String jobFullName, int buildNumber)