Package com.atlassian.bamboo.build
Class PlanBranchPullRequestImpl
- java.lang.Object
-
- com.atlassian.bamboo.build.PlanBranchPullRequestImpl
-
- All Implemented Interfaces:
PlanBranchPullRequest
,BambooIdProvider
public class PlanBranchPullRequestImpl extends Object implements PlanBranchPullRequest
-
-
Constructor Summary
Constructors Constructor Description PlanBranchPullRequestImpl(long id, @NotNull ImmutableChainBranch chainBranch, @NotNull VcsPullRequest vcsPullRequest)
PlanBranchPullRequestImpl(@NotNull PlanBranchPullRequest planBranchPullRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull ImmutableChainBranch
getChainBranch()
long
getId()
@NotNull VcsPullRequest
getVcsPullRequest()
int
hashCode()
-
-
-
Constructor Detail
-
PlanBranchPullRequestImpl
public PlanBranchPullRequestImpl(long id, @NotNull @NotNull ImmutableChainBranch chainBranch, @NotNull @NotNull VcsPullRequest vcsPullRequest)
-
PlanBranchPullRequestImpl
public PlanBranchPullRequestImpl(@NotNull @NotNull PlanBranchPullRequest planBranchPullRequest)
-
-
Method Detail
-
getId
public long getId()
- Specified by:
getId
in interfaceBambooIdProvider
-
getChainBranch
@NotNull public @NotNull ImmutableChainBranch getChainBranch()
- Specified by:
getChainBranch
in interfacePlanBranchPullRequest
-
getVcsPullRequest
@NotNull public @NotNull VcsPullRequest getVcsPullRequest()
- Specified by:
getVcsPullRequest
in interfacePlanBranchPullRequest
-
-