Uses of Interface
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable
Package
Description
APIs supporting the production and retrieval of log messages associated with Pipeline builds (
FlowExecutionOwner
) and individual steps (FlowNode
).-
Uses of FlowExecutionOwner.Executable in org.jenkinsci.plugins.workflow.log
Modifier and TypeMethodDescriptionBrokenLogStorage.overallLog
(FlowExecutionOwner.Executable build, boolean complete) FileLogStorage.overallLog
(FlowExecutionOwner.Executable build, boolean complete) LogStorage.overallLog
(FlowExecutionOwner.Executable build, boolean complete) Provides an alternate way of retrieving output from a build.Modifier and TypeMethodDescriptionFileLogStorage.getLogFile
(FlowExecutionOwner.Executable build, boolean complete) Deprecated.default File
LogStorage.getLogFile
(FlowExecutionOwner.Executable build, boolean complete) Deprecated.BrokenLogStorage.overallLog
(FlowExecutionOwner.Executable build, boolean complete) FileLogStorage.overallLog
(FlowExecutionOwner.Executable build, boolean complete) LogStorage.overallLog
(FlowExecutionOwner.Executable build, boolean complete) Provides an alternate way of retrieving output from a build.
Run.getLogFile()
.