Class Executable
- java.lang.Object
-
- tech.grasshopper.pdf.pojo.cucumber.BaseEntity
-
- tech.grasshopper.pdf.pojo.cucumber.Executable
-
public abstract class Executable extends BaseEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected List<tech.grasshopper.pdf.annotation.Annotation>annotationsprotected List<tech.grasshopper.pdf.annotation.FileAnnotation>attachAnnotationsprotected List<Destination>destinationsprotected StringerrorMessageprotected Featurefeatureprotected Stringlocationprotected List<String>mediaprotected List<String>outputprotected Scenarioscenarioprotected Statusstatus-
Fields inherited from class tech.grasshopper.pdf.pojo.cucumber.BaseEntity
endTime, name, startTime
-
-
Constructor Summary
Constructors Constructor Description Executable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddAnnotation(tech.grasshopper.pdf.annotation.Annotation annotation)voidaddAttachAnnotation(tech.grasshopper.pdf.annotation.FileAnnotation annotation)abstract ExecutableDisplaygetDisplay()-
Methods inherited from class tech.grasshopper.pdf.pojo.cucumber.BaseEntity
calculatedDuration, checkData, checkTimeData
-
-
-
-
Field Detail
-
feature
protected Feature feature
-
scenario
protected Scenario scenario
-
status
protected Status status
-
errorMessage
protected String errorMessage
-
location
protected String location
-
annotations
protected List<tech.grasshopper.pdf.annotation.Annotation> annotations
-
destinations
protected List<Destination> destinations
-
attachAnnotations
protected List<tech.grasshopper.pdf.annotation.FileAnnotation> attachAnnotations
-
-
Method Detail
-
addAnnotation
public void addAnnotation(tech.grasshopper.pdf.annotation.Annotation annotation)
-
addAttachAnnotation
public void addAttachAnnotation(tech.grasshopper.pdf.annotation.FileAnnotation annotation)
-
getDisplay
public abstract ExecutableDisplay getDisplay()
-
-