Interface SystemProblemEntry


  • public interface SystemProblemEntry
    Links a system problem with a particular system entity: a Project, a VCS Root, a Build Type, a User, etc. If the problem isn't linked to any entity, it's considered as a whole system problem. When the problem is reported, it's assigned an unique integer identifier to it, which is also provided in this interface.
    Since:
    5.0
    • Method Detail

      • getId

        java.lang.String getId()
        Returns:
        the identifier of the problem
      • getProblem

        @NotNull
        SystemProblem getProblem()
        Returns:
        the system problem
      • getRelatedObject

        @Nullable
        java.lang.Object getRelatedObject()
        Returns:
        the entity related to the problem (a Project, a VCS Root, a Build Type, a User, etc.)