Class RestExecutableJobList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestJob>
-
- com.atlassian.bamboo.rest.model.agent.RestExecutableJobList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestJob>
public class RestExecutableJobList extends AbstractRestList<RestJob>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<RestJob>
executableJobs
protected String
expand
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestExecutableJobList()
RestExecutableJobList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJob> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestJob>
getExecutableJobs()
void
setExecutableJobs(List<RestJob> executableJobs)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-