Package org.jenkinsci.plugins.vmanager
Class ReportManager
java.lang.Object
org.jenkinsci.plugins.vmanager.ReportManager
- Author:
- tyanai
-
Constructor Summary
ConstructorsConstructorDescriptionReportManager
(Run<?, ?> build, SummaryReportParams summaryReportParams, VAPIConnectionParam vAPIConnectionParam, TaskListener listener, FilePath filePath) ReportManager
(SummaryReportParams summaryReportParams, VAPIConnectionParam vAPIConnectionParam, boolean testMode) -
Method Summary
Modifier and TypeMethodDescriptionbuildPostParamForSummaryReport
(boolean email) void
void
fetchFromRemoteURL
(String reportUrl) org.apache.http.impl.client.CloseableHttpClient
void
retrievReportFromServer
(boolean isStreamingOn, Launcher launcher)
-
Constructor Details
-
ReportManager
public ReportManager(Run<?, ?> build, SummaryReportParams summaryReportParams, VAPIConnectionParam vAPIConnectionParam, TaskListener listener, FilePath filePath) -
ReportManager
public ReportManager(SummaryReportParams summaryReportParams, VAPIConnectionParam vAPIConnectionParam, boolean testMode)
-
-
Method Details
-
buildPostParamForSummaryReport
- Throws:
Exception
-
fetchFromRemoteURL
- Throws:
Exception
-
retrievReportFromServer
- Throws:
Exception
-
emailSummaryReport
- Throws:
Exception
-
getReportFromWorkspace
-
fixUntrustCertificate
public org.apache.http.impl.client.CloseableHttpClient fixUntrustCertificate() throws IOException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException
-