org.apache.jmeter.report.writers

Interface PageSummary

All Superinterfaces:
Cloneable
Known Implementing Classes:
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.

Method Summary

long
getElapsedTime()
long
getEndTimeStamp()
String
getFileName()
String
getPageTitle()
long
getStartTimeStamp()
boolean
isSuccessful()
void
pageEnded()
void
pageStarted()
void
setFileName(String file)
void
setPageTitle(String title)
void
setSuccessful(boolean success)

Method Details

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.