com.atlassian.bamboo.build.artifact
Class ArtifactLink
java.lang.Object
com.atlassian.bamboo.build.artifact.ArtifactLink
public class ArtifactLink
- extends Object
This class is a simple POJO representing artifact links.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactLink
public ArtifactLink(String label,
String url)
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.