com.atlassian.bamboo.plugins.maven2
Class Maven2ArtifactProperties

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

public class Maven2ArtifactProperties
extends AbstractPlanParticle

This class is XStreamed be extremely careful when making changes to this. Especially with renaming etc.


Nested Class Summary
static class Maven2ArtifactProperties.Factory
           
 
Constructor Summary
Maven2ArtifactProperties(String groupId, String artifactId, String version)
           
Maven2ArtifactProperties(String groupId, String artifactId, String version, String classifier, String packaging)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Maven2ArtifactProperties

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

Maven2ArtifactProperties

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

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.