Interface SetupTasks


public interface SetupTasks
Provides a list of Setup tasks to execute.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Can be used by setup tasks to have different configurable setups (e.g.
  • Method Summary

    Modifier and Type
    Method
    Description
    createTasks(Container container, String setupType, boolean keycloakEnabled)
     
  • Field Details

    • OR_SETUP_TYPE

      static final String OR_SETUP_TYPE
      Can be used by setup tasks to have different configurable setups (e.g. production/staging/test/etc.)
      See Also:
  • Method Details