Interface BuildProblemsTicketManager

  • All Known Implementing Classes:
    BuildProblemsTicketManagerImpl

    public interface BuildProblemsTicketManager
    Stores system problem tickets and cancel tickets that are not relevant anymore(e.g. which were reported by removed build entity (feature, trigger, etc.))
    Since:
    2023.11
    • Method Detail

      • clearProblems

        void clearProblems​(@NotNull
                           SBuildType buildType,
                           @NotNull
                           String entityId)
      • clearProblems

        void clearProblems​(@NotNull
                           SBuildType buildType,
                           @NotNull
                           String entityId,
                           @NotNull
                           String problemType)
      • clearObsoleteProblems

        void clearObsoleteProblems​(@NotNull
                                   SBuildType buildType)
      • hasProblems

        boolean hasProblems​(@NotNull
                            SBuildType buildType)