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, java.lang.Comparable<PlanParticle>

public class Maven2ArtifactProperties
extends AbstractPlanParticle


Nested Class Summary
static class Maven2ArtifactProperties.Factory
           
 
Method Summary
 java.lang.String getArtifactId()
           
 java.lang.String getGroupId()
           
 java.lang.String getVersion()
           
 boolean isSnapshot()
           
 
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, toString, wait, wait, wait
 

Method Detail

getArtifactId

public java.lang.String getArtifactId()

getGroupId

public java.lang.String getGroupId()

getVersion

public java.lang.String getVersion()

isSnapshot

public boolean isSnapshot()


Copyright © 2010 Atlassian. All Rights Reserved.