public class RunResult extends Object
| Constructor and Description |
|---|
RunResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionMessage() |
String |
getExceptionStack() |
String |
getJobId() |
List<String> |
getLogs() |
String |
getOutput() |
int |
getResult() |
void |
setExceptionMessage(String exceptionMessage) |
void |
setExceptionStack(String exceptionStack) |
void |
setJobId(String jobId) |
void |
setLogs(List<String> logs) |
void |
setOutput(String output) |
void |
setResult(int result) |
public String getJobId()
public void setJobId(String jobId)
public int getResult()
public void setResult(int result)
public String getOutput()
public void setOutput(String output)
public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
public String getExceptionStack()
public void setExceptionStack(String exceptionStack)
Copyright © 2016. All rights reserved.