htmlpublisher
Class HtmlPublisherTarget
java.lang.Object
hudson.model.AbstractDescribableImpl<HtmlPublisherTarget>
htmlpublisher.HtmlPublisherTarget
- All Implemented Interfaces:
- hudson.model.Describable<HtmlPublisherTarget>
public class HtmlPublisherTarget
- extends hudson.model.AbstractDescribableImpl<HtmlPublisherTarget>
A representation of an HTML directory to archive and publish.
- Author:
- Mike Rooney
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlPublisherTarget
@DataBoundConstructor
public HtmlPublisherTarget(String reportName,
String reportDir,
String reportFiles,
boolean keepAll)
getReportName
public String getReportName()
getReportDir
public String getReportDir()
getReportFiles
public String getReportFiles()
getKeepAll
public boolean getKeepAll()
getSanitizedName
public String getSanitizedName()
getWrapperName
public String getWrapperName()
getArchiveTarget
public hudson.FilePath getArchiveTarget(hudson.model.AbstractBuild build)
handleAction
public void handleAction(hudson.model.AbstractBuild<?,?> build)
getProjectAction
public hudson.model.Action getProjectAction(hudson.model.AbstractProject project)
Copyright © 2004-2012 Hudson. All Rights Reserved.