public class HtmlPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
HtmlPublisher(List<HtmlPublisherTarget> reportTargets) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
ArrayList<HtmlPublisherTarget> |
getReportTargets() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
ArrayList<String> |
readFile(String filePath) |
protected static String |
resolveParametersInString(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String input) |
all, getProjectAction, needsToRun, needsToRunAfterFinalized, prebuildgetProjectAction, perform, prebuild@DataBoundConstructor public HtmlPublisher(List<HtmlPublisherTarget> reportTargets)
public ArrayList<HtmlPublisherTarget> getReportTargets()
public ArrayList<String> readFile(String filePath) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected static String resolveParametersInString(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, String input)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2014 Hudson. All Rights Reserved.