Uses of Interface
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable
Packages that use 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.logMethods in org.jenkinsci.plugins.workflow.log that return types with arguments of type FlowExecutionOwner.ExecutableModifier 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.Methods in org.jenkinsci.plugins.workflow.log with parameters of type FlowExecutionOwner.ExecutableModifier and TypeMethodDescriptionFileLogStorage.getLogFile(FlowExecutionOwner.Executable build, boolean complete) Deprecated.default FileLogStorage.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().