Uses of Interface
org.sonar.plugins.api.Job

Packages that use Job
org.sonar.plugins.api   
org.sonar.plugins.checkstyle   
org.sonar.plugins.javancss   
org.sonar.plugins.pmd   
org.sonar.plugins.sources   
 

Uses of Job in org.sonar.plugins.api
 

Methods in org.sonar.plugins.api that return types with arguments of type Job
 java.util.List<java.lang.Class<? extends Job>> Plugin.getJobs()
           
 

Uses of Job in org.sonar.plugins.checkstyle
 

Methods in org.sonar.plugins.checkstyle that return types with arguments of type Job
 java.util.List<java.lang.Class<? extends Job>> CheckstylePlugin.getJobs()
           
 

Uses of Job in org.sonar.plugins.javancss
 

Methods in org.sonar.plugins.javancss that return types with arguments of type Job
 java.util.List<java.lang.Class<? extends Job>> JavaNcssPlugin.getJobs()
           
 

Uses of Job in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return types with arguments of type Job
 java.util.List<java.lang.Class<? extends Job>> PmdPlugin.getJobs()
           
 

Uses of Job in org.sonar.plugins.sources
 

Methods in org.sonar.plugins.sources that return types with arguments of type Job
 java.util.List<java.lang.Class<? extends Job>> SourcesPlugin.getJobs()
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.