public class RunConfigurationFactory extends Object
RunConfiguration| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project |
static String |
RUN_TOKEN_CONSOLE_PARAMETER |
protected org.apache.maven.execution.MavenSession |
session |
| Constructor and Description |
|---|
RunConfigurationFactory(org.apache.maven.plugin.logging.Log log,
String munitTest,
String munitTags,
Boolean skipAfterFailure,
MuleApplicationModelLoader muleApplicationModelLoader,
WorkingDirectoryGenerator workingDirectoryGenerator,
File munitSrcFolder,
Coverage coverage,
String pluginVersion,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.munit.remote.api.configuration.RunConfiguration |
createRunConfiguration() |
public static final String RUN_TOKEN_CONSOLE_PARAMETER
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.execution.MavenSession session
public RunConfigurationFactory(org.apache.maven.plugin.logging.Log log,
String munitTest,
String munitTags,
Boolean skipAfterFailure,
MuleApplicationModelLoader muleApplicationModelLoader,
WorkingDirectoryGenerator workingDirectoryGenerator,
File munitSrcFolder,
Coverage coverage,
String pluginVersion,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session)
Copyright © 2018. All rights reserved.