Package com.redhat.parodos.vmmigration
Class VmMigrationWorkFlowConfiguration
java.lang.Object
com.redhat.parodos.vmmigration.VmMigrationWorkFlowConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.redhat.parodos.workflows.workflow.WorkFlowmigrationStatusCheckerWorkflow(MigrationStatusWorkFlowChecker migrationStatusWorkFlowChecker) com.redhat.parodos.workflows.workflow.WorkFlowplanStatusCheckerWorkflow(PlanStatusWorkFlowChecker planStatusWorkFlowChecker)
-
Constructor Details
-
VmMigrationWorkFlowConfiguration
public VmMigrationWorkFlowConfiguration()
-
-
Method Details
-
planStatusCheckerWorkflow
@Bean public com.redhat.parodos.workflows.workflow.WorkFlow planStatusCheckerWorkflow(@Qualifier("planStatusWorkFlowChecker") PlanStatusWorkFlowChecker planStatusWorkFlowChecker) -
migrationStatusCheckerWorkflow
@Bean public com.redhat.parodos.workflows.workflow.WorkFlow migrationStatusCheckerWorkflow(@Qualifier("migrationStatusWorkFlowChecker") MigrationStatusWorkFlowChecker migrationStatusWorkFlowChecker)
-