Uses of Class
org.jenkinsci.plugins.pipeline.maven.MavenArtifact
Packages that use MavenArtifact
-
Uses of MavenArtifact in org.jenkinsci.plugins.pipeline.maven
Subclasses of MavenArtifact in org.jenkinsci.plugins.pipeline.mavenMethods in org.jenkinsci.plugins.pipeline.maven that return MavenArtifactMethods in org.jenkinsci.plugins.pipeline.maven with parameters of type MavenArtifact -
Uses of MavenArtifact in org.jenkinsci.plugins.pipeline.maven.dao
Methods in org.jenkinsci.plugins.pipeline.maven.dao that return types with arguments of type MavenArtifactModifier 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)