fr.jcgay.maven.profiler.reporting.template
Class Data
java.lang.Object
fr.jcgay.maven.profiler.reporting.template.Data
public class Data
- extends Object
|
Constructor Summary |
Data()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Data
public Data()
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.