Uses of Class
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner
Package
Description
APIs supporting the production and retrieval of log messages associated with Pipeline builds (
FlowExecutionOwner
) and individual steps (FlowNode
).-
Uses of FlowExecutionOwner in org.jenkinsci.plugins.workflow.flow
Modifier and TypeMethodDescriptionFlowExecutionOwner.Executable.asFlowExecutionOwner()
Gets the associated owner moniker.static FlowExecutionOwner
FlowExecutionOwner.dummyOwner()
A placeholder implementation for use in compatibility stubs.abstract FlowExecutionOwner
FlowExecution.getOwner()
Modifier and TypeMethodDescriptionfinal void
FlowCopier.ByRun.copy
(FlowExecutionOwner original, FlowExecutionOwner copy) abstract void
FlowCopier.copy
(FlowExecutionOwner original, FlowExecutionOwner copy) Copies any required metadata or files from one to another.FlowDefinition.create
(FlowExecutionOwner handle, TaskListener listener, List<? extends Action> actions) Starts a brand new execution of this definition from the beginning.FlowDefinition.create
(FlowExecutionOwner handle, List<? extends Action> actions) Deprecated.void
FlowExecution.onLoad
(FlowExecutionOwner owner) Should be called by the flow owner after it is deserialized.void
FlowExecutionList.register
(FlowExecutionOwner self) It is the responsibility of theFlowExecutionOwner
to register itself before it starts executing.void
FlowExecutionList.unregister
(FlowExecutionOwner self) -
Uses of FlowExecutionOwner in org.jenkinsci.plugins.workflow.log
Modifier and TypeMethodDescriptionstatic BuildListener
TaskListenerDecorator.apply
(TaskListener listener, FlowExecutionOwner owner, TaskListenerDecorator mainDecorator) Wraps a logger in a supplied decorator as well as any available fromTaskListenerDecorator.Factory
s.LogStorageFactory.forBuild
(FlowExecutionOwner b) Checks whether we should handle a given build.static LogStorage
LogStorage.of
(FlowExecutionOwner b) Gets the available log storage method for a given build.TaskListenerDecorator.Factory.of
(FlowExecutionOwner owner) Supplies a decorator applicable to one build. -
Uses of FlowExecutionOwner in org.jenkinsci.plugins.workflow.pickles
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<?>
Pickle.rehydrate
(FlowExecutionOwner owner) Start preparing rehydration of this value, and when it's ready or fail, report that to the given call.