| Package | Description |
|---|---|
| com.atlassian.bamboo.plan.pullrequest | |
| com.atlassian.bamboo.vcs.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
VcsForkDtoImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable VcsForkDto |
VcsPullRequestImpl.getVcsForkDto() |
@Nullable VcsForkDto |
VcsPullRequest.getVcsForkDto() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull VcsPullRequest |
VcsPullRequestServiceImpl.createPullRequest(@NotNull String pullRequestKey,
@Nullable Long sourceRepositoryId,
@NotNull String source,
long targetRepositoryId,
@NotNull String target,
boolean isOpen,
@NotNull VcsForkDto vcsForkDto) |
@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.
|
void |
VcsPullRequestImpl.setVcsForkDto(@Nullable VcsForkDto vcsForkDto) |
void |
MutableVcsPullRequest.setVcsForkDto(VcsForkDto vcsForkDto) |
void |
VcsPullRequestServiceImpl.updatePullRequest(@NotNull VcsPullRequest pr,
@Nullable Long sourceRepositoryId,
@NotNull String source,
@NotNull String target,
boolean isOpen,
@NotNull 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.
|
| Constructor and Description |
|---|
VcsForkDtoImpl(@Nullable VcsForkDto vcsForkDto) |
| Modifier and Type | Method and Description |
|---|---|
static PartialVcsRepositoryDataImpl |
PartialVcsRepositoryDataImpl.createChildWithNewBranchAndOverwrittenLocationForForkScenario(VcsRepositoryData repositoryDefinition,
VcsBranch newBranch,
VcsBranchConfigurator vcsBranchConfigurator,
VcsLocationConfigurator vcsLocationConfigurator,
VcsForkDto vcsForkDto) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.