| Modifier and Type | Method and Description |
|---|---|
Rule |
build() |
Rule.Builder |
description(String description) |
Rule.Builder |
given(String given) |
Rule.Builder |
then(String then) |
Rule.Builder |
when(String when) |
public Builder(String name)
public Rule.Builder description(String description)
public Rule.Builder when(String when)
public Rule.Builder then(String then)
public Rule.Builder given(String given)
public Rule build()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.