@NotNull PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestService.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest)
Creates a new link between chain branch and pull request.
|
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(@NotNull PlanKey branchKey,
long pullRequestId) |
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestService.create(@NotNull PlanKey branchKey,
long pullRequestId)
Creates a new link between chain branch and pull request.
|