com.atlassian.bamboo.plugins.rest.model.build.label
Class RestBuildLabelList

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

public class RestBuildLabelList
extends AbstractRestList<RestBuildLabel>


Field Summary
protected  String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestBuildLabelList()
           
RestBuildLabelList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLabel> callback)
           
 
Method Summary
 void setLabel(List<RestBuildLabel> label)
           
 
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
 

Field Detail

expand

protected String expand
Constructor Detail

RestBuildLabelList

public RestBuildLabelList()

RestBuildLabelList

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

setLabel

public void setLabel(List<RestBuildLabel> label)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.