public class RestBuildLogEntryList extends AbstractRestList<RestBuildLogEntry>
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestBuildLogEntryList() |
RestBuildLogEntryList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLogEntry> callback) |
Modifier and Type | Method and Description |
---|---|
String |
getExpand() |
List<RestBuildLogEntry> |
getLogEntry() |
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
protected String expand
public RestBuildLogEntryList()
public RestBuildLogEntryList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLogEntry> callback)
public String getExpand()
public List<RestBuildLogEntry> getLogEntry()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.