Class Maven2ArtifactProperties

java.lang.Object
com.atlassian.bamboo.plan.AbstractPlanParticle
com.atlassian.bamboo.plugins.maven2.Maven2ArtifactProperties
All Implemented Interfaces:
PlanParticle, Comparable<PlanParticle>

@Immutable public class Maven2ArtifactProperties extends AbstractPlanParticle
This class is XStreamed be extremely careful when making changes to this. Especially with renaming etc.
  • Constructor Details

    • Maven2ArtifactProperties

      public Maven2ArtifactProperties(String groupId, String artifactId, String version)
    • Maven2ArtifactProperties

      public Maven2ArtifactProperties(String groupId, String artifactId, String version, String classifier, String packaging)
  • Method Details

    • getArtifactId

      public String getArtifactId()
    • getGroupId

      public String getGroupId()
    • getVersion

      public String getVersion()
    • getClassifier

      public String getClassifier()
    • getPackaging

      public String getPackaging()
    • isSnapshot

      public boolean isSnapshot()
    • toString

      public String toString()
      Overrides:
      toString in class Object