org.apache.jmeter.testelement

Class ReportPage

Implemented Interfaces:
Cloneable, Serializable, TestElement

public class ReportPage
extends AbstractTestElement
implements Serializable

ReportPage

Field Summary

static String
REPORT_PAGE_CSS
static String
REPORT_PAGE_FOOTER
static String
REPORT_PAGE_HEADER
static String
REPORT_PAGE_INDEX
static String
REPORT_PAGE_INTRO
static String
REPORT_PAGE_TITLE

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

Constructor Summary

ReportPage()
No-arg constructor.

Method Summary

static ReportPage
createReportPage(String name)
String
getCSS()
String
getFooterURL()
String
getHeaderURL()
boolean
getIndex()
String
getIntroduction()
String
getTitle()
void
setCSS(String css)
void
setFooterURL(String url)
void
setHeaderURL(String url)
void
setIndex(String makeIndex)
void
setIntroduction(String intro)
void
setTitle(String title)

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty

Field Details

REPORT_PAGE_CSS

public static final String REPORT_PAGE_CSS

REPORT_PAGE_FOOTER

public static final String REPORT_PAGE_FOOTER

REPORT_PAGE_HEADER

public static final String REPORT_PAGE_HEADER

REPORT_PAGE_INDEX

public static final String REPORT_PAGE_INDEX

REPORT_PAGE_INTRO

public static final String REPORT_PAGE_INTRO

REPORT_PAGE_TITLE

public static final String REPORT_PAGE_TITLE

Constructor Details

ReportPage

public ReportPage()
No-arg constructor.

Method Details

createReportPage

public static ReportPage createReportPage(String name)

getCSS

public String getCSS()

getFooterURL

public String getFooterURL()

getHeaderURL

public String getHeaderURL()

getIndex

public boolean getIndex()

getIntroduction

public String getIntroduction()

getTitle

public String getTitle()

setCSS

public void setCSS(String css)

setFooterURL

public void setFooterURL(String url)

setHeaderURL

public void setHeaderURL(String url)

setIndex

public void setIndex(String makeIndex)

setIntroduction

public void setIntroduction(String intro)

setTitle

public void setTitle(String title)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.