public interface PullRequestDetectionService
Modifier and Type | Method and Description |
---|---|
@NotNull List<VcsPullRequest> |
getOpenPullRequests(@NotNull ImmutableChain chain,
@NotNull VcsRepositoryData planRepositoryDefinition)
Returns a list of currently open pull requests for the chain's default repository
List ordering determined by underlying repository (preference is for native ordering e.g.
|
boolean |
schedulePullRequestDetectionForChain(@NotNull ImmutableChain chain)
Registers PR detection request for a given Chain.
|
boolean schedulePullRequestDetectionForChain(@NotNull @NotNull ImmutableChain chain)
chain
- to be detected for pull requests@NotNull @NotNull List<VcsPullRequest> getOpenPullRequests(@NotNull @NotNull ImmutableChain chain, @NotNull @NotNull VcsRepositoryData planRepositoryDefinition) throws Exception
chain
- to find pull requests for.Exception
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences