Interface DeletedEntityTracker

    • Method Detail

      • consumeDeletedBuildUuids

        void consumeDeletedBuildUuids​(@NotNull
                                      Set<String> originProjectIntIds,
                                      @NotNull
                                      Consumer<String> consumer)
      • consumeDeletedVcsRootUuids

        void consumeDeletedVcsRootUuids​(@NotNull
                                        Set<String> originProjectIntIds,
                                        @NotNull
                                        Consumer<String> consumer)
      • getProjectUuids

        @NotNull
        Set<String> getProjectUuids​(@NotNull
                                    SProject originProject)
      • getBuildUuids

        @NotNull
        Set<String> getBuildUuids​(@NotNull
                                  SProject originProject)
      • getVcsRootUuids

        @NotNull
        Set<String> getVcsRootUuids​(@NotNull
                                    SProject originProject)