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

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

public class Data
extends Object


Constructor Summary
Data()
           
 
Method Summary
 com.google.common.base.Stopwatch getBuildTime()
           
 Date getDate()
           
 List<EntryAndTime<org.eclipse.aether.artifact.Artifact>> getDownloads()
           
 String getFormattedDate()
           
 String getGoals()
           
 String getName()
           
 Properties getParameters()
           
 List<Project> getProjects()
           
 com.google.common.base.Stopwatch getTotalDownloadTime()
           
 boolean isDownloadSectionDisplayed()
           
 Data setBuildTime(com.google.common.base.Stopwatch time)
           
 Data setDate(Date date)
           
 Data setDownloads(List<EntryAndTime<org.eclipse.aether.artifact.Artifact>> downloads)
           
 Data setGoals(String goals)
           
 Data setName(String name)
           
 Data setParameters(Properties parameters)
           
 Data setProjects(List<Project> projects)
           
 Data setTotalDownloadTime(com.google.common.base.Stopwatch time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data()
Method Detail

getProjects

public List<Project> getProjects()

getDownloads

public List<EntryAndTime<org.eclipse.aether.artifact.Artifact>> getDownloads()

getTotalDownloadTime

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

isDownloadSectionDisplayed

public boolean isDownloadSectionDisplayed()

getBuildTime

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

getDate

public Date getDate()

getFormattedDate

public String getFormattedDate()

getName

public String getName()

getGoals

public String getGoals()

getParameters

public Properties getParameters()

setProjects

public Data setProjects(List<Project> projects)

setDownloads

public Data setDownloads(List<EntryAndTime<org.eclipse.aether.artifact.Artifact>> downloads)

setTotalDownloadTime

public Data setTotalDownloadTime(com.google.common.base.Stopwatch time)

setBuildTime

public Data setBuildTime(com.google.common.base.Stopwatch time)

setDate

public Data setDate(Date date)

setName

public Data setName(String name)

setGoals

public Data setGoals(String goals)

setParameters

public Data setParameters(Properties parameters)


Copyright © 2014–2017. All rights reserved.