ch.ledcom.maven.sitespeed
Class SiteSpeedMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.ledcom.maven.sitespeed.SiteSpeedMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="sitespeed")
public class SiteSpeedMojo
- extends org.apache.maven.plugin.AbstractMojo
Generate a SiteSpeed.io report.
At the moment this Mojo is a simple wrapper around the sitespeed.io bash
script.
- Author:
- gehel
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
Main Mojo method. |
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 |
SiteSpeedMojo
public SiteSpeedMojo()
execute
public final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Main Mojo method.
- Throws:
org.apache.maven.plugin.MojoExecutionException
- in case of execution error
org.apache.maven.plugin.MojoFailureException
- in case of execution failure
Copyright © 2013 LedCom. All Rights Reserved.