com.atlassian.bamboo.build.artifact
Class ArtifactLink

java.lang.Object
  extended by com.atlassian.bamboo.build.artifact.ArtifactLink

public class ArtifactLink
extends Object

This class is a simple POJO representing artifact links.


Constructor Summary
ArtifactLink(String label, String url)
           
 
Method Summary
 String getLabel()
           
 String getUrl()
           
 void setLabel(String label)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactLink

public ArtifactLink(String label,
                    String url)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.