Uses of Interface
org.jenkinsci.plugins.workflow.log.LogStorage
Package
Description
APIs supporting the production and retrieval of log messages associated with Pipeline builds (
FlowExecutionOwner
) and individual steps (FlowNode
).-
Uses of LogStorage in org.jenkinsci.plugins.workflow.log
Modifier and TypeClassDescriptionfinal class
Placeholder for storage broken by some kind of access error.final class
Simple implementation of log storage in a single file that maintains a side file with an index indicating where node transitions occur.Modifier and TypeMethodDescriptionLogStorageFactory.forBuild
(FlowExecutionOwner b) Checks whether we should handle a given build.static LogStorage
static LogStorage
LogStorage.of
(FlowExecutionOwner b) Gets the available log storage method for a given build.