Package com.atlassian.bamboo.build
Class PlanBranchPullRequestEntity
java.lang.Object
com.atlassian.bamboo.build.PlanBranchPullRequestEntity
- All Implemented Interfaces:
MutablePlanBranchPullRequest
,PlanBranchPullRequest
,BambooIdProvider
,BambooObject
@Entity
public class PlanBranchPullRequestEntity
extends Object
implements MutablePlanBranchPullRequest
-
Constructor Summary
ConstructorDescriptionPlanBranchPullRequestEntity
(@NotNull MutablePlanBranchPullRequest planBranchPullRequest) PlanBranchPullRequestEntity
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull ChainBranch
long
getId()
@NotNull MutableVcsPullRequest
int
hashCode()
void
setChainBranch
(@NotNull ChainBranch chainBranch) void
setId
(long id) void
setVcsPullRequest
(@NotNull MutableVcsPullRequest vcsPullRequest)
-
Constructor Details
-
PlanBranchPullRequestEntity
public PlanBranchPullRequestEntity() -
PlanBranchPullRequestEntity
public PlanBranchPullRequestEntity(@NotNull @NotNull ChainBranch chainBranch, @NotNull @NotNull MutableVcsPullRequest vcsPullRequest) -
PlanBranchPullRequestEntity
public PlanBranchPullRequestEntity(@NotNull @NotNull MutablePlanBranchPullRequest planBranchPullRequest)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
public long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
setId
public void setId(long id) - Specified by:
setId
in interfaceBambooObject
-
getChainBranch
- Specified by:
getChainBranch
in interfaceMutablePlanBranchPullRequest
- Specified by:
getChainBranch
in interfacePlanBranchPullRequest
-
setChainBranch
- Specified by:
setChainBranch
in interfaceMutablePlanBranchPullRequest
-
getVcsPullRequest
- Specified by:
getVcsPullRequest
in interfaceMutablePlanBranchPullRequest
- Specified by:
getVcsPullRequest
in interfacePlanBranchPullRequest
-
setVcsPullRequest
- Specified by:
setVcsPullRequest
in interfaceMutablePlanBranchPullRequest
-