Package com.atlassian.bamboo.build
Class PlanBranchPullRequestImpl
java.lang.Object
com.atlassian.bamboo.build.PlanBranchPullRequestImpl
- All Implemented Interfaces:
PlanBranchPullRequest
,BambooIdProvider
-
Constructor Summary
ConstructorDescriptionPlanBranchPullRequestImpl
(long id, @NotNull ImmutableChainBranch chainBranch, @NotNull VcsPullRequest vcsPullRequest) PlanBranchPullRequestImpl
(@NotNull PlanBranchPullRequest planBranchPullRequest) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull ImmutableChainBranch
long
getId()
@NotNull VcsPullRequest
int
hashCode()
-
Constructor Details
-
PlanBranchPullRequestImpl
public PlanBranchPullRequestImpl(long id, @NotNull @NotNull ImmutableChainBranch chainBranch, @NotNull @NotNull VcsPullRequest vcsPullRequest) -
PlanBranchPullRequestImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
public long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
getChainBranch
- Specified by:
getChainBranch
in interfacePlanBranchPullRequest
-
getVcsPullRequest
- Specified by:
getVcsPullRequest
in interfacePlanBranchPullRequest
-