public abstract class Executable extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<tech.grasshopper.pdf.annotation.Annotation> |
annotations |
protected List<tech.grasshopper.pdf.annotation.FileAnnotation> |
attachAnnotations |
protected List<Destination> |
destinations |
protected String |
errorMessage |
protected Feature |
feature |
protected String |
location |
protected List<String> |
media |
protected List<String> |
output |
protected Scenario |
scenario |
protected Status |
status |
endTime, name, startTime| Constructor and Description |
|---|
Executable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(tech.grasshopper.pdf.annotation.Annotation annotation) |
void |
addAttachAnnotation(tech.grasshopper.pdf.annotation.FileAnnotation annotation) |
abstract ExecutableDisplay |
getDisplay() |
calculatedDuration, checkData, checkTimeDataprotected Feature feature
protected Scenario scenario
protected Status status
protected String errorMessage
protected String location
protected List<tech.grasshopper.pdf.annotation.Annotation> annotations
protected List<Destination> destinations
protected List<tech.grasshopper.pdf.annotation.FileAnnotation> attachAnnotations
public void addAnnotation(tech.grasshopper.pdf.annotation.Annotation annotation)
public void addAttachAnnotation(tech.grasshopper.pdf.annotation.FileAnnotation annotation)
public abstract ExecutableDisplay getDisplay()
Copyright © 2022. All rights reserved.