com.atlassian.bamboo.plugins.rest.model.build.artifact
Class RestBuildArtifactList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestBuildArtifact>
      extended by com.atlassian.bamboo.plugins.rest.model.build.artifact.RestBuildArtifactList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestBuildArtifact>

public class RestBuildArtifactList
extends AbstractRestList<RestBuildArtifact>


Field Summary
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestBuildArtifactList()
           
RestBuildArtifactList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildArtifact> callback)
           
 
Method Summary
 void setArtifacts(java.util.List<RestBuildArtifact> artifacts)
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize, setMaxResult, setStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestBuildArtifactList

public RestBuildArtifactList()

RestBuildArtifactList

public RestBuildArtifactList(int size,
                             org.apache.commons.lang.math.IntRange range,
                             com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildArtifact> callback)
Method Detail

setArtifacts

public void setArtifacts(java.util.List<RestBuildArtifact> artifacts)


Copyright © 2012 Atlassian. All Rights Reserved.