com.xebialabs.deployit.maven
Class MavenDeployable

java.lang.Object
  extended by com.xebialabs.deployit.client.Deployable
      extended by com.xebialabs.deployit.maven.MavenDeployable

public class MavenDeployable
extends com.xebialabs.deployit.client.Deployable


Field Summary
 
Fields inherited from class com.xebialabs.deployit.client.Deployable
entryName, location, name, tags, type, values
 
Constructor Summary
MavenDeployable()
           
 
Method Summary
 void addValue(String name, String value)
           
 String getArtifactId()
           
 String getId()
           
 File getLocation()
           
 String getName()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setProject(org.apache.maven.project.MavenProject project)
           
 String toString()
           
 
Methods inherited from class com.xebialabs.deployit.client.Deployable
addTag, getEntryName, getTags, getType, getValues, setEntryName, setLocation, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MavenDeployable

public MavenDeployable()
Method Detail

addValue

public void addValue(String name,
                     String value)

getId

public String getId()

getName

public String getName()
Overrides:
getName in class com.xebialabs.deployit.client.Deployable

getLocation

public File getLocation()
Overrides:
getLocation in class com.xebialabs.deployit.client.Deployable

setGroupId

public void setGroupId(String groupId)

setArtifactId

public void setArtifactId(String artifactId)

setProject

public void setProject(org.apache.maven.project.MavenProject project)

toString

public String toString()
Overrides:
toString in class com.xebialabs.deployit.client.Deployable

getArtifactId

public String getArtifactId()


Copyright © 2012. All Rights Reserved.