Skip to content

Commit

Permalink
Merge pull request #714 from jakub-bochenski/patch-4
Browse files Browse the repository at this point in the history
Add getter to triggerOnApprovedMergeRequest
  • Loading branch information
omehegan authored Mar 19, 2018
2 parents 80c3786 + 134ba48 commit a2b8394
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ public boolean isTriggerOnAcceptedMergeRequest() {
return triggerOnAcceptedMergeRequest;
}

public boolean isTriggerOnApprovedMergeRequest() {
return triggerOnApprovedMergeRequest;
}

public boolean isTriggerOnClosedMergeRequest() {
return triggerOnClosedMergeRequest;
}
Expand Down

0 comments on commit a2b8394

Please sign in to comment.