public class ReleaseResult extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
SUCCESS |
static int |
UNDEFINED |
Constructor and Description |
---|
ReleaseResult() |
Modifier and Type | Method and Description |
---|---|
void |
appendDebug(String message) |
void |
appendDebug(String message,
Exception e) |
void |
appendError(Exception e) |
void |
appendError(String message) |
void |
appendError(String message,
Exception e) |
void |
appendInfo(String message) |
void |
appendOutput(String message) |
void |
appendWarn(String message) |
long |
getEndTime() |
String |
getOutput() |
StringBuffer |
getOutputBuffer()
Deprecated.
|
int |
getResultCode() |
long |
getStartTime() |
void |
setEndTime(long endTime) |
void |
setResultCode(int resultCode) |
void |
setStartTime(long startTime) |
public static final int UNDEFINED
public static final int SUCCESS
public static final int ERROR
public void appendInfo(String message)
public void appendWarn(String message)
public void appendDebug(String message)
public void appendError(String message)
public void appendError(Exception e)
public void appendOutput(String message)
public String getOutput()
public int getResultCode()
public void setResultCode(int resultCode)
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
@Deprecated public StringBuffer getOutputBuffer()
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.