org.apache.jmeter.report.writers
Interface PageSummary
- Cloneable
- DefaultPageSummary
public interface PageSummary
extends Cloneable
PageSummary defines the summary of a report page and the runtime
information for debugging and logging purposes. It's a good idea
to return summary so that automated process can start the report
and a summary of how the reports ran.
getElapsedTime
public long getElapsedTime()
getEndTimeStamp
public long getEndTimeStamp()
getFileName
public String getFileName()
getPageTitle
public String getPageTitle()
getStartTimeStamp
public long getStartTimeStamp()
isSuccessful
public boolean isSuccessful()
pageEnded
public void pageEnded()
pageStarted
public void pageStarted()
setFileName
public void setFileName(String file)
setPageTitle
public void setPageTitle(String title)
setSuccessful
public void setSuccessful(boolean success)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.