Interface ArtifactsWatcherEx

    • Method Detail

      • addInternalArtifactsPath

        void addInternalArtifactsPath​(@NotNull
                                      String artifactsPath)
      • addBuildCachePath

        List<ArtifactsCollection> addBuildCachePath​(@NotNull
                                                    String cacheName,
                                                    @NotNull
                                                    String path)
        Adds given path to the cache with name cacheName
        Parameters:
        cacheName - cache name
        path - path to add
        Returns:
        a collection of artifacts that was supposed to be published (but might not have been published)
        Since:
        2022.06 // todo: version
      • interruptPublishing

        void interruptPublishing()