public abstract class AbstractJasmineMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CUSTOM_RUNNER_CONFIGURATION_PARAM |
protected static String |
CUSTOM_RUNNER_TEMPLATE_PARAM |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected org.apache.maven.project.MavenProject |
getMavenProject() |
protected abstract void |
run(ServerConfiguration serverConfiguration,
JasmineConfiguration jasmineConfiguration) |
protected static final String CUSTOM_RUNNER_CONFIGURATION_PARAM
protected static final String CUSTOM_RUNNER_TEMPLATE_PARAM
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected final org.apache.maven.project.MavenProject getMavenProject()
protected abstract void run(ServerConfiguration serverConfiguration, JasmineConfiguration jasmineConfiguration) throws Exception
ExceptionCopyright © 2010–2018 Justin Searls. All rights reserved.