public class Execution extends BaseModel
| Constructor and Description |
|---|
Execution(BuildResponse build,
String title,
String suite,
Date start) |
Execution(BuildResponse build,
String title,
String suite,
List<String> tags,
Date start) |
Execution(BuildResponse 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) |
public Execution(BuildResponse build, String title, String suite, Date start)
public Execution(BuildResponse build, String title, String suite, List<String> tags, Date start)
Copyright © 2021. All rights reserved.