public class ExecutionResponse extends BaseModel
| Constructor and Description |
|---|
ExecutionResponse(String build,
String title,
String suite,
Date start) |
ExecutionResponse(String build,
String title,
String suite,
List<String> tags,
Date start) |
ExecutionResponse(String build,
String title,
String suite,
List<String> tags,
Date start,
List<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(Action action) |
void |
addPlatform(Platform platform) |
void |
addTag(String tag) |
Copyright © 2021. All rights reserved.