Package org.eclipse.steady.goals
Class SpaceNewGoal
- java.lang.Object
-
- org.eclipse.steady.goals.AbstractGoal
-
- org.eclipse.steady.goals.AbstractSpaceGoal
-
- org.eclipse.steady.goals.SpaceNewGoal
-
- All Implemented Interfaces:
Runnable
public class SpaceNewGoal extends AbstractSpaceGoal
SpaceNewGoal class.
-
-
Field Summary
-
Fields inherited from class org.eclipse.steady.goals.AbstractGoal
CLASS_EXT, JAR_EXT, JAR_WAR_EXT, WAR_EXT
-
-
Constructor Summary
Constructors Constructor Description SpaceNewGoal()Constructor for SpaceNewGoal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteTasks()MUST be overridden in subclasses to implement the goal-specific tasks.protected ObjectgetResultObject()getResultObject.-
Methods inherited from class org.eclipse.steady.goals.AbstractSpaceGoal
checkPreconditions, updateFromConfig
-
Methods inherited from class org.eclipse.steady.goals.AbstractGoal
addGoalStats, addGoalStats, addGoalStats, addGoalStats, cleanAfterExecution, executeAsync, executeSync, getConfiguration, getGoalClient, getGoalContext, getGoalType, getId, prepareExecution, run, runsIn, setConfiguration, setGoalClient, setGoalContext, setObserver, skipGoalUpload, start, stop, stop, toJson, toString, upload
-
-
-
-
Method Detail
-
executeTasks
protected void executeTasks() throws ExceptionMUST be overridden in subclasses to implement the goal-specific tasks.- Specified by:
executeTasksin classAbstractGoal- Throws:
Exception- if any.
-
getResultObject
protected Object getResultObject()
getResultObject.
- Overrides:
getResultObjectin classAbstractGoal- Returns:
- a
Objectobject.
-
-