Uses of Interface
org.jenkinsci.plugins.workflow.log.LogStorage
Packages that use 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
Classes in org.jenkinsci.plugins.workflow.log that implement LogStorageModifier and TypeClassDescriptionfinal classPlaceholder for storage broken by some kind of access error.final classSimple implementation of log storage in a single file that maintains a side file with an index indicating where node transitions occur.Methods in org.jenkinsci.plugins.workflow.log that return LogStorageModifier and TypeMethodDescriptionLogStorageFactory.forBuild(FlowExecutionOwner b) Checks whether we should handle a given build.static LogStoragestatic LogStorageLogStorage.of(FlowExecutionOwner b) Gets the available log storage method for a given build.