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 booleanequals(Object o)@NotNull ImmutableChainBranchgetChainBranch()longgetId()@NotNull VcsPullRequestgetVcsPullRequest()inthashCode()
-
-
-
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:
getIdin interfaceBambooIdProvider
-
getChainBranch
@NotNull public @NotNull ImmutableChainBranch getChainBranch()
- Specified by:
getChainBranchin interfacePlanBranchPullRequest
-
getVcsPullRequest
@NotNull public @NotNull VcsPullRequest getVcsPullRequest()
- Specified by:
getVcsPullRequestin interfacePlanBranchPullRequest
-
-