Class Execution
- java.lang.Object
-
- com.github.angleshq.angles.api.models.BaseModel
-
- com.github.angleshq.angles.api.models.execution.Execution
-
- All Implemented Interfaces:
Serializable
public class Execution extends BaseModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution(String build, String title, String suite, String feature, Date start)Execution(String build, String title, String suite, String feature, List<String> tags, Date start)Execution(String build, String title, String suite, String feature, List<String> tags, Date start, List<Action> actions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(Action action)voidaddPlatform(Platform platform)voidaddTag(String tag)
-