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 Type
    Method
    Description
    void
    updateCustomDataEntry(@NotNull String key, @NotNull String value)
    Add or modify key value pair to Object's custom data map.
  • Method Details

    • updateCustomDataEntry

      void updateCustomDataEntry(@NotNull @NotNull String key, @NotNull @NotNull String value)
      Add or modify key value pair to Object's custom data map.
      Parameters:
      key - key to add
      value - value to add