public class PMAReportNotificationHelper extends Object
Modifier and Type | Method and Description |
---|---|
static PMAReportNotificationHelper |
getInstance()
The default getInstance method with the singleton pattern.
|
String |
getTemplate(AnalysisOutput output)
Sends the PMA Analysis results to the users on the pipeline.
|
public static PMAReportNotificationHelper getInstance() throws IOException, URISyntaxException
IOException
- - In case the e-mail report templates cannot be loadedURISyntaxException
- - In case the e-mail report templates URIs are not validpublic String getTemplate(AnalysisOutput output)
output
- - the pipeline report output.Copyright © 2016–2022. All rights reserved.