| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,com.atlassian.clover.reporters.util.CloverChartFactory.ChartInfo> |
charts |
protected static ThreadLocal<List<com.atlassian.clover.reporters.Column>> |
columnsTL |
protected static ThreadLocal<com.atlassian.clover.context.ContextSet> |
contextSetTL |
protected com.atlassian.clover.CloverDatabase |
database |
protected com.atlassian.clover.registry.entities.FullFileInfo |
fileInfo |
protected com.atlassian.clover.registry.entities.FullProjectInfo |
fullModel |
protected com.atlassian.clover.reporters.html.HtmlRenderingSupportImpl |
renderingHelper |
protected com.atlassian.clover.reporters.Current |
reportConfig |
protected List<com.atlassian.clover.registry.entities.TestCaseInfo>[] |
testLineInfo |
protected clover.org.apache.velocity.VelocityContext |
velocity |
| Constructor and Description |
|---|
RenderFileAction(com.atlassian.clover.registry.entities.FullFileInfo fileInfo,
com.atlassian.clover.reporters.html.HtmlRenderingSupportImpl renderingHelper,
com.atlassian.clover.reporters.Current report,
clover.org.apache.velocity.VelocityContext velocity,
com.atlassian.clover.CloverDatabase database,
com.atlassian.clover.registry.entities.FullProjectInfo fullModel,
Map<Integer,com.atlassian.clover.reporters.util.CloverChartFactory.ChartInfo> charts) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
protected static String |
createOutFileBaseName(String basename) |
protected com.atlassian.clover.context.ContextSet |
getContextSet() |
static void |
initThreadLocals()
Initialises all thread locals.
|
com.atlassian.clover.registry.entities.FullFileInfo |
insertSrcFileProperties() |
void |
render() |
static void |
resetThreadLocals()
Resets all thread locals.
|
protected static ThreadLocal<List<com.atlassian.clover.reporters.Column>> columnsTL
protected static ThreadLocal<com.atlassian.clover.context.ContextSet> contextSetTL
protected final com.atlassian.clover.registry.entities.FullFileInfo fileInfo
protected final com.atlassian.clover.reporters.html.HtmlRenderingSupportImpl renderingHelper
protected final com.atlassian.clover.reporters.Current reportConfig
protected final clover.org.apache.velocity.VelocityContext velocity
protected final com.atlassian.clover.CloverDatabase database
protected final com.atlassian.clover.registry.entities.FullProjectInfo fullModel
protected final Map<Integer,com.atlassian.clover.reporters.util.CloverChartFactory.ChartInfo> charts
protected List<com.atlassian.clover.registry.entities.TestCaseInfo>[] testLineInfo
public RenderFileAction(com.atlassian.clover.registry.entities.FullFileInfo fileInfo,
com.atlassian.clover.reporters.html.HtmlRenderingSupportImpl renderingHelper,
com.atlassian.clover.reporters.Current report,
clover.org.apache.velocity.VelocityContext velocity,
com.atlassian.clover.CloverDatabase database,
com.atlassian.clover.registry.entities.FullProjectInfo fullModel,
Map<Integer,com.atlassian.clover.reporters.util.CloverChartFactory.ChartInfo> charts)
public static void initThreadLocals()
call() method .public static void resetThreadLocals()
ThreadLocal.remove() can't be used since it is since jdk 1.5 .public com.atlassian.clover.registry.entities.FullFileInfo insertSrcFileProperties()
throws clover.antlr.TokenStreamException,
com.atlassian.clover.reporters.json.JSONException
clover.antlr.TokenStreamExceptioncom.atlassian.clover.reporters.json.JSONExceptionprotected com.atlassian.clover.context.ContextSet getContextSet()
Copyright © 2018. All rights reserved.