Package com.atlassian.bamboo.plan
Interface PlanResultKeyProvider
-
- All Known Subinterfaces:
ArtifactDeploymentVersionItem
,BuildResultsSummary
,ChainResultsSummary
,InternalArtifactDeploymentVersionItem
,MutableArtifactDeploymentVersionItem
,MutableBuildKeyResultsSummary
,ResultsSummary
- All Known Implementing Classes:
AbstractResultsSummary
,ArtifactDeploymentVersionItemImpl
,BuildResultsSummaryImpl
,ChainResultsSummaryImpl
,MutableArtifactDeploymentVersionItemImpl
,RestArtifactDeploymentVersionItem
public interface PlanResultKeyProvider
-
-
Field Summary
Fields Modifier and Type Field Description static @NotNull com.google.common.base.Function<PlanResultKeyProvider,PlanResultKey>
getPlanKey
Deprecated.since 5.10, use PlanResultKeyProvider::getPlanResultKey
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull PlanResultKey
getPlanResultKey()
-
-
-
Field Detail
-
getPlanKey
@Deprecated @NotNull static final @NotNull com.google.common.base.Function<PlanResultKeyProvider,PlanResultKey> getPlanKey
Deprecated.since 5.10, use PlanResultKeyProvider::getPlanResultKey
-
-
Method Detail
-
getPlanResultKey
@NotNull @NotNull PlanResultKey getPlanResultKey()
-
-