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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Maven2ArtifactProperties.Factory
-
Constructor Summary
Constructors Constructor Description Maven2ArtifactProperties(String groupId, String artifactId, String version)
Maven2ArtifactProperties(String groupId, String artifactId, String version, String classifier, String packaging)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getClassifier()
String
getGroupId()
String
getPackaging()
String
getVersion()
boolean
isSnapshot()
String
toString()
-
Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanParticle
compareTo, equals, getKey, getNamespace, hashCode
-
-