public class DiscoverRuntimes extends Object
RuntimeConfiguration discoveryRuntimes parameter. It holds information about the runtimes discovery| Modifier and Type | Field and Description |
|---|---|
static String |
DISCOVER_RUNTIMES_INCLUDE_SNAPSHOTS |
static String |
DISCOVER_RUNTIMES_MIN_MULE_VERSION |
static String |
DISCOVER_RUNTIMES_PRODUCT |
static String |
DISCOVER_RUNTIMES_REPOSITORIES |
static String |
DISCOVER_RUNTIMES_SKIP |
| Constructor and Description |
|---|
DiscoverRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.munit.extension.maven.api.DiscoverRuntimes.Builder |
builder() |
Optional<String> |
getMinMuleVersion() |
Optional<org.mule.munit.plugin.maven.ProductDiscoveryMode> |
getProduct() |
List<String> |
getRuntimeRepositories() |
boolean |
isIncludeSnapshots() |
boolean |
isSkipped() |
public static final String DISCOVER_RUNTIMES_PRODUCT
public static final String DISCOVER_RUNTIMES_INCLUDE_SNAPSHOTS
public static final String DISCOVER_RUNTIMES_MIN_MULE_VERSION
public static final String DISCOVER_RUNTIMES_SKIP
public static final String DISCOVER_RUNTIMES_REPOSITORIES
public Optional<org.mule.munit.plugin.maven.ProductDiscoveryMode> getProduct()
public boolean isIncludeSnapshots()
public boolean isSkipped()
public static org.mule.munit.extension.maven.api.DiscoverRuntimes.Builder builder()
Copyright © 2019. All rights reserved.