com.atlassian.bamboo.plugins.rest.model.build.issue
Class RestJiraIssueList

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

public class RestJiraIssueList
extends AbstractRestList<RestJiraIssue>


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
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize
 
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

RestJiraIssueList

public RestJiraIssueList()

RestJiraIssueList

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


Copyright © 2010 Atlassian. All Rights Reserved.