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