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 classMaven2ArtifactProperties.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 StringgetArtifactId()StringgetClassifier()StringgetGroupId()StringgetPackaging()StringgetVersion()booleanisSnapshot()StringtoString()-
Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanParticle
compareTo, equals, getKey, getNamespace, hashCode
-
-