fr.jcgay.maven.profiler.reporting.template
Class Project

java.lang.Object
  extended by fr.jcgay.maven.profiler.reporting.template.Project

public class Project
extends Object


Constructor Summary
Project(String name, com.google.common.base.Stopwatch time)
           
 
Method Summary
 void addMojoTime(EntryAndTime<org.apache.maven.plugin.MojoExecution> mojoWithTime)
           
 List<EntryAndTime<org.apache.maven.plugin.MojoExecution>> getMojosWithTime()
           
 String getName()
           
 com.google.common.base.Stopwatch getTime()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Project

public Project(String name,
               com.google.common.base.Stopwatch time)
Method Detail

addMojoTime

public void addMojoTime(EntryAndTime<org.apache.maven.plugin.MojoExecution> mojoWithTime)

getName

public String getName()

getMojosWithTime

public List<EntryAndTime<org.apache.maven.plugin.MojoExecution>> getMojosWithTime()

getTime

public com.google.common.base.Stopwatch getTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.