Interface PullRequestSupplier
-
- All Superinterfaces:
ServerExtension,TeamCityExtension
- All Known Subinterfaces:
PullRequestManager
public interface PullRequestSupplier extends ServerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PullRequest>getPullRequests(SBuild build)Provides pull request information for a build.
-
-
-
Method Detail
-
getPullRequests
@NotNull List<PullRequest> getPullRequests(@NotNull SBuild build)
Provides pull request information for a build. More than one pull request can be associated with a single build.- Parameters:
build- build, either queued, running or finished- Returns:
- a list of pull requests if found
-
-