|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestJiraIssue> com.atlassian.bamboo.plugins.rest.model.build.issue.RestJiraIssueList
public class RestJiraIssueList
Field Summary | |
---|---|
protected java.lang.String |
expand
|
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList |
---|
callback, maxResult, size, startIndex |
Constructor Summary | |
---|---|
RestJiraIssueList()
|
|
RestJiraIssueList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback)
|
Method Summary | |
---|---|
void |
setIssue(java.util.List<RestJiraIssue> issue)
|
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 |
---|
protected java.lang.String expand
Constructor Detail |
---|
public RestJiraIssueList()
public RestJiraIssueList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback)
Method Detail |
---|
public void setIssue(java.util.List<RestJiraIssue> issue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |