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