Package org.openmetadata.service.jdbi3
Class TestCaseRepository.TestCaseFailureResolutionTaskWorkflow
java.lang.Object
org.openmetadata.service.jdbi3.FeedRepository.TaskWorkflow
org.openmetadata.service.jdbi3.TestCaseRepository.TestCaseFailureResolutionTaskWorkflow
- Enclosing class:
- TestCaseRepository
public static class TestCaseRepository.TestCaseFailureResolutionTaskWorkflow
extends FeedRepository.TaskWorkflow
-
Field Summary
Fields inherited from class org.openmetadata.service.jdbi3.FeedRepository.TaskWorkflow
threadContext -
Method Summary
Modifier and TypeMethodDescriptionvoidIf we close the task, we'll flag the incident as Resolved as a False Positive, if it is not resolved yet.performTask(String userName, ResolveTask resolveTask) If the task is resolved, we'll resolve the Incident with the given reasonMethods inherited from class org.openmetadata.service.jdbi3.FeedRepository.TaskWorkflow
getAbout, getTaskType
-
Method Details
-
performTask
If the task is resolved, we'll resolve the Incident with the given reason- Specified by:
performTaskin classFeedRepository.TaskWorkflow
-
closeTask
If we close the task, we'll flag the incident as Resolved as a False Positive, if it is not resolved yet. Closing the task means that the incident is not applicable.- Overrides:
closeTaskin classFeedRepository.TaskWorkflow
-