Class CSFreeMarker
java.lang.Object
com.crowdstrike.plugins.crwds.freemarker.CSFreeMarker
-
Method Summary
Modifier and TypeMethodDescriptionstatic CSFreeMarker
processAssessmentTemplate
(AssessmentData assessmentData, PolicyData policyData, boolean neverFail, String uniqueId)
-
Method Details
-
getInstance
- Throws:
IOException
URISyntaxException
-
processAssessmentTemplate
public String processAssessmentTemplate(AssessmentData assessmentData, PolicyData policyData, boolean neverFail, String uniqueId) throws IOException, freemarker.template.TemplateException - Throws:
IOException
freemarker.template.TemplateException
-
processPaginatedTemplate
public String processPaginatedTemplate(Reports.Report report) throws IOException, freemarker.template.TemplateException - Throws:
IOException
freemarker.template.TemplateException
-