public interface EnvironmentPreparator
| Modifier and Type | Method and Description |
|---|---|
void |
cleanEnvironments(java.util.Collection<Environment> envs)
Performs best-effort try to clean prepared environments.
|
void |
collectOutputAndLogFiles(java.util.Collection<Environment> envs)
Performs best-effort try to collect output and log files for report.
|
void |
prepareEnvironments(java.util.Collection<Environment> envs) |
void prepareEnvironments(java.util.Collection<Environment> envs) throws java.util.concurrent.ExecutionException
java.util.concurrent.ExecutionExceptionvoid collectOutputAndLogFiles(java.util.Collection<Environment> envs)
envs - prepared environmentsvoid cleanEnvironments(java.util.Collection<Environment> envs)
envs -