Class NonExecutable
- java.lang.Object
-
- tech.grasshopper.pdf.pojo.cucumber.BaseEntity
-
- tech.grasshopper.pdf.pojo.cucumber.NonExecutable
-
public abstract class NonExecutable extends BaseEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>additionalDataprotected List<tech.grasshopper.pdf.annotation.Annotation>annotationsprotected List<String>authorsprotected Destinationdestinationprotected List<String>devicesprotected List<String>tags-
Fields inherited from class tech.grasshopper.pdf.pojo.cucumber.BaseEntity
endTime, name, startTime, status
-
-
Constructor Summary
Constructors Constructor Description NonExecutable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAdditionalData(String key, Object value)voidaddAnnotation(tech.grasshopper.pdf.annotation.Annotation annotation)Optional<Object>getAdditionalDataValue(String key)List<String>getAttributes(Class<? extends Attribute> cls)-
Methods inherited from class tech.grasshopper.pdf.pojo.cucumber.BaseEntity
calculatedDuration, checkData, checkTimeData
-
-
-
-
Field Detail
-
annotations
protected List<tech.grasshopper.pdf.annotation.Annotation> annotations
-
destination
protected Destination destination
-
-