hudson.plugins.rubyMetrics
Class HtmlPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.rubyMetrics.AbstractRubyMetricsPublisher
hudson.plugins.rubyMetrics.HtmlPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
- Direct Known Subclasses:
- RcovPublisher, SaikuroPublisher
public abstract class HtmlPublisher
- extends AbstractRubyMetricsPublisher
| Nested classes/interfaces inherited from class hudson.tasks.Publisher |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
|
Field Summary |
protected java.lang.String |
reportDir
|
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Method Summary |
protected java.io.File[] |
getCoverageFiles(hudson.model.AbstractBuild<?,?> build,
java.io.FilenameFilter indexFilter)
|
java.lang.String |
getReportDir()
|
protected boolean |
moveReportsToBuildRootDir(hudson.FilePath workspace,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
|
protected boolean |
prepareMetricsReportBeforeParse(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
java.io.FilenameFilter indexFilter,
java.lang.String toolShortName)
|
| Methods inherited from class hudson.tasks.Recorder |
getDescriptor |
| Methods inherited from class hudson.tasks.Publisher |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, perform, perform, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
getProjectAction, perform, prebuild |
reportDir
protected java.lang.String reportDir
HtmlPublisher
public HtmlPublisher()
getReportDir
public java.lang.String getReportDir()
moveReportsToBuildRootDir
protected boolean moveReportsToBuildRootDir(hudson.FilePath workspace,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
prepareMetricsReportBeforeParse
protected boolean prepareMetricsReportBeforeParse(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
java.io.FilenameFilter indexFilter,
java.lang.String toolShortName)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
getCoverageFiles
protected java.io.File[] getCoverageFiles(hudson.model.AbstractBuild<?,?> build,
java.io.FilenameFilter indexFilter)
Copyright © 2009. All Rights Reserved.