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