public class PlanBranchPullRequestImpl extends Object implements PlanBranchPullRequest
Constructor and Description |
---|
PlanBranchPullRequestImpl(long id,
@NotNull ImmutableChainBranch chainBranch,
@NotNull VcsPullRequest vcsPullRequest) |
PlanBranchPullRequestImpl(@NotNull PlanBranchPullRequest planBranchPullRequest) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull ImmutableChainBranch |
getChainBranch() |
long |
getId() |
@NotNull VcsPullRequest |
getVcsPullRequest() |
int |
hashCode() |
public PlanBranchPullRequestImpl(long id, @NotNull @NotNull ImmutableChainBranch chainBranch, @NotNull @NotNull VcsPullRequest vcsPullRequest)
public PlanBranchPullRequestImpl(@NotNull @NotNull PlanBranchPullRequest planBranchPullRequest)
public long getId()
getId
in interface BambooIdProvider
@NotNull public @NotNull ImmutableChainBranch getChainBranch()
getChainBranch
in interface PlanBranchPullRequest
@NotNull public @NotNull VcsPullRequest getVcsPullRequest()
getVcsPullRequest
in interface PlanBranchPullRequest
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.