Interface RssExecutionDirectoryManager

    • Method Detail

      • getRssExecutionDirectory

        Path getRssExecutionDirectory​(long repositoryId,
                                      @NotNull
                                      @NotNull String branch)
        Get directory for running RSS and storing execution cache
      • cleanExecutionCacheDirectory

        void cleanExecutionCacheDirectory​(long repositoryId)
        Clean RSS execution cache for whole repository (all branches)
      • cleanExecutionCacheDirectory

        void cleanExecutionCacheDirectory​(long repositoryId,
                                          @NotNull
                                          @NotNull String branch)
        Clean RSS execution cache for given repository and branch