@Entity public class PlanBranchPullRequestEntity extends Object implements MutablePlanBranchPullRequest
| Constructor and Description |
|---|
PlanBranchPullRequestEntity() |
PlanBranchPullRequestEntity(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest) |
PlanBranchPullRequestEntity(MutablePlanBranchPullRequest planBranchPullRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ChainBranch |
getChainBranch() |
long |
getId() |
MutableVcsPullRequest |
getVcsPullRequest() |
int |
hashCode() |
void |
setChainBranch(ChainBranch chainBranch) |
void |
setId(long id) |
void |
setVcsPullRequest(MutableVcsPullRequest vcsPullRequest) |
public PlanBranchPullRequestEntity()
public PlanBranchPullRequestEntity(@NotNull
ChainBranch chainBranch,
@NotNull
MutableVcsPullRequest vcsPullRequest)
public PlanBranchPullRequestEntity(@NotNull
MutablePlanBranchPullRequest planBranchPullRequest)
public long getId()
getId in interface BambooIdProviderpublic void setId(long id)
setId in interface BambooObject@NotNull public ChainBranch getChainBranch()
getChainBranch in interface MutablePlanBranchPullRequestgetChainBranch in interface PlanBranchPullRequestpublic void setChainBranch(@NotNull
ChainBranch chainBranch)
setChainBranch in interface MutablePlanBranchPullRequest@NotNull public MutableVcsPullRequest getVcsPullRequest()
getVcsPullRequest in interface MutablePlanBranchPullRequestgetVcsPullRequest in interface PlanBranchPullRequestpublic void setVcsPullRequest(@NotNull
MutableVcsPullRequest vcsPullRequest)
setVcsPullRequest in interface MutablePlanBranchPullRequestCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.