public class CommandResult extends Object
| Constructor and Description |
|---|
CommandResult(String sequence,
ICommand command,
List<Screenshot> screenshots,
Result result,
long startTime,
long endTime)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ICommand |
getCommand()
Get command.
|
long |
getDuration()
Get duration.
|
long |
getEndTime()
Get end time.
|
Result |
getResult()
Get result.
|
List<Screenshot> |
getScreenshots()
Get list of screenshot information.
|
String |
getSequence()
Get sequence.
|
long |
getStartTime()
Get start time.
|
public CommandResult(String sequence, ICommand command, List<Screenshot> screenshots, Result result, long startTime, long endTime)
sequence - sequence.command - command.screenshots - list of screenshot information.result - the result of above command.startTime - start time.endTime - end time.public String getSequence()
public ICommand getCommand()
public List<Screenshot> getScreenshots()
public Result getResult()
public long getStartTime()
public long getEndTime()
public long getDuration()
Copyright © 2016. All rights reserved.