Interface IncidentTree

All Known Implementing Classes:
IncidentTreeImpl

public interface IncidentTree
A tree of incidents of a tree of jobs.
  • Method Details

    • getIncidents

      List<Incident> getIncidents()
      Return the incidents of the job associated with this tree.
    • getDescendants

      List<IncidentTree> getDescendants()
      Return all incidents of the job's descendants.