public interface JiraIssueResultsManager
Modifier and Type | Method and Description |
---|---|
@NotNull PartialList<ResultsSummary> |
findBuildResultsByJiraIssueKey(@NotNull List<String> issueKeys,
int maxResults)
Finds a list of completed Build Results given issue keys
|
@NotNull PartialList<? extends ResultsSummary> |
findBuildResultsByProjectKey(@NotNull String projectKey,
int maxResults)
Finds completed Build Results given a project key
|
@NotNull PartialList<? extends ResultsSummary> |
findBuildResultsByProjectKeys(@NotNull List<String> projectKeys,
int maxResults)
Finds build results given a project keys
|
@NotNull List<LinkedJiraIssue> |
findJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults)
Finds a list of jira issues linked to the given build results
|
@NotNull List<LinkedJiraIssue> |
findJiraIssuesForPlanKey(@NotNull PlanKey planKey)
Finds a list of jira issues linked to a particular build key
|
@NotNull Collection<String> |
findPlanKeysByIssueKeys(@NotNull List<String> issueKeys) |
@NotNull Collection<String> |
findPlanKeysByJiraProjectKey(@NotNull String projectKey)
Returns a list of plans that's associated with
|
@NotNull Collection<String> |
findPlanKeysByJiraProjectKeys(@NotNull List<String> projectKeys)
Returns a list of plans that's associated with
|
int |
getNumberOfRelatedBuildsByIssueKey(@NotNull List<String> issueKeys)
Counts the number of completed Build Results related to these issues
|
@NotNull @NotNull PartialList<ResultsSummary> findBuildResultsByJiraIssueKey(@NotNull @NotNull List<String> issueKeys, int maxResults)
issueKeys
- maxResults
- List
of ResultsSummary
. Empty if no matchesint getNumberOfRelatedBuildsByIssueKey(@NotNull @NotNull List<String> issueKeys)
issueKeys
- @NotNull @NotNull PartialList<? extends ResultsSummary> findBuildResultsByProjectKey(@NotNull @NotNull String projectKey, int maxResults)
projectKey
- maxResults
- @NotNull @NotNull PartialList<? extends ResultsSummary> findBuildResultsByProjectKeys(@NotNull @NotNull List<String> projectKeys, int maxResults)
projectKeys
- maxResults
- @NotNull @NotNull Collection<String> findPlanKeysByJiraProjectKey(@NotNull @NotNull String projectKey)
projectKey
- @NotNull @NotNull Collection<String> findPlanKeysByJiraProjectKeys(@NotNull @NotNull List<String> projectKeys)
projectKeys
- @NotNull @NotNull Collection<String> findPlanKeysByIssueKeys(@NotNull @NotNull List<String> issueKeys)
@NotNull @NotNull List<LinkedJiraIssue> findJiraIssuesForBuildResults(@NotNull @NotNull List<ResultsSummary> buildResults)
buildResults
- List
of ResultsSummary
List
of LinkedJiraIssue
@NotNull @NotNull List<LinkedJiraIssue> findJiraIssuesForPlanKey(@NotNull @NotNull PlanKey planKey)
planKey
- key to build Plan
List
of LinkedJiraIssue
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences