Uses of Class
org.eclipse.steady.goals.AbstractGoal
-
Packages that use AbstractGoal Package Description org.eclipse.steady.backend org.eclipse.steady.goals -
-
Uses of AbstractGoal in org.eclipse.steady.backend
Methods in org.eclipse.steady.backend with parameters of type AbstractGoal Modifier and Type Method Description booleanBackendConnector. uploadGoalExecution(GoalContext _ctx, AbstractGoal _gexe, boolean _before)Returns true if the upload succeeded or the upload cannot be performed (because the application does not exist), false otherwise. -
Uses of AbstractGoal in org.eclipse.steady.goals
Subclasses of AbstractGoal in org.eclipse.steady.goals Modifier and Type Class Description classAbstractAppGoalRepresents an analysis goal executed in the context of a givenApplication.classAbstractSpaceGoalRepresents a goal executed in the context of a givenSpace.classBomGoalBomGoal class.classCheckverGoalCheckverGoal class.classCleanGoalCleanGoal class.classReportGoalReportGoal class.classSequenceGoalSequenceGoal class.classSpaceCleanGoalSpaceCleanGoal class.classSpaceDelGoalSpaceDelGoal class.classSpaceModGoalSpaceModGoal class.classSpaceNewGoalSpaceNewGoal class.classTestGoalTestGoal class.classUploadGoalUploadGoal class.Methods in org.eclipse.steady.goals that return AbstractGoal Modifier and Type Method Description static AbstractGoalGoalFactory. create(@NotNull GoalType _type)Creates aAbstractGoalfor the givenGoalType.static AbstractGoalGoalFactory. create(@NotNull GoalType _type, @NotNull GoalClient _client)Creates aAbstractGoalfor the givenGoalTypeand (@link GoalClient}.AbstractGoalAbstractGoal. setConfiguration(VulasConfiguration _c)Setter for the fieldconfiguration.Methods in org.eclipse.steady.goals with parameters of type AbstractGoal Modifier and Type Method Description voidSequenceGoal. addGoal(AbstractGoal _goal)addGoal.voidExecutionObserver. callback(AbstractGoal _g)callback.voidGoalExecutor. execute(AbstractGoal _goal)execute.
-