Interface IIncidentProcessor

  • All Known Implementing Classes:
    BaseIncidentProcessor

    public interface IIncidentProcessor
    Incident processor is responsible for analyzing of externally provided statuses, selecting ones that belong to the respective business susbsystem and generating incident details based on the provided information.
    • Method Detail

      • getIncidentDetails

        IncidentDetails getIncidentDetails​(org.eclipse.core.runtime.IStatus status)
        Gets the incident details based on the provided status
        Parameters:
        status - The externall provided status related to the incident. Can't be null
        Returns:
        Incident details if this processor is capable of processing such states. null otherwise.