|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
de.saumya.mojo.jruby.AbstractJRubyMojo
de.saumya.mojo.gem.AbstractGemMojo
de.saumya.mojo.rspec.RSpecMojo
public class RSpecMojo
executes the jruby command.
| Field Summary | |
|---|---|
protected File |
basedir
The project base directory |
protected List<String> |
classpathElements
The classpath elements of the project being tested. |
protected String |
reportDirectory
The directory where the RSpec report will be written to |
protected String |
reportName
The name of the RSpec report (optional, defaults to "rspec-report.html") |
protected boolean |
skip
The flag to skip tests (optional, defaults to "false") |
protected boolean |
skipTests
The flag to skip tests (optional, defaults to "false") |
protected String |
specSourceDirectory
The directory containing the RSpec source files |
protected Properties |
systemProperties
List of system properties to set for the tests. |
| Fields inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
includeOpenSSL, log |
| Fields inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
|---|
artifactFactory, artifacts, builder, classRealm, fork, gemHome, gemPath, home, launchDirectory, launchMemory, localRepository, metadata, outputDirectory, outputFile, project, remoteRepositories, resolver, verbose, version |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
RSpecMojo()
|
|
| Method Summary | |
|---|---|
void |
executeWithGems()
|
| Methods inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
execute, setupGems |
| Methods inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
|---|
binDirectory, binScript, execute, execute, execute, execute, execute, execute, executeScript, fileFromClassloader, launchDirectory, resolveJRUBYCompleteArtifact, resolveTransitively, setupEnv, setupEnv |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected File basedir
protected List<String> classpathElements
protected boolean skipTests
protected boolean skip
protected String specSourceDirectory
protected String reportDirectory
protected String reportName
protected Properties systemProperties
| Constructor Detail |
|---|
public RSpecMojo()
| Method Detail |
|---|
public void executeWithGems()
throws org.apache.maven.plugin.MojoExecutionException
executeWithGems in class AbstractGemMojoorg.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||