Interface FlowExecutionOwner.Executable
- All Superinterfaces:
Queue.Executable
,Runnable
- Enclosing class:
- FlowExecutionOwner
Marker interface for queue executables from
FlowExecutionOwner.getExecutable()
.
A reasonable target type for TransientActionFactory
.-
Method Summary
Modifier and TypeMethodDescriptionGets the associated owner moniker.Methods inherited from interface hudson.model.Queue.Executable
getEstimatedDuration, getParent, getParentExecutable, run, toString
-
Method Details
-
asFlowExecutionOwner
Gets the associated owner moniker.- Returns:
- the owner, or null if this instance is somehow inapplicable
-