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