Package org.eclipse.steady.goals
Class CheckverGoal
- java.lang.Object
-
- org.eclipse.steady.goals.AbstractGoal
-
- org.eclipse.steady.goals.AbstractAppGoal
-
- org.eclipse.steady.goals.CheckverGoal
-
- All Implemented Interfaces:
Runnable
public class CheckverGoal extends AbstractAppGoal
CheckverGoal 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 CheckverGoal()Constructor for CheckverGoal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToBugsWhitelist(String _bugs)Used to specify the bugs for which the analysis will be done.protected voidexecuteTasks()MUST be overridden in subclasses to implement the goal-specific tasks.-
Methods inherited from class org.eclipse.steady.goals.AbstractAppGoal
addAppPath, addAppPaths, getApplicationContext, getAppPaths, getKnownDependencies, hasAppPaths, prepareExecution, setKnownDependencies
-
Methods inherited from class org.eclipse.steady.goals.AbstractGoal
addGoalStats, addGoalStats, addGoalStats, addGoalStats, checkPreconditions, cleanAfterExecution, executeAsync, executeSync, getConfiguration, getGoalClient, getGoalContext, getGoalType, getId, getResultObject, run, runsIn, setConfiguration, setGoalClient, setGoalContext, setObserver, skipGoalUpload, start, stop, stop, toJson, toString, upload
-
-
-
-
Method Detail
-
addToBugsWhitelist
public void addToBugsWhitelist(String _bugs)
Used to specify the bugs for which the analysis will be done.- Parameters:
_bugs- aStringobject.
-
executeTasks
protected void executeTasks() throws ExceptionMUST be overridden in subclasses to implement the goal-specific tasks.- Specified by:
executeTasksin classAbstractGoal- Throws:
Exception- if any.
-
-