Modifier and Type | Method and Description |
---|---|
PartialList<ResultsSummary> |
LuceneBasedJiraIssueResultsManagerImpl.findBuildResultsByJiraIssueKey(List<String> issueKeys,
int maxResults) |
PartialList<ResultsSummary> |
JiraIssueResultsManager.findBuildResultsByJiraIssueKey(List<String> issueKeys,
int maxResults)
Finds a list of completed Build Results given issue keys
|
PartialList<? extends ResultsSummary> |
LuceneBasedJiraIssueResultsManagerImpl.findBuildResultsByProjectKey(String projectKey,
int maxResults) |
PartialList<? extends ResultsSummary> |
JiraIssueResultsManager.findBuildResultsByProjectKey(String projectKey,
int maxResults)
Finds completed Build Results given a project key
|
PartialList<? extends ResultsSummary> |
LuceneBasedJiraIssueResultsManagerImpl.findBuildResultsByProjectKeys(List<String> projectKeys,
int maxResults) |
PartialList<? extends ResultsSummary> |
JiraIssueResultsManager.findBuildResultsByProjectKeys(List<String> projectKeys,
int maxResults)
Finds build results given a project keys
|
Modifier and Type | Method and Description |
---|---|
PartialList<MutableVcsPullRequest> |
VcsPullRequestHibernateDao.closePullRequestsClosedInRepository(long targetRepositoryId,
Set<String> openPrKeys) |
PartialList<MutableVcsPullRequest> |
VcsPullRequestDao.closePullRequestsClosedInRepository(long targetRepositoryId,
Set<String> openPrKeys)
Synchronize status of PRs in DB and in remote repository.
|
Modifier and Type | Method and Description |
---|---|
PartialList<? extends ResultsSummary> |
ViewBuildResultsByJiraKey.getPartialResults() |
Modifier and Type | Method and Description |
---|---|
PartialList<ResultsSummary> |
IndexedBuildResultsSearcherImpl.search(org.apache.lucene.search.Query query,
int maxResults) |
PartialList<ResultsSummary> |
IndexedBuildResultsSearcher.search(org.apache.lucene.search.Query q,
int maxResults)
Returns a list of
ResultsSummary that matches the query up to maxResults |
<T> PartialList<T> |
IndexedBuildResultsSearcherImpl.search(org.apache.lucene.search.Query query,
int maxResults,
com.google.common.base.Function<org.apache.lucene.document.Document,T> documentParser) |
<T> PartialList<T> |
IndexedBuildResultsSearcher.search(org.apache.lucene.search.Query q,
int maxResults,
com.google.common.base.Function<org.apache.lucene.document.Document,T> documentParser)
Returns a list of T that matches the query up to maxResults.
|
<T> PartialList<T> |
IndexedBuildResultsSearcherImpl.search(org.apache.lucene.search.Query query,
org.apache.lucene.search.SortField sortField,
int maxResults,
com.google.common.base.Function<org.apache.lucene.document.Document,T> documentParser) |
<T> PartialList<T> |
IndexedBuildResultsSearcher.search(org.apache.lucene.search.Query q,
org.apache.lucene.search.SortField sortField,
int maxResults,
com.google.common.base.Function<org.apache.lucene.document.Document,T> documentParser)
Returns a sorted list of T that matches the query up to maxResults.
|
Modifier and Type | Method and Description |
---|---|
static <E> PartialList<E> |
PartialList.ofKnownSize(List<E> list,
int totalSize)
Creates a
PartialList of known total size. |
static <E> PartialList<E> |
PartialList.ofKnownSize(List<E> list,
long totalSize)
Creates a
PartialList of known total size. |
static <E> PartialList<E> |
PartialList.ofUnknownSize(List<E> list)
Creates a
PartialList of unknown total size. |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.