Modifier and Type | Method and Description |
---|---|
List<LinkedJiraIssue> |
LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForBuild(ImmutablePlan plan)
Deprecated.
|
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForBuild(ImmutablePlan plan)
Deprecated.
|
List<LinkedJiraIssue> |
LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForBuildResults(List<ResultsSummary> buildResults) |
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForBuildResults(List<ResultsSummary> buildResults)
Finds a list of jira issues linked to the given build results
|
List<LinkedJiraIssue> |
LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForPlanKey(PlanKey planKey) |
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForPlanKey(PlanKey planKey)
Finds a list of jira issues linked to a particular build key
|
protected Iterable<LinkedJiraIssue> |
PlanResultsAction.getIssueDetails(Iterable<LinkedJiraIssue> linkedIssues) |
List<LinkedJiraIssue> |
PlanResultsAction.getJiraIssues() |
Pair<LinkedJiraIssue,URI> |
PlanResultsAction.getLinkedJiraIssue(String issueKey)
returns jira issue details for the given issueKey, or - in case of OAuth authentication required - URI for the login dance
|
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 | Method and Description |
---|---|
Set<LinkedJiraIssue> |
BuildResultsSummaryDocument.getJiraIssues() |
Modifier and Type | Class and Description |
---|---|
class |
LinkedJiraIssueImpl |
Modifier and Type | Method and Description |
---|---|
List<LinkedJiraIssue> |
JiraIssueUtils.getFilteredFixedJiraIssues(Collection<LinkedJiraIssue> possibleIssues,
int numberNeeded) |
List<LinkedJiraIssue> |
JiraIssueUtils.getFilteredJiraIssues(Collection<LinkedJiraIssue> possibleIssues,
int numberNeeded)
Returns a required length list of jira issues and controls logic behind which are shown
* Fixed issues are given preference
This is needed so that only the required number of JIRA Issues will be retrieved from the jira server
|
List<LinkedJiraIssue> |
JiraIssueUtils.getFilteredRelatedJiraIssues(Collection<LinkedJiraIssue> possibleIssues,
int numberNeeded) |
Set<LinkedJiraIssue> |
JiraIssueUtils.getFixedJiraIssues(Iterable<LinkedJiraIssue> allIssues)
returns a set of all jira issues with link type 'fixed'
|
Set<LinkedJiraIssue> |
JiraIssueUtils.getRelatedJiraIssues(Iterable<LinkedJiraIssue> allIssues)
returns a set of all jira issues with link type 'related'
|
Modifier and Type | Method and Description |
---|---|
int |
LinkedJiraIssueImpl.compareTo(LinkedJiraIssue o) |
Modifier and Type | Method and Description |
---|---|
List<LinkedJiraIssue> |
JiraIssueUtils.getFilteredFixedJiraIssues(Collection<LinkedJiraIssue> possibleIssues,
int numberNeeded) |
List<LinkedJiraIssue> |
JiraIssueUtils.getFilteredJiraIssues(Collection<LinkedJiraIssue> possibleIssues,
int numberNeeded)
Returns a required length list of jira issues and controls logic behind which are shown
* Fixed issues are given preference
This is needed so that only the required number of JIRA Issues will be retrieved from the jira server
|
List<LinkedJiraIssue> |
JiraIssueUtils.getFilteredRelatedJiraIssues(Collection<LinkedJiraIssue> possibleIssues,
int numberNeeded) |
Set<LinkedJiraIssue> |
JiraIssueUtils.getFixedJiraIssues(Iterable<LinkedJiraIssue> allIssues)
returns a set of all jira issues with link type 'fixed'
|
Set<LinkedJiraIssue> |
JiraIssueUtils.getRelatedJiraIssues(Iterable<LinkedJiraIssue> allIssues)
returns a set of all jira issues with link type 'related'
|
Modifier and Type | Method and Description |
---|---|
protected LinkedJiraIssue |
LinkedJiraIssuesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedJiraIssueRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<LinkedJiraIssue> list,
LinkedJiraIssue object,
long objectIndex,
org.hibernate.Session session) |
protected void |
LinkedJiraIssuesMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
LinkedJiraIssue issue,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
LinkedJiraIssueRootMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
LinkedJiraIssue issue,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
LinkedJiraIssuesMapper.importProperties(LinkedJiraIssue issue,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
protected void |
LinkedJiraIssueRootMapper.importProperties(LinkedJiraIssue object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedJiraIssueRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<LinkedJiraIssue> list,
LinkedJiraIssue object,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
Set<LinkedJiraIssue> |
ImmutableResultsSummaryImpl.getJiraIssues() |
Modifier and Type | Method and Description |
---|---|
List<LinkedJiraIssue> |
ViewJiraIssueForPlan.getFilteredResultsList(int firstResult,
int maxResults) |
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> |
BuildResultsSummaryManagerImpl.findJiraIssuesForPlanKey(PlanKey planKey) |
List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForPlanKey(PlanKey planKey)
Retrieves a list of
LinkedJiraIssue linked to the given plan key |
List<LinkedJiraIssue> |
BuildResultsSummaryManagerImpl.findJiraIssuesForResults(List<ResultsSummary> buildResults) |
List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForResults(List<ResultsSummary> buildResults)
Retrieves a list of
LinkedJiraIssue linked to the given build result summaries |
Set<LinkedJiraIssue> |
BaseResultSummary.getFixingJiraIssues() |
Set<LinkedJiraIssue> |
ImmutableResultsSummary.getFixingJiraIssues()
Return JIRA issues that this build result summary fixes
|
Set<LinkedJiraIssue> |
AbstractResultsSummary.getJiraIssues() |
Set<LinkedJiraIssue> |
ImmutableResultsSummary.getJiraIssues()
Returns all the JIRA issues linked to this build result
|
List<LinkedJiraIssue> |
BuildResultsSummaryHibernateDao.getJiraIssuesForBuildResults(List<ResultsSummary> buildResults) |
List<LinkedJiraIssue> |
BuildResultsSummaryDao.getJiraIssuesForBuildResults(List<ResultsSummary> buildResults)
Retrieves a list of
LinkedJiraIssue linked to the given build result summaries |
List<LinkedJiraIssue> |
BuildResultsSummaryHibernateDao.getJiraIssuesForPlanKey(PlanKey planKey) |
List<LinkedJiraIssue> |
BuildResultsSummaryDao.getJiraIssuesForPlanKey(PlanKey planKey)
Retrieves a list of
LinkedJiraIssue that are linked to the given build. |
Collection<LinkedJiraIssue> |
LinkedJiraIssueHibernateDao.getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int lastBuildNumber) |
Collection<LinkedJiraIssue> |
LinkedJiraIssueDao.getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int currentBuildNumber)
Find and retrieve all jira issues related to build results from specified range.
|
Set<LinkedJiraIssue> |
BaseResultSummary.getRelatedJiraIssues() |
Set<LinkedJiraIssue> |
ImmutableResultsSummary.getRelatedJiraIssues()
Returns JIRA issues that are related to this build result.
|
Modifier and Type | Method and Description |
---|---|
long |
LinkedJiraIssueHibernateDao.scrollJiraIssuesForExport(Consumer<LinkedJiraIssue> consumer) |
long |
LinkedJiraIssueDao.scrollJiraIssuesForExport(Consumer<LinkedJiraIssue> consumer)
Scroll through and execute function for each of LinkedJiraIssue
Objects passed to function are not fully initialized.
|
void |
AbstractResultsSummary.setJiraIssues(Set<LinkedJiraIssue> jiraIssues) |
Modifier and Type | Method and Description |
---|---|
static com.opensymphony.webwork.dispatcher.json.JSONObject |
LinkTestToJiraIssueAction.buildLinkedJiraIssueJson(LinkedJiraIssue linkedJiraIssue) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.