|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestJiraIssue | |
---|---|
com.atlassian.bamboo.plugins.rest.documentation | |
com.atlassian.bamboo.plugins.rest.model.build.issue |
Uses of RestJiraIssue in com.atlassian.bamboo.plugins.rest.documentation |
---|
Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestJiraIssue | |
---|---|
static RestJiraIssue |
RestJiraIssueExampleDocument.EXAMPLE_ISSUE
|
static RestJiraIssue |
RestJiraIssueExampleDocument.EXAMPLE_ISSUE1
|
Uses of RestJiraIssue in com.atlassian.bamboo.plugins.rest.model.build.issue |
---|
Methods in com.atlassian.bamboo.plugins.rest.model.build.issue that return types with arguments of type RestJiraIssue | |
---|---|
static com.google.common.base.Function<LinkedJiraIssue,RestJiraIssue> |
RestJiraIssue.createFromLinkedJiraIssueFunction()
|
static com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> |
RestJiraIssueListWrapperCallBacks.ofList(java.util.List<LinkedJiraIssue> items,
int maxResults,
Project project,
JiraIssueManager jiraIssueManager,
javax.ws.rs.core.UriInfo uriInfo)
This ListWrapperCallback will read details of JIRA issues on demand |
Method parameters in com.atlassian.bamboo.plugins.rest.model.build.issue with type arguments of type RestJiraIssue | |
---|---|
void |
RestJiraIssueList.setIssue(java.util.List<RestJiraIssue> issue)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.issue with type arguments of type RestJiraIssue | |
---|---|
RestJiraIssueList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |