public class NoOpTaskActions extends Object implements TaskActions
TaskActions which is mainly used for tests.| Constructor and Description |
|---|
NoOpTaskActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
failExternally(Throwable cause)
Fail the owning task with the given throwable.
|
public void failExternally(Throwable cause)
TaskActionsfailExternally in interface TaskActionscause - of the failureCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.