Interface LogStorageFactory

All Superinterfaces:
ExtensionPoint

@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public interface LogStorageFactory extends ExtensionPoint
Factory interface for LogStorage.
  • Method Details

    • forBuild

      @CheckForNull LogStorage forBuild(@NonNull FlowExecutionOwner b)
      Checks whether we should handle a given build.
      Parameters:
      b - a build about to start
      Returns:
      a mechanism for handling this build, or null to fall back to the next implementation or the default