Class ProcessAnalysisTask
java.lang.Object
com.redhat.parodos.workflow.task.BaseWorkFlowTask
com.redhat.parodos.workflow.task.assessment.BaseAssessmentTask
com.redhat.parodos.examples.prebuilt.migrationtoolkit.ProcessAnalysisTask
- All Implemented Interfaces:
WorkFlowTask,Work,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
-
Field Summary
Fields inherited from class com.redhat.parodos.workflow.task.BaseWorkFlowTask
taskLogger -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProcessAnalysisTask(WorkFlowOption passOption, WorkFlowOption defaultOption, Predicate<MTAAnalysisReport.AnalysisIncidents> passCriteria, Notifier notifier) -
Method Summary
Methods inherited from class com.redhat.parodos.workflow.task.assessment.BaseAssessmentTask
getType, getWorkFlowOptionsMethods inherited from class com.redhat.parodos.workflow.task.BaseWorkFlowTask
addParameter, getAllParameters, getMainExecutionId, getName, getOptionalParameterValue, getProjectId, getRequiredParameterValue, getWorkFlowCheckers, preExecute, setBeanName, setWorkFlowCheckersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.redhat.parodos.workflow.task.WorkFlowTask
getAsJsonSchema, getWorkFlowTaskOutputs, getWorkFlowTaskParameters
-
Constructor Details
-
ProcessAnalysisTask
protected ProcessAnalysisTask(WorkFlowOption passOption, WorkFlowOption defaultOption, Predicate<MTAAnalysisReport.AnalysisIncidents> passCriteria, Notifier notifier) - Parameters:
passOption- option for a successful report analysisdefaultOption- default option to returnpassCriteria- the predicate to test against the report incidents from the analysis task
-
-
Method Details
-
execute
-