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