Class ReleaseResult

java.lang.Object
org.apache.maven.shared.release.ReleaseResult

public class ReleaseResult extends Object
Author:
Edwin Punzalan
  • Field Details

  • Constructor Details

    • ReleaseResult

      public ReleaseResult()
  • Method Details

    • appendInfo

      public void appendInfo(String message)
      Append Info message to the output.
      Parameters:
      message - the message to append
    • appendWarn

      public void appendWarn(String message)
      Append warning message to the output.
      Parameters:
      message - the message to append
    • appendDebug

      public void appendDebug(String message)
      Append debug message to the output.
      Parameters:
      message - the message to append
    • appendDebug

      public void appendDebug(String message, Exception e)
      Append error message to the output.
      Parameters:
      message - the message to append
      e - the exception to append
    • appendError

      public void appendError(String message)
      Append error message to the output.
      Parameters:
      message - the message to append
    • appendError

      public void appendError(Exception e)
      Append error exception to the output
      Parameters:
      e - the exception to append
    • appendError

      public void appendError(String message, Exception e)
      Append stack trace to the output
      Parameters:
      message - the message to append
      e - the exception to append
    • appendOutput

      public void appendOutput(String message)
      Append message to the output.
      Parameters:
      message - the message to append
    • getOutput

      public String getOutput()
    • getResultCode

      public int getResultCode()
    • setResultCode

      public void setResultCode(int resultCode)
    • getStartTime

      public long getStartTime()
    • setStartTime

      public void setStartTime(long startTime)
    • getEndTime

      public long getEndTime()
    • setEndTime

      public void setEndTime(long endTime)