@Entity public class MutablePlanBranchMetadata extends Object implements PlanBranchMetadata
Constructor and Description |
---|
MutablePlanBranchMetadata(@NotNull ChainBranch chainBranch) |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getBranchDisplayName() |
@Nullable String |
getBranchName() |
long |
getId() |
@Nullable VcsBranch |
getVcsBranch()
Vcs branch built by this plan branch.
|
@Nullable Long |
getVcsRepositoryId()
Id of the default repository of the plan branch when its status was last checked.
|
boolean |
isMarkedInvalid()
If last verification of metadata failed.
|
void |
setBranchDisplayName(@Nullable String branchDisplayName) |
void |
setBranchName(@Nullable String branchName) |
void |
setId(long id) |
void |
setMarkedInvalid(boolean markedInvalid) |
void |
setVcsBranch(@Nullable VcsBranch vcsBranch) |
void |
setVcsRepositoryId(@Nullable Long vcsRepositoryId) |
public MutablePlanBranchMetadata(@NotNull @NotNull ChainBranch chainBranch)
@Nullable public @Nullable VcsBranch getVcsBranch()
PlanBranchMetadata
getVcsBranch
in interface PlanBranchMetadata
public void setVcsBranch(@Nullable @Nullable VcsBranch vcsBranch)
@Nullable public @Nullable Long getVcsRepositoryId()
PlanBranchMetadata
getVcsRepositoryId
in interface PlanBranchMetadata
public void setVcsRepositoryId(@Nullable @Nullable Long vcsRepositoryId)
public long getId()
public void setId(long id)
@Nullable public @Nullable String getBranchName()
public void setBranchName(@Nullable @Nullable String branchName)
@Nullable public @Nullable String getBranchDisplayName()
public void setBranchDisplayName(@Nullable @Nullable String branchDisplayName)
public boolean isMarkedInvalid()
PlanBranchMetadata
isMarkedInvalid
in interface PlanBranchMetadata
public void setMarkedInvalid(boolean markedInvalid)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences