public class ReportPublisher extends Object
Constructor and Description |
---|
ReportPublisher(List<Report> reportTargets) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Report> |
getReportTargets() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
ArrayList<String> |
readFile(String filePath) |
protected static String |
resolveParametersInString(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String input) |
public ArrayList<String> readFile(String filePath) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected static String resolveParametersInString(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, String input)
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException
InterruptedException
Copyright © 2016–2018. All rights reserved.