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
Modifier and TypeMethodDescriptionvoidupdateCustomDataEntry(@NotNull String key, @NotNull String value) Add or modify key value pair to Object's custom data map.
-
Method Details
-
updateCustomDataEntry
Add or modify key value pair to Object's custom data map.- Parameters:
key- key to addvalue- value to add
-