Class ExecutionOutputWriter

java.lang.Object
java.io.Writer
com.xebialabs.deployit.plumbing.ExecutionOutputWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class ExecutionOutputWriter extends Writer
  • Field Details

    • out

      protected Writer out
    • outputHandlers

      protected com.xebialabs.overthere.OverthereExecutionOutputHandler[] outputHandlers
  • Constructor Details

    • ExecutionOutputWriter

      public ExecutionOutputWriter(com.xebialabs.xlrelease.utils.SensitiveValueScrubber scrubber, Writer out, com.xebialabs.overthere.OverthereExecutionOutputHandler... outputHandlers)
  • Method Details