Package com.atlassian.bamboo.core
Interface BambooCustomDataAware
-
- All Known Subinterfaces:
BuildResultsSummary
,ChainResultsSummary
,CurrentlyBuilding
,MutableBuildKeyResultsSummary
,MutableDeploymentResult
,ResultsSummary
- All Known Implementing Classes:
AbstractResultsSummary
,BuildResultsSummaryImpl
,ChainResultsSummaryImpl
,CurrentlyBuildingImpl
,MutableDeploymentResultImpl
@PublicApi public interface BambooCustomDataAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateCustomDataEntry(@NotNull String key, @NotNull String value)
Add or modify key value pair to Object's custom data map.
-