public class HtmlPublisherTarget extends hudson.model.AbstractDescribableImpl<HtmlPublisherTarget>
| Modifier and Type | Class and Description |
|---|---|
protected class |
HtmlPublisherTarget.BaseHTMLAction |
static class |
HtmlPublisherTarget.DescriptorImpl |
class |
HtmlPublisherTarget.HTMLAction |
class |
HtmlPublisherTarget.HTMLBuildAction |
static class |
HtmlPublisherTarget.HTMLPublishedForProjectMarkerAction
Hidden action, which indicates the build has been published on the project level.
|
| Constructor and Description |
|---|
HtmlPublisherTarget(String reportName,
String reportDir,
String reportFiles,
boolean keepAll,
boolean allowMissing)
|
HtmlPublisherTarget(String reportName,
String reportDir,
String reportFiles,
boolean keepAll,
boolean alwaysLinkToLastBuild,
boolean allowMissing)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getAllowMissing() |
boolean |
getAlwaysLinkToLastBuild() |
hudson.FilePath |
getArchiveTarget(hudson.model.Run build) |
boolean |
getKeepAll() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractItem item) |
String |
getReportDir() |
String |
getReportFiles() |
String |
getReportName() |
String |
getSanitizedName() |
String |
getWrapperName() |
void |
handleAction(hudson.model.Run<?,?> build)
Deprecated.
|
int |
hashCode() |
@Deprecated public HtmlPublisherTarget(String reportName, String reportDir, String reportFiles, boolean keepAll, boolean allowMissing)
@DataBoundConstructor public HtmlPublisherTarget(String reportName, String reportDir, String reportFiles, boolean keepAll, boolean alwaysLinkToLastBuild, boolean allowMissing)
reportName - Report namereportDir - Source directory in the job workspacereportFiles - Files to be publishedkeepAll - True if the report should be stored for all buildsalwaysLinkToLastBuild - If true, the job action will refer the latest build.
Otherwise, the latest successful one will be referencedallowMissing - If true, blocks the build failure if the report is missingpublic String getReportName()
public String getReportDir()
public String getReportFiles()
public boolean getAlwaysLinkToLastBuild()
public boolean getKeepAll()
public boolean getAllowMissing()
public String getSanitizedName()
public String getWrapperName()
public hudson.FilePath getArchiveTarget(hudson.model.Run build)
@Deprecated public void handleAction(hudson.model.Run<?,?> build)
public hudson.model.Action getProjectAction(hudson.model.AbstractItem item)
Copyright © 2004-2015. All Rights Reserved.