Class InvocationOutput

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.core.rest.view.InvocationOutput
Direct Known Subclasses:
InvocationDiffView

public class InvocationOutput extends com.xebialabs.deployit.engine.api.dto.AbstractDto
The object container for transformation input and output documents.
  • Constructor Details

    • InvocationOutput

      public InvocationOutput()
    • InvocationOutput

      public InvocationOutput(String input, String output)
  • Method Details

    • getInput

      public String getInput()
      Returns input object as string.
      Returns:
      The input document for transformation.
    • setInput

      public void setInput(String input)
      Sets input object as string.
      Parameters:
      input - The input document for transformation.
    • getOutput

      public String getOutput()
      Returns output object as string.
      Returns:
      The output document from transformation.
    • setOutput

      public void setOutput(String output)
      Sets output object as string.
      Parameters:
      output - The output document from transformation.