Uses of Class
com.redhat.parodos.workflow.option.WorkFlowOption
Packages that use WorkFlowOption
-
Uses of WorkFlowOption in com.redhat.parodos.workflow.option
Methods in com.redhat.parodos.workflow.option that return WorkFlowOptionModifier and TypeMethodDescriptionWorkFlowOption.Builder.build()WorkFlowOptions.getCurrentVersion()Methods in com.redhat.parodos.workflow.option that return types with arguments of type WorkFlowOptionModifier and TypeMethodDescriptionWorkFlowOptions.addContinuationOption(WorkFlowOption continuationOption) WorkFlowOptions.addMigrationOption(WorkFlowOption migrationOption) Add a Migration option to the migration option listWorkFlowOptions.addNewInfrastrutureOption(WorkFlowOption newOption) Add an Infrastructure option to the new Infrastructure options listWorkFlowOptions.addOtherOption(WorkFlowOption otherOption) WorkFlowOptions.addUpgradeOption(WorkFlowOption upgradeOption) WorkFlowOptions.getContinuationOptions()Add a Continuation OptionsWorkFlowOptions.getMigrationOptions()WorkFlowOptions.getNewOptions()WorkFlowOptions.getOtherOptions()Add an Other option to the existing other OptionsWorkFlowOptions.getUpgradeOptions()Add an Upgrade option to the existing upgrade OptionsMethods in com.redhat.parodos.workflow.option with parameters of type WorkFlowOptionModifier and TypeMethodDescriptionWorkFlowOptions.addContinuationOption(WorkFlowOption continuationOption) WorkFlowOptions.Builder.addContinuationOption(WorkFlowOption continuationOption) WorkFlowOptions.addMigrationOption(WorkFlowOption migrationOption) Add a Migration option to the migration option listWorkFlowOptions.Builder.addMigrationOption(WorkFlowOption migrationOption) WorkFlowOptions.addNewInfrastrutureOption(WorkFlowOption newOption) Add an Infrastructure option to the new Infrastructure options listWorkFlowOptions.Builder.addNewOption(WorkFlowOption newOption) WorkFlowOptions.addOtherOption(WorkFlowOption otherOption) WorkFlowOptions.Builder.addOtherOption(WorkFlowOption otherOption) WorkFlowOptions.addUpgradeOption(WorkFlowOption upgradeOption) WorkFlowOptions.Builder.addUpgradeOption(WorkFlowOption updgradeOption) WorkFlowOptions.Builder.setCurrentInfrastructure(WorkFlowOption currentVersion) voidWorkFlowOptions.setCurrentVersion(WorkFlowOption currentVersion) Method parameters in com.redhat.parodos.workflow.option with type arguments of type WorkFlowOptionModifier and TypeMethodDescriptionvoidWorkFlowOptions.setContinuationOptions(List<WorkFlowOption> continuationOptions) voidWorkFlowOptions.setMigrationOptions(List<WorkFlowOption> migrationOptions) voidWorkFlowOptions.setNewOptions(List<WorkFlowOption> newOptions) voidWorkFlowOptions.setOtherOptions(List<WorkFlowOption> otherOptions) voidWorkFlowOptions.setUpgradeOptions(List<WorkFlowOption> upgradeOptions) -
Uses of WorkFlowOption in com.redhat.parodos.workflow.task.assessment
Methods in com.redhat.parodos.workflow.task.assessment that return types with arguments of type WorkFlowOptionConstructor parameters in com.redhat.parodos.workflow.task.assessment with type arguments of type WorkFlowOption