public class ThemisReportAction extends ThemisAction
Modifier and Type | Field and Description |
---|---|
static String |
PATH_KEY |
static String |
TYPE_KEY |
Constructor and Description |
---|
ThemisReportAction(String instanceName,
String sourceKey)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addReport(Map<String,String> report)
Adds a new report.
|
void |
addReportFile(ReportFile reportFile)
Adds a new report file.
|
Map<String,List<String>> |
getReports() |
String |
getSourceKey() |
void |
setEnvVars(hudson.EnvVars envVars)
Sets the environment variables of the current build.
|
getInstanceName, isFailBuild, perform, setFailBuild
public static final String TYPE_KEY
public static final String PATH_KEY
public String getSourceKey()
public Map<String,List<String>> getReports()
public void addReportFile(ReportFile reportFile)
reportFile
- the report file to addpublic void setEnvVars(hudson.EnvVars envVars)
envVars
- the environment variablesCopyright © 2016–2018. All rights reserved.