org.apache.jmeter.report.writers
Interface PageSummary
- All Superinterfaces:
- Cloneable
- All Known Implementing Classes:
- DefaultPageSummary
- public interface PageSummary
- extends Cloneable
- Author:
- pete
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()
pageStarted
public void pageStarted()
pageEnded
public void pageEnded()
setFileName
public void setFileName(String file)
setPageTitle
public void setPageTitle(String title)
setSuccessful
public void setSuccessful(boolean success)
Copyright © 1998-2008 Apache Software Foundation. All Rights Reserved.