Package com.atlassian.bamboo.plan
Interface PlanKeyProvider
-
- All Known Subinterfaces:
Buildable,Chain,ChainBranch,ChainBranchIdentifier,ImmutableBuildable,ImmutableChain,ImmutableChainBranch,ImmutableJob,ImmutablePlan,ImmutableTopLevelPlan,Job,Plan,PlanIdentifier,TopLevelPlan
- All Known Implementing Classes:
AbstractChain,AbstractImmutableChain,AbstractImmutablePlan,AbstractPlan,BuildResultForAggregate,ChainBranchIdentifierImpl,ChainBranchImpl,DecoratedPlan,DecoratedPlan.DecoratedBranch,DefaultChain,DefaultJob,DependenciesConfigurationPage.PlanDependencyElement,ImmutableChainBranchImpl,ImmutableChainImpl,ImmutableJobImpl,PlanIdentifierImpl
public interface PlanKeyProvider
-
-
Field Summary
Fields Modifier and Type Field Description static @NotNull com.google.common.base.Function<PlanKeyProvider,PlanKey>getPlanKeyDeprecated.since Bamboo 6.2, use reference togetPlanKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable PlanKeygetPlanKey()
-
-
-
Field Detail
-
getPlanKey
@Deprecated @NotNull static final @NotNull com.google.common.base.Function<PlanKeyProvider,PlanKey> getPlanKey
Deprecated.since Bamboo 6.2, use reference togetPlanKey()
-
-
Method Detail
-
getPlanKey
@Nullable @Nullable PlanKey getPlanKey()
-
-