Interface LogStorageFactory
- All Superinterfaces:
ExtensionPoint
@Restricted(org.kohsuke.accmod.restrictions.Beta.class)
public interface LogStorageFactory
extends ExtensionPoint
Factory interface for
LogStorage
.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether we should handle a given build.
-
Method Details
-
forBuild
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
-