Class SchedulerTaskAssertionsManager
- java.lang.Object
-
- step.plugins.notification.assertions.SchedulerTaskAssertionsManager
-
public class SchedulerTaskAssertionsManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ASSERTION_PLAN
static java.lang.String
ASSERTION_PLAN_EXECUTION
static java.lang.String
ASSERTION_PLAN_RESULT
static java.lang.String
ASSERTION_TASK_NAME
-
Constructor Summary
Constructors Constructor Description SchedulerTaskAssertionsManager(step.core.execution.model.ExecutionAccessor executionAccessor, step.core.scheduler.ExecutionTaskAccessor executionTaskAccessor, java.util.function.Supplier<step.core.scheduler.ExecutionScheduler> executionSchedulerSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeAssertionPlanIfAny(step.core.execution.ExecutionContext context)
boolean
isAssertionPlan(step.core.execution.model.ExecutionParameters executionParameters)
-
-
-
Field Detail
-
ASSERTION_PLAN_RESULT
public static final java.lang.String ASSERTION_PLAN_RESULT
- See Also:
- Constant Field Values
-
ASSERTION_PLAN_EXECUTION
public static final java.lang.String ASSERTION_PLAN_EXECUTION
- See Also:
- Constant Field Values
-
ASSERTION_TASK_NAME
public static final java.lang.String ASSERTION_TASK_NAME
- See Also:
- Constant Field Values
-
ASSERTION_PLAN
public static final java.lang.String ASSERTION_PLAN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SchedulerTaskAssertionsManager
public SchedulerTaskAssertionsManager(step.core.execution.model.ExecutionAccessor executionAccessor, step.core.scheduler.ExecutionTaskAccessor executionTaskAccessor, java.util.function.Supplier<step.core.scheduler.ExecutionScheduler> executionSchedulerSupplier)
-
-