@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 BambooIdProvider
public void setId(long id)
setId
in interface BambooObject
@NotNull public ChainBranch getChainBranch()
getChainBranch
in interface MutablePlanBranchPullRequest
getChainBranch
in interface PlanBranchPullRequest
public void setChainBranch(@NotNull ChainBranch chainBranch)
setChainBranch
in interface MutablePlanBranchPullRequest
@NotNull public MutableVcsPullRequest getVcsPullRequest()
getVcsPullRequest
in interface MutablePlanBranchPullRequest
getVcsPullRequest
in interface PlanBranchPullRequest
public void setVcsPullRequest(@NotNull MutableVcsPullRequest vcsPullRequest)
setVcsPullRequest
in interface MutablePlanBranchPullRequest
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.