org.apache.jmeter.report.writers
public class DefaultPageSummary extends Object implements PageSummary
Constructor and Description |
---|
DefaultPageSummary() |
Modifier and Type | Method and Description |
---|---|
long |
getElapsedTime()
Returns the elapsed time in milliseconds
|
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) |
public long getElapsedTime()
getElapsedTime
in interface PageSummary
public long getEndTimeStamp()
getEndTimeStamp
in interface PageSummary
public String getFileName()
getFileName
in interface PageSummary
public String getPageTitle()
getPageTitle
in interface PageSummary
public long getStartTimeStamp()
getStartTimeStamp
in interface PageSummary
public boolean isSuccessful()
isSuccessful
in interface PageSummary
public void pageStarted()
pageStarted
in interface PageSummary
public void pageEnded()
pageEnded
in interface PageSummary
public void setFileName(String file)
setFileName
in interface PageSummary
public void setPageTitle(String title)
setPageTitle
in interface PageSummary
public void setSuccessful(boolean success)
setSuccessful
in interface PageSummary
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.