public class WaptPro
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
WaptPro.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
WaptPro(String reportsFolder,
String reportFiles,
boolean checkTestResult) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCheckTestResult() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
String |
getReportFiles() |
String |
getReportsFolder() |
WaptProTarget |
getReportTarget() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
ArrayList<String> |
readFile(String filePath) |
protected ArrayList<String> |
readLines(String filename) |
protected static String |
resolveParametersInString(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String input) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic WaptProTarget getReportTarget()
public String getReportFiles()
public boolean getCheckTestResult()
public String getReportsFolder()
public ArrayList<String> readFile(String filePath) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected static String resolveParametersInString(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, String input)
protected ArrayList<String> readLines(String filename) throws IOException
IOExceptionpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016 SoftLogica. All rights reserved.