Class RestBuildLogEntryList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestBuildLogEntry>
-
- com.atlassian.bamboo.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
Fields Modifier and Type Field Description protected String
expand
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestBuildLogEntryList()
RestBuildLogEntryList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLogEntry> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpand()
List<RestBuildLogEntry>
getLogEntry()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Field Detail
-
expand
protected String expand
-
-
Constructor Detail
-
RestBuildLogEntryList
public RestBuildLogEntryList()
-
RestBuildLogEntryList
public RestBuildLogEntryList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLogEntry> callback)
-
-
Method Detail
-
getExpand
public String getExpand()
-
getLogEntry
public List<RestBuildLogEntry> getLogEntry()
-
-