Package com.atlassian.bamboo.plan.branch
Class PlanBranchMetadataImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.branch.PlanBranchMetadataImpl
-
- All Implemented Interfaces:
PlanBranchMetadata
public class PlanBranchMetadataImpl extends Object implements PlanBranchMetadata
-
-
Constructor Summary
Constructors Constructor Description PlanBranchMetadataImpl(@Nullable PlanBranchMetadata other)
PlanBranchMetadataImpl(@Nullable ChainBranchMetadataDto other)
PlanBranchMetadataImpl(VcsBranch vcsBranch, Long vcsRepositoryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @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.
-
-
-
Constructor Detail
-
PlanBranchMetadataImpl
public PlanBranchMetadataImpl(@Nullable @Nullable PlanBranchMetadata other)
-
PlanBranchMetadataImpl
public PlanBranchMetadataImpl(@Nullable @Nullable ChainBranchMetadataDto other)
-
-
Method Detail
-
getVcsBranch
@Nullable public @Nullable VcsBranch getVcsBranch()
Description copied from interface:PlanBranchMetadata
Vcs branch built by this plan branch.- Specified by:
getVcsBranch
in interfacePlanBranchMetadata
-
getVcsRepositoryId
@Nullable public @Nullable Long getVcsRepositoryId()
Description copied from interface:PlanBranchMetadata
Id of the default repository of the plan branch when its status was last checked.- Specified by:
getVcsRepositoryId
in interfacePlanBranchMetadata
-
isMarkedInvalid
public boolean isMarkedInvalid()
Description copied from interface:PlanBranchMetadata
If last verification of metadata failed.- Specified by:
isMarkedInvalid
in interfacePlanBranchMetadata
-
-