public class StepResult extends Object
| Constructor and Description |
|---|
StepResult(Map<String,Object> map) |
StepResult(Step step,
Result result,
String stepLog,
List<Embed> embeds,
List<FeatureResult> callResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEmbed(Embed embed) |
void |
appendToStepLog(String log) |
List<FeatureResult> |
getCallResults() |
List<Embed> |
getEmbeds() |
String |
getErrorMessage() |
Result |
getResult() |
Step |
getStep() |
String |
getStepLog() |
boolean |
isHidden() |
boolean |
isShowLog() |
boolean |
isStopped() |
void |
setHidden(boolean hidden) |
void |
setShowLog(boolean showLog) |
Map<String,Object> |
toMap() |
public String getErrorMessage()
public void appendToStepLog(String log)
public void setHidden(boolean hidden)
public boolean isHidden()
public boolean isShowLog()
public void setShowLog(boolean showLog)
public boolean isStopped()
public Step getStep()
public Result getResult()
public String getStepLog()
public void addEmbed(Embed embed)
public List<FeatureResult> getCallResults()
Copyright © 2020. All rights reserved.