EventFailFastCheckBuilder |
EventFailFastCheckBuilder.after(ZonedDateTime after) |
Consider event after certain time.
|
EventFailFastCheckBuilder |
FailFastBuilder.events() |
|
EventFailFastCheckBuilder |
EventFailFastCheckBuilder.ofKinds(String... kinds) |
Array of demanded object kinds of events (case in-sensitive).
|
EventFailFastCheckBuilder |
EventFailFastCheckBuilder.ofMessages(String... messages) |
Regexes for demanded messages.
|
EventFailFastCheckBuilder |
EventFailFastCheckBuilder.ofNames(String... name) |
Regexes to match event involved object name.
|
EventFailFastCheckBuilder |
EventFailFastCheckBuilder.ofReasons(String... reasons) |
Array of demanded reasons of events (case in-sensitive).
|
EventFailFastCheckBuilder |
EventFailFastCheckBuilder.ofTypes(String... types) |
Array of demanded types of events (case in-sensitive).
|