com.atlassian.bamboo.plugins.rest.model.build.artifact
Class RestBuildArtifact
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.artifact.RestBuildArtifact
public class RestBuildArtifact
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestBuildArtifact
public RestBuildArtifact()
RestBuildArtifact
public RestBuildArtifact(String name,
PlanResultKey producerJobKey,
boolean isShared,
Long size,
String prettySizeDescription,
com.atlassian.plugins.rest.common.Link link)
setName
public void setName(String name)
setLink
public void setLink(com.atlassian.plugins.rest.common.Link link)
setProducerJobKey
public void setProducerJobKey(PlanResultKey producerJobKey)
setShared
public void setShared(Boolean shared)
setSize
public void setSize(Long size)
setPrettySizeDescription
public void setPrettySizeDescription(String prettySizeDescription)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.