Package com.nike.pdm.localstack.compose
Class LocalStackModule
- java.lang.Object
-
- com.nike.pdm.localstack.compose.LocalStackModule
-
public class LocalStackModule extends java.lang.ObjectLoads tasks and configuration for core LocalStack.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLEAN_LOCALSTACK_TASK_NAMEstatic java.lang.StringINIT_LOCALSTACK_TASK_NAMEstatic java.lang.StringKILL_LOCALSTACK_TASK_NAMEstatic java.lang.StringRESTART_LOCALSTACK_TASK_NAMEstatic java.lang.StringSTART_LOCALSTACK_TASK_NAMEstatic java.lang.StringSTOP_LOCALSTACK_TASK_NAME
-
Constructor Summary
Constructors Constructor Description LocalStackModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload(org.gradle.api.Project project)Loads and configures tasks in the LocalStack group.
-
-
-
Field Detail
-
INIT_LOCALSTACK_TASK_NAME
public static final java.lang.String INIT_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
START_LOCALSTACK_TASK_NAME
public static final java.lang.String START_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
STOP_LOCALSTACK_TASK_NAME
public static final java.lang.String STOP_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
KILL_LOCALSTACK_TASK_NAME
public static final java.lang.String KILL_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
CLEAN_LOCALSTACK_TASK_NAME
public static final java.lang.String CLEAN_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
RESTART_LOCALSTACK_TASK_NAME
public static final java.lang.String RESTART_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
-