com.atlassian.bamboo.plugins.rest.model.build.log
Class RestBuildLogEntryList

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

public class RestBuildLogEntryList
extends AbstractRestList<RestBuildLogEntry>


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

RestBuildLogEntryList

public RestBuildLogEntryList()

RestBuildLogEntryList

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


Copyright © 2012 Atlassian. All Rights Reserved.