Class InvocationDiffView


  • public class InvocationDiffView
    extends InvocationOutput
    The object container for transformation input, output and diff for documents.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDiff()
      Returns diff object as string.
      void setDiff​(java.lang.String diff)
      Sets diff object as string.
      • Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvocationDiffView

        public InvocationDiffView()
      • InvocationDiffView

        public InvocationDiffView​(java.lang.String input,
                                  java.lang.String output,
                                  java.lang.String diff)
    • Method Detail

      • getDiff

        public java.lang.String getDiff()
        Returns diff object as string.
        Returns:
        The diff for input and output adopted for text preview.
      • setDiff

        public void setDiff​(java.lang.String diff)
        Sets diff object as string.
        Parameters:
        diff - The diff for input and output adopted for text preview.