fr.jcgay.maven.profiler
Class Statistics
java.lang.Object
fr.jcgay.maven.profiler.Statistics
public class Statistics
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statistics
public Statistics()
setTopProject
public Statistics setTopProject(org.apache.maven.project.MavenProject topProject)
topProject
public org.apache.maven.project.MavenProject topProject()
setGoals
public Statistics setGoals(Set<String> goals)
goals
public Iterable<String> goals()
setProperties
public Statistics setProperties(Properties properties)
properties
public Properties properties()
projects
public Map<org.apache.maven.project.MavenProject,com.google.common.base.Stopwatch> projects()
executions
public com.google.common.collect.Table<org.apache.maven.project.MavenProject,org.apache.maven.plugin.MojoExecution,com.google.common.base.Stopwatch> executions()
downloads
public Map<org.eclipse.aether.artifact.Artifact,com.google.common.base.Stopwatch> downloads()
startProject
public Statistics startProject(org.apache.maven.project.MavenProject project)
startDownload
public Statistics startDownload(org.eclipse.aether.artifact.Artifact artifact)
startExecution
public Statistics startExecution(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.MojoExecution execution)
stopDownload
public Statistics stopDownload(org.eclipse.aether.artifact.Artifact artifact)
stopExecution
public Statistics stopExecution(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.MojoExecution execution)
stopProject
public Statistics stopProject(org.apache.maven.project.MavenProject project)
setStartTime
public void setStartTime(Date startTime)
getStartTime
public Date getStartTime()
Copyright © 2014–2017. All rights reserved.