com.atlassian.maven.plugin.clover
Class CloverResetMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.atlassian.maven.plugin.clover.internal.AbstractCloverMojo
          extended by com.atlassian.maven.plugin.clover.internal.AbstractCloverInstrumentMojo
              extended by com.atlassian.maven.plugin.clover.CloverInstrumentInternalMojo
                  extended by com.atlassian.maven.plugin.clover.CloverResetMojo
All Implemented Interfaces:
CloverConfiguration, CompilerConfiguration, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class CloverResetMojo
extends CloverInstrumentInternalMojo


Field Summary
 
Fields inherited from class com.atlassian.maven.plugin.clover.CloverInstrumentInternalMojo
CLOVER_CORE_ARTIFACT_ID, CLOVER_CORE_GROUP_ID, repositories
 
Fields inherited from class com.atlassian.maven.plugin.clover.internal.AbstractCloverInstrumentMojo
cloveredArtifactExpiryInMillis, copyExcludedFiles, distributedCoverage, encoding, excludes, excludesList, flushPolicy, groverJar, includes, includesAllSourceRoots, includesList, includesTestSourceRoots, instrumentation, jdk, methodContexts, scope, setTestFailureIgnore, skipGroverJar, staleMillis, statementContexts, useCloverClassifier, useFullyQualifiedJavaLang
 
Fields inherited from class com.atlassian.maven.plugin.clover.internal.AbstractCloverMojo
cloverOutputDirectory, debug, license, licenseLocation, skip, snapshot
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CloverResetMojo()
           
 
Method Summary
 void execute()
          
 
Methods inherited from class com.atlassian.maven.plugin.clover.CloverInstrumentInternalMojo
calcIncludedFilesForGroovy, findCloverArtifact, getOriginalSrcDir, getOriginalSrcTestDir, getSrcName, getSrcTestName, redirectArtifact, redirectOutputDirectories, resetSrcDirsOriginal, setArtifactFactory, setArtifactResolver, swizzleCloverDependencies
 
Methods inherited from class com.atlassian.maven.plugin.clover.internal.AbstractCloverInstrumentMojo
getDistributedCoverage, getEncoding, getExcludes, getFlushPolicy, getIncludes, getInstrumentation, getInstrumentLambda, getJdk, getMethodContexts, getStaleMillis, getStatementContexts, isCopyExcludedFiles, isIncludesAllSourceRoots, isUseFullyQualifiedJavaLang
 
Methods inherited from class com.atlassian.maven.plugin.clover.internal.AbstractCloverMojo
areCloverDatabasesAvailable, getCloverDatabase, getCloverMergeDatabase, getDescendentModuleProjects, getFlushInterval, getModuleProjects, getProject, getReactorProjects, getResourceAsFile, getResourceManager, getWaitForFlush, isLastProjectInReactor, isModuleOfProject, isSingleCloverDatabase, registerCloverAntTasks, registerLicenseFile, registerLicenseFile, resolveCloverDatabase, setLicense, setLicenseLocation, setProject, setResourceManager, waitForFlush
 
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
 
Methods inherited from interface com.atlassian.maven.plugin.clover.internal.CompilerConfiguration
getFlushInterval
 
Methods inherited from interface com.atlassian.maven.plugin.clover.internal.CloverConfiguration
getCloverDatabase, getLog, getProject, getReactorProjects, isSingleCloverDatabase, resolveCloverDatabase
 

Constructor Detail

CloverResetMojo

public CloverResetMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Description copied from class: CloverInstrumentInternalMojo

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class CloverInstrumentInternalMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
See Also:
AbstractCloverMojo.execute()


Copyright © 2015 Atlassian Pty Ltd. All Rights Reserved.