Thanks for the clarification.
The following

```groovy
def trial(x) {
  before: {statement_1
  }
  during: {
    statement_2
  }
  after: {
    statement_3
  }
}
```

Reply via email to