htmlpublisher
Class HtmlPublisherTarget
java.lang.Object
htmlpublisher.HtmlPublisherTarget
public class HtmlPublisherTarget
- extends Object
A representation of an HTML directory to archive and publish.
- Author:
- Mike Rooney
| 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-2011. All Rights Reserved.