htmlpublisher
Class HtmlPublisherTarget
java.lang.Object
htmlpublisher.HtmlPublisherTarget
public class HtmlPublisherTarget
- extends java.lang.Object
A representation of an HTML directory to archive and publish.
- Author:
- Mike Rooney
|
Constructor Summary |
HtmlPublisherTarget(java.lang.String reportName,
java.lang.String reportDir,
java.lang.String reportFiles,
boolean keepAll)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlPublisherTarget
@DataBoundConstructor
public HtmlPublisherTarget(java.lang.String reportName,
java.lang.String reportDir,
java.lang.String reportFiles,
boolean keepAll)
getReportName
public java.lang.String getReportName()
getReportDir
public java.lang.String getReportDir()
getReportFiles
public java.lang.String getReportFiles()
getKeepAll
public boolean getKeepAll()
getSanitizedName
public java.lang.String getSanitizedName()
getWrapperName
public java.lang.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 © 2010. All Rights Reserved.