Class RewriteManifestsAction

    • Method Detail

      • rewriteIf

        public RewriteManifestsAction rewriteIf​(java.util.function.Predicate<ManifestFile> newPredicate)
        Deprecated.
        Rewrites only manifests that match the given predicate.
        Parameters:
        newPredicate - a predicate
        Returns:
        this for method chaining
      • stagingLocation

        public RewriteManifestsAction stagingLocation​(java.lang.String newStagingLocation)
        Deprecated.
        Passes a location where the manifests should be written.
        Parameters:
        newStagingLocation - a staging location
        Returns:
        this for method chaining
      • useCaching

        public RewriteManifestsAction useCaching​(boolean newUseCaching)
        Deprecated.
        Configures whether the action should cache manifest entries used in multiple jobs.
        Parameters:
        newUseCaching - a flag whether to use caching
        Returns:
        this for method chaining