public class ReportPage extends AbstractTestElement implements Serializable
Modifier and Type | Field and Description |
---|---|
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 |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
ReportPage()
No-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
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) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
public static final String REPORT_PAGE_TITLE
public static final String REPORT_PAGE_INDEX
public static final String REPORT_PAGE_CSS
public static final String REPORT_PAGE_HEADER
public static final String REPORT_PAGE_FOOTER
public static final String REPORT_PAGE_INTRO
public static ReportPage createReportPage(String name)
public String getTitle()
public void setTitle(String title)
public boolean getIndex()
public void setIndex(String makeIndex)
public String getCSS()
public void setCSS(String css)
public String getHeaderURL()
public void setHeaderURL(String url)
public String getFooterURL()
public void setFooterURL(String url)
public String getIntroduction()
public void setIntroduction(String intro)
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.