public interface SetupStrategy<ParametersT,StepT>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SetupStrategy.Status |
static interface |
SetupStrategy.StepSwitcher<StepT> |
static interface |
SetupStrategy.StepTask |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<StepT,SetupStrategy.Status> |
getInitialSteps()
Define initial statuses of different steps.
|
void |
setup(ParametersT parameters,
SetupStrategy.StepSwitcher<StepT> switcher) |
void setup(ParametersT parameters, SetupStrategy.StepSwitcher<StepT> switcher) throws Exception
Exceptioncom.google.common.collect.ImmutableMap<StepT,SetupStrategy.Status> getInitialSteps()
Copyright © 2002-2019 Atlassian. All Rights Reserved.