htmlpublisher
Class HtmlPublisherTarget

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<HtmlPublisherTarget>
      extended by 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

Nested Class Summary
protected  class HtmlPublisherTarget.BaseHTMLAction
           
static class HtmlPublisherTarget.DescriptorImpl
           
 class HtmlPublisherTarget.HTMLAction
           
 class HtmlPublisherTarget.HTMLBuildAction
           
 
Constructor Summary
HtmlPublisherTarget(String reportName, String reportDir, String reportFiles, boolean keepAll)
           
 
Method Summary
 hudson.FilePath getArchiveTarget(hudson.model.AbstractBuild build)
           
 boolean getKeepAll()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject project)
           
 String getReportDir()
           
 String getReportFiles()
           
 String getReportName()
           
 String getSanitizedName()
           
 String getWrapperName()
           
 void handleAction(hudson.model.AbstractBuild<?,?> build)
           
 
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
 

Constructor Detail

HtmlPublisherTarget

@DataBoundConstructor
public HtmlPublisherTarget(String reportName,
                                                String reportDir,
                                                String reportFiles,
                                                boolean keepAll)
Method Detail

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.