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