Class ExternalMergeToolResult


  • public class ExternalMergeToolResult
    extends Object
    The external tool merge result.
    • Constructor Detail

      • ExternalMergeToolResult

        public ExternalMergeToolResult​(List<ExternalMergeToolProblem> mergeProblems,
                                       List<Long> mergedNodes)
        Creates a new instance.
        Parameters:
        mergeProblems - the external tool merge problems, cannot be null
        mergedNodes - the merged using external tool nodes, cannot be null
    • Method Detail

      • getMergeProblems

        public List<ExternalMergeToolProblem> getMergeProblems()
        Returns the external tool merge problems.
        Returns:
        the external tool merge problems, never null
      • getMergedNodes

        public List<Long> getMergedNodes()
        Returns the merged using external tool nodes.
        Returns:
        the merged using external tool nodes, never null