Package org.openremote.model.setup
Interface SetupTasks
public interface SetupTasks
Provides a list of
Setup
tasks to execute.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Can be used by setup tasks to have different configurable setups (e.g. -
Method Summary
Modifier and TypeMethodDescriptioncreateTasks
(Container container, String setupType, boolean keycloakEnabled)
-
Field Details
-
OR_SETUP_TYPE
Can be used by setup tasks to have different configurable setups (e.g. production/staging/test/etc.)- See Also:
-
-
Method Details
-
createTasks
-