All Known Implementing Classes:
EnvironmentTaskOwner, PlanTaskOwner

@Internal public interface TaskOwner
An interface that allows for specialised functionality for different sources of tasks e.g. Buids VS Deployments
Since:
v5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Map<String,Object>
    Returns the context map required for rendering the UX
  • Method Details

    • buildContextMap

      @NotNull @NotNull Map<String,Object> buildContextMap()
      Returns the context map required for rendering the UX
      Returns: