public interface IncidentTree
| Modifier and Type | Method and Description |
|---|---|
List<IncidentTree> |
getDescendants()
Return all incidents of the job's descendants.
|
List<Incident> |
getIncidents()
Return the incidents of the job associated with this tree.
|
List<Incident> getIncidents()
List<IncidentTree> getDescendants()
Copyright © 2009–2020 Opencast Project. All rights reserved.