public class RuntimeConfiguration extends Object
AbstractMunitMojo runtime configuration parameter. It holds information about the runtimes which to run
the tests against| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeConfiguration.Builder
Builder for a
RuntimeConfiguration |
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_RUNTIME_SEPARATOR |
static String |
ADDITIONAL_RUNTIMES_PROPERTY |
| Constructor and Description |
|---|
RuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeConfiguration.Builder |
builder() |
List<String> |
getAdditionalRuntimes() |
Optional<DiscoverRuntimes> |
getDiscoverRuntimes() |
public static final String ADDITIONAL_RUNTIMES_PROPERTY
public static final String ADDITIONAL_RUNTIME_SEPARATOR
public Optional<DiscoverRuntimes> getDiscoverRuntimes()
public static RuntimeConfiguration.Builder builder()
Copyright © 2020. All rights reserved.