Skip to main content

FieldLogs

Root: FMTemplateDiffComparisonData

Note

All the attributes in the following table have the root element fmTemplateDiffComparisonData.

Accessing objects and their attributes using Freemarker is discussed here.

Attribute

Type

Description

templateDiffDataList

List<FMTemplateDiffData>

The list of FMTemplateDiffData in the correct order.

printType

String

The type of report. It can have the value "summary" or "full".

If there is an error, the value "unknown" is returned.

getHighlightHtmlDiff(String sourceString, String targetString)

Map<String,String>

This method takes two Strings as input, and returns highlighted HTML differences between them as a Map with the computed values.

listAllTemplateAttributeDiffTypes

List<String>

Returns all the different types of Template Attribute Differences.

listAllStepDiffTypes

List<String>

Returns all the different types of Step Differences.

listAllConfigurationDefinitionDiffTypes

List<String>

Returns all the different types of Configuration Definition Differences.