Class InvocationDiffView
java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.core.rest.view.InvocationOutput
com.xebialabs.deployit.core.rest.view.InvocationDiffView
The object container for transformation input, output and diff for documents.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.xebialabs.deployit.core.rest.view.InvocationOutput
getInput, getOutput, setInput, setOutputMethods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto
toString
-
Constructor Details
-
InvocationDiffView
public InvocationDiffView() -
InvocationDiffView
-
-
Method Details
-
getDiff
Returns diff object as string.- Returns:
- The diff for input and output adopted for text preview.
-
setDiff
Sets diff object as string.- Parameters:
diff- The diff for input and output adopted for text preview.
-