Uses of Interface
com.atlassian.bamboo.plan.pullrequest.VcsForkDto
-
Uses of VcsForkDto in com.atlassian.bamboo.plan.pullrequest
Modifier and TypeMethodDescription@Nullable VcsForkDto
VcsPullRequest.getVcsForkDto()
@Nullable VcsForkDto
VcsPullRequestImpl.getVcsForkDto()
Modifier and TypeMethodDescription@NotNull VcsPullRequest
VcsPullRequestService.createPullRequest
(@NotNull String pullRequestKey, @Nullable Long sourceRepositoryId, @NotNull String sourceBranch, long targetRepositoryId, @NotNull String targetBranch, boolean isOpen, @NotNull VcsForkDto vcsForkDto) Create new pull request and save it.@NotNull VcsPullRequest
VcsPullRequestServiceImpl.createPullRequest
(@NotNull String pullRequestKey, @Nullable Long sourceRepositoryId, @NotNull String source, long targetRepositoryId, @NotNull String target, boolean isOpen, @NotNull VcsForkDto vcsForkDto) void
MutableVcsPullRequest.setVcsForkDto
(VcsForkDto vcsForkDto) void
VcsPullRequestImpl.setVcsForkDto
(@Nullable VcsForkDto vcsForkDto) void
VcsPullRequestService.updatePullRequest
(@NotNull VcsPullRequest pullRequest, @Nullable Long sourceRepositoryId, @NotNull String source, @NotNull String target, boolean isOpen, @NotNull VcsForkDto vcsForkDto) Modify pull request.void
VcsPullRequestServiceImpl.updatePullRequest
(@NotNull VcsPullRequest pr, @Nullable Long sourceRepositoryId, @NotNull String source, @NotNull String target, boolean isOpen, @NotNull VcsForkDto vcsForkDto) -
Uses of VcsForkDto in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescriptionstatic PartialVcsRepositoryDataImpl
PartialVcsRepositoryDataImpl.createChildWithNewBranchAndOverwrittenLocationForForkScenario
(VcsRepositoryData repositoryDefinition, VcsBranch newBranch, VcsBranchConfigurator vcsBranchConfigurator, VcsLocationConfigurator vcsLocationConfigurator, VcsForkDto vcsForkDto)