Skip to content

Commit 9044f39

Browse files
committed
Missing get accessor prevents saving of the property value
1 parent 080add9 commit 9044f39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/ExecuteDslScripts.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ public boolean isIgnoreExisting() {
159159
return ignoreExisting;
160160
}
161161

162+
public boolean isSimulate() {
163+
return simulate;
164+
}
165+
162166
public RemovedJobAction getRemovedJobAction() {
163167
return removedJobAction;
164168
}

0 commit comments

Comments
 (0)