Uses of Class
hudson.maven.reporters.MavenArtifact
Packages that use MavenArtifact
-
Uses of MavenArtifact in hudson.maven.reporters
Fields in hudson.maven.reporters declared as MavenArtifactModifier and TypeFieldDescriptionfinal MavenArtifact
MavenArtifactRecord.mainArtifact
The main artifact (like jar or war, but could be anything.) If this is a POM module, the main artifact contains the same value asMavenArtifactRecord.pomArtifact
.final MavenArtifact
MavenArtifactRecord.pomArtifact
POM artifact.Fields in hudson.maven.reporters with type parameters of type MavenArtifactModifier and TypeFieldDescriptionfinal List
<MavenArtifact> MavenArtifactRecord.attachedArtifacts
Attached artifacts.Methods in hudson.maven.reporters that return MavenArtifactModifier and TypeMethodDescriptionstatic MavenArtifact
MavenArtifact.create
(org.apache.maven.artifact.Artifact a) Convenience method to check if the givenArtifact
object contains enough information suitable for recording, and if so, createMavenArtifact
.Constructors in hudson.maven.reporters with parameters of type MavenArtifactModifierConstructorDescriptionMavenArtifactRecord
(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts) Deprecated.MavenArtifactRecord
(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts, String repositoryUrl, String repositoryId) Constructor parameters in hudson.maven.reporters with type arguments of type MavenArtifactModifierConstructorDescriptionMavenArtifactRecord
(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts) Deprecated.MavenArtifactRecord
(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts, String repositoryUrl, String repositoryId)