Uses of Class
org.eclipse.steady.goals.GoalConfigurationException
-
Packages that use GoalConfigurationException Package Description org.eclipse.steady.goals org.eclipse.steady.tasks -
-
Uses of GoalConfigurationException in org.eclipse.steady.goals
Methods in org.eclipse.steady.goals that throw GoalConfigurationException Modifier and Type Method Description protected voidAbstractGoal. checkPreconditions()CAN be overridden in subclasses.protected voidAbstractSpaceGoal. checkPreconditions()AllSpace-related goals need to have a tenant configured.voidAbstractGoal. executeSync()executeSync.protected voidAbstractAppGoal. prepareExecution()Cleans the cache of theBackendConnector.protected voidAbstractGoal. prepareExecution()Cleans the cache of theBackendConnector.protected voidBomGoal. prepareExecution()Cleans the cache of theBackendConnector.protected voidSequenceGoal. prepareExecution()Cleans the cache of theBackendConnector.voidAbstractGoal. start()Starts the goal execution. -
Uses of GoalConfigurationException in org.eclipse.steady.tasks
Methods in org.eclipse.steady.tasks that throw GoalConfigurationException Modifier and Type Method Description voidAbstractTask. configure(VulasConfiguration _cfg)Called prior toTask.execute().voidTask. configure(VulasConfiguration _cfg)Called prior toTask.execute().
-