We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onLoad(FlowExecutionOwner)
IOException
1 parent 7f5f175 commit 3584cb4Copy full SHA for 3584cb4
src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java
@@ -109,7 +109,7 @@ public FlowDurabilityHint getDurabilityHint() {
109
/**
110
* Should be called by the flow owner after it is deserialized.
111
*/
112
- public /*abstract*/ void onLoad(FlowExecutionOwner owner) {
+ public /*abstract*/ void onLoad(FlowExecutionOwner owner) throws IOException {
113
if (Util.isOverridden(FlowExecution.class, getClass(), "onLoad")) {
114
onLoad();
115
}
0 commit comments