Interface LogStorage

  • All Known Implementing Classes:
    BrokenLogStorage, FileLogStorage

    @Restricted(org.kohsuke.accmod.restrictions.Beta.class)
    public interface LogStorage
    Means of replacing how logs are stored for a Pipeline build as a whole or for one step. UTF-8 encoding is assumed throughout.
    See Also:
    JEP-210: Pluggable log storage