Modifier and Type | Class and Description |
---|---|
protected class |
Report.BaseHTMLAction |
class |
Report.HTMLAction |
class |
Report.HTMLBuildAction |
Constructor and Description |
---|
Report(String reportName,
String reportDir,
String reportFiles,
boolean keepAll,
boolean allowMissing) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowMissing() |
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) |
public String getReportName()
public String getReportDir()
public String getReportFiles()
public boolean getKeepAll()
public boolean getAllowMissing()
public String getSanitizedName()
public String getWrapperName()
public hudson.FilePath getArchiveTarget(hudson.model.AbstractBuild build)
public void handleAction(hudson.model.AbstractBuild<?,?> build)
public hudson.model.Action getProjectAction(hudson.model.AbstractProject project)
Copyright © 2016–2018. All rights reserved.