public class ReportManager extends Object
Constructor and Description |
---|
ReportManager(hudson.model.Run<?,?> build,
SummaryReportParams summaryReportParams,
VAPIConnectionParam vAPIConnectionParam,
hudson.model.TaskListener listener,
hudson.FilePath filePath) |
ReportManager(SummaryReportParams summaryReportParams,
VAPIConnectionParam vAPIConnectionParam,
boolean testMode) |
Modifier and Type | Method and Description |
---|---|
String |
buildPostParamForSummaryReport(boolean email) |
void |
emailSummaryReport() |
void |
fetchFromRemoteURL(String reportUrl) |
org.apache.http.impl.client.CloseableHttpClient |
fixUntrustCertificate() |
String |
getReportFromWorkspace() |
void |
retrievReportFromServer(boolean isStreamingOn,
hudson.Launcher launcher) |
public ReportManager(hudson.model.Run<?,?> build, SummaryReportParams summaryReportParams, VAPIConnectionParam vAPIConnectionParam, hudson.model.TaskListener listener, hudson.FilePath filePath)
public ReportManager(SummaryReportParams summaryReportParams, VAPIConnectionParam vAPIConnectionParam, boolean testMode)
public String buildPostParamForSummaryReport(boolean email) throws Exception
Exception
public void fetchFromRemoteURL(String reportUrl) throws Exception
Exception
public void retrievReportFromServer(boolean isStreamingOn, hudson.Launcher launcher) throws Exception
Exception
public String getReportFromWorkspace()
public org.apache.http.impl.client.CloseableHttpClient fixUntrustCertificate() throws IOException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException
Copyright © 2016–2024 Cadence. All rights reserved.