Uses of Interface
com.atlassian.bamboo.plan.pullrequest.VcsForkDto
Packages that use VcsForkDto
-
Uses of VcsForkDto in com.atlassian.bamboo.plan.pullrequest
Classes in com.atlassian.bamboo.plan.pullrequest that implement VcsForkDtoMethods in com.atlassian.bamboo.plan.pullrequest that return VcsForkDtoModifier and TypeMethodDescription@Nullable VcsForkDtoVcsPullRequest.getVcsForkDto()@Nullable VcsForkDtoVcsPullRequestImpl.getVcsForkDto()Methods in com.atlassian.bamboo.plan.pullrequest with parameters of type VcsForkDtoModifier and TypeMethodDescription@NotNull VcsPullRequestVcsPullRequestService.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 VcsPullRequestVcsPullRequestServiceImpl.createPullRequest(@NotNull String pullRequestKey, @Nullable Long sourceRepositoryId, @NotNull String source, long targetRepositoryId, @NotNull String target, boolean isOpen, @NotNull VcsForkDto vcsForkDto) voidMutableVcsPullRequest.setVcsForkDto(VcsForkDto vcsForkDto) voidVcsPullRequestImpl.setVcsForkDto(@Nullable VcsForkDto vcsForkDto) voidVcsPullRequestService.updatePullRequest(@NotNull VcsPullRequest pullRequest, @Nullable Long sourceRepositoryId, @NotNull String source, @NotNull String target, boolean isOpen, @NotNull VcsForkDto vcsForkDto) Modify pull request.voidVcsPullRequestServiceImpl.updatePullRequest(@NotNull VcsPullRequest pr, @Nullable Long sourceRepositoryId, @NotNull String source, @NotNull String target, boolean isOpen, @NotNull VcsForkDto vcsForkDto) Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type VcsForkDto -
Uses of VcsForkDto in com.atlassian.bamboo.vcs.configuration
Methods in com.atlassian.bamboo.vcs.configuration with parameters of type VcsForkDtoModifier and TypeMethodDescriptionstatic PartialVcsRepositoryDataImplPartialVcsRepositoryDataImpl.createChildWithNewBranchAndOverwrittenLocationForForkScenario(VcsRepositoryData repositoryDefinition, VcsBranch newBranch, VcsBranchConfigurator vcsBranchConfigurator, VcsLocationConfigurator vcsLocationConfigurator, VcsForkDto vcsForkDto)