|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.plugins.api.jobs.AbstractJob
public abstract class AbstractJob
| Constructor Summary | |
|---|---|
AbstractJob()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Class<? extends Job>> |
dependsOnJobs()
Dependent jobs for the same scope |
java.util.List<Metric> |
dependsOnMetrics()
Depends of another measures on the same scope. |
java.util.List<Metric> |
generatesMetrics()
|
protected abstract Language |
shouldExecuteOnLanguage()
|
boolean |
shouldExecuteOnProject(Resource project)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.sonar.plugins.api.jobs.Job |
|---|
execute, shouldExecuteOnResource |
| Constructor Detail |
|---|
public AbstractJob()
| Method Detail |
|---|
public java.util.List<Metric> dependsOnMetrics()
Job
dependsOnMetrics in interface Jobpublic java.util.List<java.lang.Class<? extends Job>> dependsOnJobs()
Job
dependsOnJobs in interface Jobpublic java.util.List<Metric> generatesMetrics()
generatesMetrics in interface Jobpublic boolean shouldExecuteOnProject(Resource project)
shouldExecuteOnProject in interface Jobprotected abstract Language shouldExecuteOnLanguage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||