Skip to content

Commit

Permalink
Add set binding methods (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 authored Feb 18, 2020
1 parent 79059ba commit d290db9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public void setEntryPoint(String entryPoint) {
this.entryPoint = entryPoint;
}

public void setBindings(List<Binding> bindings) {
this.bindings = bindings;
}

public void validate() {
checkMultipleTrigger();

Expand Down

0 comments on commit d290db9

Please sign in to comment.