| Modifier and Type | Method and Description |
|---|---|
protected Iterable<LinkedJiraIssue> |
PlanResultsAction.getIssueDetails(Iterable<LinkedJiraIssue> linkedIssues) |
List<LinkedJiraIssue> |
PlanResultsAction.getJiraIssues() |
Collection<LinkedJiraIssue> |
PlanResultsAction.getLinkedJiraIssues() |
List<LinkedJiraIssue> |
PlanResultsAction.getShortJiraIssues()
Returns a shortened (default length) list of jira issues and controls logic behind which are shown * Fixed issues
are given preference
|
List<LinkedJiraIssue> |
PlanResultsAction.getShortJiraIssues(int numberNeeded)
Returns a required length list of jira issues and controls logic behind which are shown * Fixed issues are given
preference
|
Collection<LinkedJiraIssue> |
PlanResultsAction.getSizeBoundedLinkedJiraIssues(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<LinkedJiraIssue> |
PlanResultsAction.getIssueDetails(Iterable<LinkedJiraIssue> linkedIssues) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedJiraIssueImpl |
| Modifier and Type | Method and Description |
|---|---|
int |
LinkedJiraIssueImpl.compareTo(LinkedJiraIssue o) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull LinkedJiraIssue |
LinkedJiraIssuesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedJiraIssueRootMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor,
@NotNull List<LinkedJiraIssue> list,
@NotNull LinkedJiraIssue object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
LinkedJiraIssueRootMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull LinkedJiraIssue issue,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
LinkedJiraIssuesMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull LinkedJiraIssue issue,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
LinkedJiraIssueRootMapper.importProperties(@NotNull LinkedJiraIssue object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
protected void |
LinkedJiraIssuesMapper.importProperties(@NotNull LinkedJiraIssue issue,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
Pager<LinkedJiraIssue> |
ViewJiraIssueForPlan.getPager() |
List<LinkedJiraIssue> |
ViewJiraIssues.getRelatedIssues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewJiraIssueForPlan.setPager(Pager<LinkedJiraIssue> pager) |
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> |
RestJiraIssueListWrapperCallBacks.ofList(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
|
| Modifier and Type | Method and Description |
|---|---|
static RestJiraIssue |
RestJiraIssue.createFromLinkedJiraIssueFunction(LinkedJiraIssue jiraIssue) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SetAttribute<AbstractResultsSummary,LinkedJiraIssue> |
AbstractResultsSummary_.jiraIssues |
| Modifier and Type | Method and Description |
|---|---|
List<LinkedJiraIssue> |
BuildResultsSummaryDao.getJiraIssuesForPlanKey(@NotNull PlanKey planKey)
Retrieves a list of
LinkedJiraIssue that are linked to the given build. |
Collection<LinkedJiraIssue> |
LinkedJiraIssueHibernateDao.getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey,
int firstBuildNumber,
int lastBuildNumber) |
Collection<LinkedJiraIssue> |
LinkedJiraIssueDao.getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey,
int firstBuildNumber,
int currentBuildNumber)
Find and retrieve all jira issues related to build results from specified range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResultsSummary.setJiraIssues(Set<LinkedJiraIssue> jiraIssues) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject |
LinkTestToJiraIssueAction.buildLinkedJiraIssueJson(@NotNull LinkedJiraIssue linkedJiraIssue) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.