Skip to content

Commit

Permalink
Add getter for continueLoopOnFailure
Browse files Browse the repository at this point in the history
Add getter for continueLoopOnFailure
  • Loading branch information
GDLMadushanka committed May 21, 2024
1 parent 4fdedae commit ce73429
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,8 @@ public void setId(String id) {
public void setContinueLoopOnFailure(boolean continueOnFail) {
this.continueLoopOnFailure = continueOnFail;
}

public boolean getContinueLoopOnFailure() {
return this.continueLoopOnFailure;
}
}

0 comments on commit ce73429

Please sign in to comment.