A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

abbreviateMessage(String) - Static method in class org.sonar.api.database.model.RuleFailureModel
 
AbstractCallback<MODEL extends Model> - Class in org.sonar.wsclient.gwt
 
AbstractCallback(Widget) - Constructor for class org.sonar.wsclient.gwt.AbstractCallback
 
AbstractCallback() - Constructor for class org.sonar.wsclient.gwt.AbstractCallback
 
AbstractChart - Class in org.sonar.api.charts
An extension point to generate JFreeChart charts
AbstractChart() - Constructor for class org.sonar.api.charts.AbstractChart
 
AbstractCoverageExtension - Class in org.sonar.api.batch
Deprecated. since 2.6 was superseded by interface CoverageExtension
AbstractCoverageExtension(Plugins) - Constructor for class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. since 2.3. Use the default constructor
AbstractCoverageExtension() - Constructor for class org.sonar.api.batch.AbstractCoverageExtension
Deprecated.  
AbstractCpdMapping - Class in org.sonar.api.batch
A pre-implementation of the CpdMapping extension point
AbstractCpdMapping() - Constructor for class org.sonar.api.batch.AbstractCpdMapping
 
AbstractDashboardWidget - Class in org.sonar.api.web
Deprecated. override org.sonar.api.web.AbstractRubyTemplate and implement org.sonar.api.web.RubyRailsWidget
AbstractDashboardWidget() - Constructor for class org.sonar.api.web.AbstractDashboardWidget
Deprecated.  
AbstractDirectoriesDecorator - Class in org.sonar.api.batch
Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula)
AbstractDirectoriesDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractDirectoriesDecorator
Deprecated.  
AbstractDivisionDecorator - Class in org.sonar.api.batch
A pre-implementation to decorate metrics that are the result of a division
AbstractDivisionDecorator() - Constructor for class org.sonar.api.batch.AbstractDivisionDecorator
 
AbstractFileComplexityDecorator - Class in org.sonar.api.batch
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFileComplexityDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated.  
AbstractFilesDecorator - Class in org.sonar.api.batch
Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula)
AbstractFilesDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFilesDecorator
Deprecated.  
AbstractFunctionComplexityDecorator - Class in org.sonar.api.batch
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFunctionComplexityDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated.  
AbstractFunctionComplexityDistributionDecorator - Class in org.sonar.api.batch
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFunctionComplexityDistributionDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>> - Class in org.sonar.api.rules
Deprecated. 
AbstractImportableRulesRepository(LANG, MAPPER) - Constructor for class org.sonar.api.rules.AbstractImportableRulesRepository
Deprecated.  
AbstractLanguage - Class in org.sonar.api.resources
Inherit this class to define a new language like PLSQL, PHP or C#
AbstractLanguage(String) - Constructor for class org.sonar.api.resources.AbstractLanguage
Better to use AbstractLanguage(key, name).
AbstractLanguage(String, String) - Constructor for class org.sonar.api.resources.AbstractLanguage
Should be the constructor used to build an AbstractLanguage.
AbstractListCallback<MODEL extends Model> - Class in org.sonar.wsclient.gwt
 
AbstractListCallback(Widget) - Constructor for class org.sonar.wsclient.gwt.AbstractListCallback
 
AbstractListCallback() - Constructor for class org.sonar.wsclient.gwt.AbstractListCallback
 
ABSTRACTNESS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ABSTRACTNESS - Static variable in interface org.sonar.gwt.Metrics
 
ABSTRACTNESS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
AbstractPage - Class in org.sonar.api.web.gwt.client
Deprecated. since 2.0, use the lib sonar-gwt-api
AbstractPage() - Constructor for class org.sonar.api.web.gwt.client.AbstractPage
Deprecated.  
AbstractPurge - Class in org.sonar.api.batch
Deprecated. database components have been moved to sonar-database. Please extend org.sonar.core.purge.AbstractPurge.
AbstractPurge(DatabaseSession) - Constructor for class org.sonar.api.batch.AbstractPurge
Deprecated.  
AbstractQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
 
AbstractQuery() - Constructor for class org.sonar.wsclient.services.AbstractQuery
 
AbstractResourceQuery<R extends ResponsePOJO> - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5
AbstractResourceQuery(String) - Constructor for class org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery
Deprecated.  
AbstractRubyTemplate - Class in org.sonar.api.web
It's useful in development environment to see browser rendering in real time while editing the template.
AbstractRubyTemplate() - Constructor for class org.sonar.api.web.AbstractRubyTemplate
 
AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>> - Class in org.sonar.api.rules
Deprecated. 
AbstractRulesRepository(LANG, MAPPER) - Constructor for class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
AbstractSourceImporter - Class in org.sonar.api.batch
A pre-implementation for a sensor that imports sources
AbstractSourceImporter(Language) - Constructor for class org.sonar.api.batch.AbstractSourceImporter
 
AbstractSumChildrenDecorator - Class in org.sonar.api.batch
Sum measures of child resources.
AbstractSumChildrenDecorator() - Constructor for class org.sonar.api.batch.AbstractSumChildrenDecorator
 
AbstractUnmarshaller<MODEL extends Model> - Class in org.sonar.wsclient.unmarshallers
 
AbstractUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
AbstractViewer - Class in org.sonar.api.web.gwt.client
 
AbstractViewer() - Constructor for class org.sonar.api.web.gwt.client.AbstractViewer
 
AbstractViewer.StandAloneResourceHandler - Class in org.sonar.api.web.gwt.client
 
AbstractViewer.StandAloneResourceHandler() - Constructor for class org.sonar.api.web.gwt.client.AbstractViewer.StandAloneResourceHandler
 
AbstractViolationsStaxParser - Class in org.sonar.api.batch
Deprecated. since 2.3. Too much "black-box".
AbstractViolationsStaxParser(SensorContext, RulesManager, RulesProfile) - Constructor for class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. since 1.11.
AbstractViolationsStaxParser(SensorContext, RulesManager) - Constructor for class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
accept(ZipEntry) - Method in interface org.sonar.api.utils.ZipUtils.ZipEntryFilter
 
ACCESSORS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ACCESSORS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
ACCESSORS - Static variable in interface org.sonar.gwt.Metrics
 
ACCESSORS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
activateRule(Rule, RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
 
ActiveRule - Class in org.sonar.api.rules
A class to map an ActiveRule to the hibernate model
ActiveRule() - Constructor for class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
ActiveRule(RulesProfile, Rule, RulePriority) - Constructor for class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
ActiveRuleParam - Class in org.sonar.api.rules
 
ActiveRuleParam() - Constructor for class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
ActiveRuleParam(ActiveRule, RuleParam, String) - Constructor for class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
add(Object, int) - Method in class org.sonar.api.measures.CountDistributionBuilder
Increments an entry
add(Object) - Method in class org.sonar.api.measures.CountDistributionBuilder
Increments an entry by one
add(Measure) - Method in class org.sonar.api.measures.CountDistributionBuilder
Adds an existing Distribution to the current one.
add(KEY, VALUE) - Method in class org.sonar.api.measures.PropertiesBuilder
 
add(Number) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Increments an entry by 1
add(Number, int) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Increments an entry
add(Measure) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Adds an existing Distribution to the current one.
add(Language) - Method in class org.sonar.api.resources.Languages
Adds a language to the current object
add(Object, Object...) - Method in class org.sonar.api.utils.dag.DirectAcyclicGraph
 
add(Query<R>, QueryCallBack<R>) - Method in class org.sonar.api.web.gwt.client.webservices.SequentialQueries
 
add(Violation) - Method in class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
add(WSMetrics.Metric) - Static method in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
addActiveRule(ActiveRule) - Method in class org.sonar.api.profiles.RulesProfile
 
addAll(Map<KEY, VALUE>) - Method in class org.sonar.api.measures.PropertiesBuilder
 
addArgument(String) - Method in class org.sonar.api.utils.command.Command
 
addArguments(List<String>) - Method in class org.sonar.api.utils.command.Command
 
addArguments(String[]) - Method in class org.sonar.api.utils.command.Command
 
addBigCell(Panel, String) - Method in class org.sonar.gwt.ui.ViewerHeader
 
addCell(Panel, Measure...) - Method in class org.sonar.gwt.ui.ViewerHeader
 
addCell(Panel, String, String) - Method in class org.sonar.gwt.ui.ViewerHeader
 
addCharacteristic(Characteristic) - Method in class org.sonar.api.qualitymodel.Model
 
addCheck(Check) - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
addChild(Characteristic) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addChildren(Characteristic...) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addDependency(Dependency) - Method in class org.sonar.api.batch.SonarIndex
 
addDependency(Node) - Method in class org.sonar.api.utils.dag.Node
 
addErrorText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addEvent(Resource, String, String, String, Date) - Method in class org.sonar.api.batch.SonarIndex
 
addInfoText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addLine(int, String) - Method in class org.sonar.wsclient.services.Source
 
addLink(ProjectLink) - Method in class org.sonar.api.batch.SonarIndex
 
addMeasure(Resource, Measure) - Method in class org.sonar.api.batch.SonarIndex
Warning: the resource is automatically indexed for backward-compatibility, but it should be explictly indexed before.
addParameter(String, String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Adds a parameter to the maven plugin
addParameter(String, String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
addProperties(Map<String, String>) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
addProperty(String, Object) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
addProperty(CheckTemplateProperty) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
addProperty(CharacteristicProperty) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addProperty(Property) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
addResource(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated. since 2.6. Use methods index()
addResource(Resource, Set<Integer>) - Method in class org.sonar.api.checks.NoSonarFilter
 
addRule(Profile.Rule) - Method in class org.sonar.wsclient.services.Profile
 
addSourceDir(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. since 2.6, because should be immutable
addSourceDir(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - ProjectFileSystem should be immutable See http://jira.codehaus.org/browse/SONAR-2126
addTestDir(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. since 2.6, because should be immutable
addTestDir(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - ProjectFileSystem should be immutable See http://jira.codehaus.org/browse/SONAR-2126
addViolation(Violation, boolean) - Method in class org.sonar.api.batch.SonarIndex
 
addViolation(Violation) - Method in class org.sonar.api.batch.SonarIndex
 
addWarningText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addZero(Object) - Method in class org.sonar.api.measures.CountDistributionBuilder
Adds an entry without a zero count if it does not exist
ADMIN - Static variable in annotation type org.sonar.api.web.UserRole
 
AFFERENT_COUPLINGS - Static variable in class org.sonar.api.measures.CoreMetrics
 
AFFERENT_COUPLINGS - Static variable in interface org.sonar.gwt.Metrics
 
AFFERENT_COUPLINGS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Alert - Class in org.sonar.api.profiles
Class to map alerts with hibernate model
Alert() - Constructor for class org.sonar.api.profiles.Alert
Default constructor
Alert(RulesProfile, Metric, String, String, String) - Constructor for class org.sonar.api.profiles.Alert
Creates an alert
ALERT_STATUS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ALERT_STATUS - Static variable in interface org.sonar.gwt.Metrics
 
ALERT_STATUS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
alertStatus - Variable in class org.sonar.api.measures.Measure
 
alertText - Variable in class org.sonar.api.measures.Measure
 
all() - Static method in class org.sonar.api.measures.MeasuresFilters
 
ALL - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
all() - Static method in class org.sonar.wsclient.services.MetricQuery
 
allContainsMeasure(WSMetrics.Metric) - Method in class org.sonar.api.web.gwt.client.webservices.Resources
Deprecated.  
analyse(Project, SensorContext) - Method in class org.sonar.api.batch.AbstractSourceImporter
The method that is going to be run when the sensor is called
analyse(ProjectFileSystem, SensorContext) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
analyse(Project, SensorContext) - Method in interface org.sonar.api.batch.Sensor
The method that is going to be run when the sensor is called
AnnotationCheckerFactory<CHECKER> - Class in org.sonar.api.checks.checkers
Deprecated. since 2.3
AnnotationCheckerFactory(CheckProfile, String, Collection<Class<CHECKER>>) - Constructor for class org.sonar.api.checks.checkers.AnnotationCheckerFactory
Deprecated.  
AnnotationCheckFactory - Class in org.sonar.api.checks
 
AnnotationCheckProfileFactory - Class in org.sonar.api.checks.profiles
Deprecated. since 2.3
AnnotationCheckTemplateFactory - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
AnnotationCheckTemplateFactory(Collection<Class>) - Constructor for class org.sonar.api.checks.templates.AnnotationCheckTemplateFactory
Deprecated.  
AnnotationIntrospector - Class in org.sonar.check
Deprecated. since 2.3
AnnotationProfileParser - Class in org.sonar.api.profiles
 
AnnotationProfileParser(RuleFinder) - Constructor for class org.sonar.api.profiles.AnnotationProfileParser
 
AnnotationRuleParser - Class in org.sonar.api.rules
 
AnnotationRuleParser() - Constructor for class org.sonar.api.rules.AnnotationRuleParser
 
AnnotationUtils - Class in org.sonar.api.utils
A utility class for annotations
ANYONE_GROUP_ID - Static variable in class org.sonar.api.security.GroupRole
 
apiUrl() - Static method in class org.sonar.gwt.Links
 
appendUrlParameter(StringBuilder, String, Object) - Static method in class org.sonar.wsclient.services.AbstractQuery
 
appendUrlParameter(StringBuilder, String, Object[]) - Static method in class org.sonar.wsclient.services.AbstractQuery
 
appendUrlParameter(StringBuilder, String, Date, boolean) - Static method in class org.sonar.wsclient.services.AbstractQuery
 
ARTIFACT_ID - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
 
assertExists(File) - Static method in class org.sonar.test.TestUtils
Checks that a file or a directory is not null and exists.
assertSimilarXml(String, String) - Static method in class org.sonar.test.TestUtils
 
AsyncMeasureSnapshot - Class in org.sonar.api.database.model
Class to map an aysync measure with hibernate model
AsyncMeasureSnapshot(Long, Integer, Date, Date, Integer, Integer) - Constructor for class org.sonar.api.database.model.AsyncMeasureSnapshot
This is the constructor to use
AsyncMeasureSnapshot() - Constructor for class org.sonar.api.database.model.AsyncMeasureSnapshot
Default constructor
authenticate(String, String) - Method in interface org.sonar.api.security.LoginPasswordAuthenticator
 
AverageComplexityFormula - Class in org.sonar.api.measures
 
AverageComplexityFormula(Metric) - Constructor for class org.sonar.api.measures.AverageComplexityFormula
 

B

BASE_URL - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.EventQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.FavouriteQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.MetricQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ProfileQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.PropertyQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ResourceQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.RuleQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ServerQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.SourceQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.TimeMachineQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.UpdateCenterQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.UserPropertyQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ViolationQuery
 
BaseIdentifiable - Class in org.sonar.api.database
 
BaseIdentifiable() - Constructor for class org.sonar.api.database.BaseIdentifiable
 
BaseQueryCallback<P extends ResponsePOJO> - Class in org.sonar.api.web.gwt.client.webservices
 
BaseQueryCallback() - Constructor for class org.sonar.api.web.gwt.client.webservices.BaseQueryCallback
 
BaseQueryCallback(LoadingLabel) - Constructor for class org.sonar.api.web.gwt.client.webservices.BaseQueryCallback
 
baseUrl() - Static method in class org.sonar.gwt.Links
 
BATCH_SIZE - Static variable in class org.sonar.api.database.DatabaseSession
 
BatchComponent - Interface in org.sonar.api
Dependency Injection : all the classes implementing this interface are available in the batch IoC container.
BatchExtension - Interface in org.sonar.api
Batch extension point.
BatchExtensionDictionnary - Class in org.sonar.api.batch
 
BatchExtensionDictionnary(IocContainer) - Constructor for class org.sonar.api.batch.BatchExtensionDictionnary
 
BatchExtensionDictionnary(MutablePicoContainer) - Constructor for class org.sonar.api.batch.BatchExtensionDictionnary
 
BelongsToProfile - Annotation Type in org.sonar.check
 
BelongsToProfiles - Annotation Type in org.sonar.check
Deprecated. since 2.3. Not supported anymore
BLOCK_UNIT - Static variable in class org.sonar.api.resources.Scopes
Block units like methods, functions or Cobol paragraphs.
BLOCKER_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
BLOCKER_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
BLOCKER_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
BRANCH_COVERAGE - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
BRANCH_COVERAGE - Static variable in interface org.sonar.gwt.Metrics
 
BRANCH_COVERAGE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.7 replaced by metrics CONDITIONS_BY_LINE and COVERED_CONDITIONS_BY_LINE
BRANCH_COVERAGE_HITS_DATA - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
BRANCH_COVERAGE_HITS_DATA - Static variable in interface org.sonar.gwt.Metrics
 
BRANCH_COVERAGE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.7. Replaced by COVERED_CONDITIONS_BY_LINE_KEY and COVERED_CONDITIONS_BY_LINE_KEY
BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
build(Resource) - Static method in class org.sonar.api.database.model.ResourceModel
Maps a resource to a resource model and returns the resource
build() - Method in class org.sonar.api.measures.CountDistributionBuilder
Shortcut for build(true)
build(boolean) - Method in class org.sonar.api.measures.CountDistributionBuilder
Used to build a measure from the current object
build() - Method in interface org.sonar.api.measures.MeasureBuilder
 
build() - Method in class org.sonar.api.measures.PropertiesBuilder
 
build() - Method in class org.sonar.api.measures.RangeDistributionBuilder
Shortcut for build(true)
build(boolean) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Used to build a measure from the current object
build(String) - Static method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
build() - Static method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
buildActiveRulesFromProfile(Profile, List<ActiveRule>) - Method in class org.sonar.api.rules.StandardProfileXmlParser
Deprecated.  
BuildBreaker - Class in org.sonar.api.batch
 
BuildBreaker() - Constructor for class org.sonar.api.batch.BuildBreaker
 
buildData() - Method in class org.sonar.api.measures.PropertiesBuilder
 
buildGlobalRole(Integer, String) - Static method in class org.sonar.api.security.GroupRole
 
buildPicoContainer() - Static method in class org.sonar.api.utils.IocContainer
 
buildProfileFromXml(String) - Method in class org.sonar.api.rules.StandardProfileXmlParser
Deprecated.  
buildResourceRole(Integer, String, Integer) - Static method in class org.sonar.api.security.GroupRole
 
BundleCheckTemplate - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
BundleCheckTemplate(String, String) - Constructor for class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
BundleCheckTemplate(String, Class) - Constructor for class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
BundleCheckTemplateProperty - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
BundleCheckTemplateProperty(BundleCheckTemplate, String) - Constructor for class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
byKey(String) - Static method in class org.sonar.wsclient.services.MetricQuery
 

C

calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.AverageComplexityFormula
 
calculate(FormulaData, FormulaContext) - Method in interface org.sonar.api.measures.Formula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.MeanAggregationFormula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.SumChildValuesFormula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.WeightedMeanAggregationFormula
 
Callback<MODEL extends Model> - Interface in org.sonar.wsclient.gwt
 
canConvert(Class) - Method in class org.sonar.api.rules.StandardRulesXmlParser.TrimStringConverter
Deprecated.  
Cardinality - Enum in org.sonar.check
 
CATEGORY_ALERT - Static variable in class org.sonar.api.batch.Event
 
CATEGORY_VERSION - Static variable in class org.sonar.api.batch.Event
 
ChannelMatcher<OUTPUT> - Class in org.sonar.test.channel
 
ChannelMatcher(String, OUTPUT) - Constructor for class org.sonar.test.channel.ChannelMatcher
 
ChannelMatcher(CodeReader, OUTPUT) - Constructor for class org.sonar.test.channel.ChannelMatcher
 
ChannelMatchers - Class in org.sonar.test.channel
 
ChannelMatchers() - Constructor for class org.sonar.test.channel.ChannelMatchers
 
characteristic - Variable in class org.sonar.api.measures.Measure
 
characteristic(Metric, Characteristic) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Characteristic - Class in org.sonar.api.qualitymodel
 
CharacteristicProperty - Class in org.sonar.api.qualitymodel
 
Chart - Interface in org.sonar.api.charts
An Extension to create charts
ChartParameters - Class in org.sonar.api.charts
The class to hold parameters to configure a chart
ChartParameters(Map<String, String>) - Constructor for class org.sonar.api.charts.ChartParameters
Creates a ChartParameter based on a list of parameters
ChartParameters(String) - Constructor for class org.sonar.api.charts.ChartParameters
Creates a Chartparameter based on a query string with a format key1=value1&key2=value2...
Check - Class in org.sonar.api.checks.profiles
Deprecated. since 2.3
Check() - Constructor for class org.sonar.api.checks.profiles.Check
Deprecated.  
Check(String, String) - Constructor for class org.sonar.api.checks.profiles.Check
Deprecated.  
Check - Annotation Type in org.sonar.check
Deprecated. since 2.3. Use @Rule
CheckerFactory<CHECKER> - Class in org.sonar.api.checks.checkers
Deprecated. since 2.3
CheckerFactory() - Constructor for class org.sonar.api.checks.checkers.CheckerFactory
Deprecated.  
CheckFactory<CHECK> - Class in org.sonar.api.checks
 
CheckFactory(RulesProfile, String) - Constructor for class org.sonar.api.checks.CheckFactory
 
CheckProfile - Class in org.sonar.api.checks.profiles
Deprecated. since 2.3
CheckProfile(String, String) - Constructor for class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
CheckProfileProvider - Class in org.sonar.api.checks.profiles
Deprecated. since 2.3
CheckProfileProvider() - Constructor for class org.sonar.api.checks.profiles.CheckProfileProvider
Deprecated.  
CheckProfileXmlMarshaller - Class in org.sonar.api.checks.profiles
Deprecated. since 2.3
CheckProfileXmlMarshaller() - Constructor for class org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
Deprecated.  
CheckProject - Interface in org.sonar.api.batch
 
CheckProperty - Annotation Type in org.sonar.check
Deprecated. since 2.3. Use @RuleProperty
CHECKSTYLE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CheckTemplate - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
CheckTemplate(String) - Constructor for class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
CheckTemplate() - Constructor for class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
CheckTemplateFactory - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
CheckTemplateFactory() - Constructor for class org.sonar.api.checks.templates.CheckTemplateFactory
Deprecated.  
CheckTemplateProperty - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
CheckTemplateProperty() - Constructor for class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
CheckTemplateRepositories - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
CheckTemplateRepositories(CheckTemplateRepository[]) - Constructor for class org.sonar.api.checks.templates.CheckTemplateRepositories
Deprecated.  
CheckTemplateRepositories() - Constructor for class org.sonar.api.checks.templates.CheckTemplateRepositories
Deprecated.  
CheckTemplateRepository - Class in org.sonar.api.checks.templates
Deprecated. since 2.3
CheckTemplateRepository() - Constructor for class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
CheckTemplateRepository(String) - Constructor for class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
checkUp() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated. Throws a runtime ServerConnectionException if it fails to connect Sonar server
CLASS - Static variable in class org.sonar.api.resources.Qualifiers
 
CLASS_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
CLASS_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
CLASS_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
CLASS_COMPLEXITY_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
CLASS_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASSES - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASSES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
CLASSES - Static variable in interface org.sonar.gwt.Metrics
 
CLASSES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
clear() - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
clear() - Method in class org.sonar.api.measures.CountDistributionBuilder
Resets all entries to zero
clear() - Method in class org.sonar.api.measures.PropertiesBuilder
 
clear() - Method in class org.sonar.api.measures.RangeDistributionBuilder
Resets all entries to zero
clone() - Method in class org.sonar.api.database.model.MeasureModel
 
clone() - Method in class org.sonar.api.database.model.ResourceModel
 
clone() - Method in class org.sonar.api.profiles.Alert
 
clone() - Method in class org.sonar.api.profiles.RulesProfile
 
clone() - Method in class org.sonar.api.rules.ActiveRule
 
clone() - Method in class org.sonar.api.rules.ActiveRuleParam
 
COBERTURA_MAXMEM_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
COBERTURA_MAXMEM_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
COBERTURA_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
COBERTURA_REPORT_PATH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CodeColorizerFormat - Class in org.sonar.api.web
Extend the library sonar-colorizer to support new languages.
CodeColorizerFormat(String) - Constructor for class org.sonar.api.web.CodeColorizerFormat
 
CODEVIEWER - Static variable in annotation type org.sonar.api.web.UserRole
 
COLORS - Static variable in class org.sonar.api.charts.AbstractChart
 
column1 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
column2 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
column3 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
column4 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
Command - Class in org.sonar.api.utils.command
 
CommandException - Exception in org.sonar.api.utils.command
 
CommandException(Command, String, Throwable) - Constructor for exception org.sonar.api.utils.command.CommandException
 
CommandException(Command, Throwable) - Constructor for exception org.sonar.api.utils.command.CommandException
 
CommandExecutor - Class in org.sonar.api.utils.command
Synchronously execute a native command line.
COMMENT_BLANK_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_BLANK_LINES - Static variable in interface org.sonar.gwt.Metrics
 
COMMENT_BLANK_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
COMMENT_LINES - Static variable in interface org.sonar.gwt.Metrics
 
COMMENT_LINES_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES_DENSITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
COMMENT_LINES_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
COMMENT_LINES_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENTED_OUT_CODE_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENTED_OUT_CODE_LINES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
COMMENTED_OUT_CODE_LINES - Static variable in interface org.sonar.gwt.Metrics
 
COMMENTED_OUT_CODE_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
commit() - Method in class org.sonar.api.database.DatabaseSession
 
compareTo(CheckTemplateProperty) - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
compareTo(Characteristic) - Method in class org.sonar.api.qualitymodel.Characteristic
 
compareTo(Model) - Method in class org.sonar.api.qualitymodel.Model
 
compareTo(String) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
compareTo(Node) - Method in class org.sonar.api.utils.dag.Node
 
COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
compute(Measure, Measure, boolean) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONDITIONS_TO_COVER - Static variable in interface org.sonar.gwt.Metrics
 
CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONF_PERMALINK_BASE - Static variable in class org.sonar.api.web.gwt.client.ResourceDictionary
 
CONF_RESOURCE_KEY - Static variable in class org.sonar.api.web.gwt.client.ResourceDictionary
 
CONF_V_METRIC_KEY - Static variable in class org.sonar.api.web.gwt.client.ResourceDictionary
 
CONF_V_PLUGIN_KEY - Static variable in class org.sonar.api.web.gwt.client.ResourceDictionary
 
CONF_V_RESOURCE_KEY - Static variable in class org.sonar.api.web.gwt.client.ResourceDictionary
 
configKey - Variable in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
CONFIGURATION - Static variable in annotation type org.sonar.api.web.NavigationSection
 
Configuration - Class in org.sonar.gwt
 
ConfigurationExportable - Interface in org.sonar.api.rules
Deprecated. 
ConfigurationImportable - Interface in org.sonar.api.rules
Deprecated. 
configure(Project, MavenPlugin) - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
Configures the pom being executed, add or remove plugin properties.
configure(Project) - Static method in class org.sonar.api.batch.maven.MavenSurefireUtils
Configures the project POM with base required surefire settings
configureColors(Values2D, CategoryPlot, String[]) - Method in class org.sonar.api.charts.AbstractChart
Helper to set color of series.
ConnectionException - Exception in org.sonar.wsclient.connectors
 
ConnectionException() - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
ConnectionException(String) - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
Connector - Class in org.sonar.wsclient.connectors
 
Connector() - Constructor for class org.sonar.wsclient.connectors.Connector
 
ConnectorFactory - Class in org.sonar.wsclient.connectors
 
consume(String, OUTPUT) - Static method in class org.sonar.test.channel.ChannelMatchers
 
consume(CodeReader, OUTPUT) - Static method in class org.sonar.test.channel.ChannelMatchers
 
contains(Object) - Method in class org.sonar.api.database.DatabaseSession
 
context - Variable in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
convertJavaFileKeyFromSquidFormat(String) - Static method in class org.sonar.api.batch.SquidUtils
 
convertJavaPackageKeyFromSquidFormat(String) - Static method in class org.sonar.api.batch.SquidUtils
 
convertToSquidKeyFormat(JavaFile) - Static method in class org.sonar.api.batch.SquidUtils
 
copyFieldsFrom(ProjectLink) - Method in class org.sonar.api.resources.ProjectLink
 
CORE_ALLOW_USERS_TO_SIGNUP_DEAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_ALLOW_USERS_TO_SIGNUP_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_CLASS - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_CREATE_USERS - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_IGNORE_STARTUP_FAILURE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_COVERAGE_PLUGIN_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_DEFAULT_GROUP - Static variable in interface org.sonar.api.CoreProperties
 
CORE_DEFAULT_GROUP_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_FORCE_AUTHENTICATION_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_FORCE_AUTHENTICATION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_IMPORT_SOURCES_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_IMPORT_SOURCES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CORE_RULE_WEIGHTS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_RULE_WEIGHTS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_SKIPPED_MODULES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_TENDENCY_DEPTH_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_TENDENCY_DEPTH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CoreMetrics - Class in org.sonar.api.measures
 
CoreProperties - Interface in org.sonar.api
CoreProperties is used to group various properties of Sonar as well as default values of configuration in a single place
CountDistributionBuilder - Class in org.sonar.api.measures
Utility to build a distribution based on discrete values
CountDistributionBuilder(Metric) - Constructor for class org.sonar.api.measures.CountDistributionBuilder
Creates an empty CountDistributionBuilder for a specified metric
countForLine(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
COVERAGE - Static variable in interface org.sonar.gwt.Metrics
 
COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
COVERAGE_LINE_HITS_DATA - Static variable in interface org.sonar.gwt.Metrics
 
COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CoverageExtension - Interface in org.sonar.api.batch
Marker for extension.
CoverageMeasuresBuilder - Class in org.sonar.api.measures
 
COVERED_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERED_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CPD_IGNORE_IDENTIFIERS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_IDENTIFIERS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_LITERALS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_LITERALS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CPD_MINIMUM_TOKENS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_MINIMUM_TOKENS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CPD_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CPD_SKIP_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CpdMapping - Interface in org.sonar.api.batch
 
create(RulesProfile, String, Collection<Class>) - Static method in class org.sonar.api.checks.AnnotationCheckFactory
 
create() - Method in class org.sonar.api.checks.checkers.AnnotationCheckerFactory
Deprecated.  
create() - Method in class org.sonar.api.checks.checkers.CheckerFactory
Deprecated.  
create(String, String, Collection<Class>) - Static method in class org.sonar.api.checks.profiles.AnnotationCheckProfileFactory
Deprecated.  
create() - Method in class org.sonar.api.checks.templates.AnnotationCheckTemplateFactory
Deprecated.  
create(Class) - Method in class org.sonar.api.checks.templates.AnnotationCheckTemplateFactory
Deprecated.  
create() - Method in class org.sonar.api.checks.templates.CheckTemplateFactory
Deprecated.  
create() - Static method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
create() - Method in class org.sonar.api.measures.Metric.Builder
 
create(String, String) - Static method in class org.sonar.api.profiles.RulesProfile
 
create() - Static method in class org.sonar.api.profiles.RulesProfile
 
create() - Static method in class org.sonar.api.qualitymodel.Characteristic
 
create(String) - Static method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
create() - Static method in class org.sonar.api.qualitymodel.Model
 
create() - Static method in class org.sonar.api.rules.Rule
 
create(String, String, String) - Static method in class org.sonar.api.rules.Rule
Create with all required fields
create() - Static method in class org.sonar.api.rules.RuleQuery
 
create(ActiveRule, Resource) - Static method in class org.sonar.api.rules.Violation
 
create(Rule, Resource) - Static method in class org.sonar.api.rules.Violation
 
create(String) - Static method in class org.sonar.api.utils.command.Command
Create a command line without any arguments
create() - Static method in class org.sonar.api.utils.command.CommandExecutor
 
create() - Static method in class org.sonar.api.utils.ValidationMessages
 
create(String) - Static method in class org.sonar.api.utils.WildcardPattern
 
create(String[]) - Static method in class org.sonar.api.utils.WildcardPattern
 
create(String, String) - Static method in class org.sonar.api.utils.WildcardPattern
 
create(String) - Static method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
create(Host) - Static method in class org.sonar.wsclient.connectors.ConnectorFactory
 
create(String, String) - Static method in class org.sonar.wsclient.services.ProfileQuery
 
create(String) - Static method in class org.sonar.wsclient.services.SourceQuery
 
create(CreateQuery<MODEL>) - Method in class org.sonar.wsclient.Sonar
 
create(String) - Static method in class org.sonar.wsclient.Sonar
 
create(String, String, String) - Static method in class org.sonar.wsclient.Sonar
 
createByKey(String, String) - Static method in class org.sonar.api.qualitymodel.Characteristic
 
createByName(String) - Static method in class org.sonar.api.qualitymodel.Characteristic
 
createByName(String) - Static method in class org.sonar.api.qualitymodel.Model
 
createByRule(Rule) - Static method in class org.sonar.api.qualitymodel.Characteristic
 
createCharacteristicByKey(String, String) - Method in class org.sonar.api.qualitymodel.Model
 
createCharacteristicByName(String) - Method in class org.sonar.api.qualitymodel.Model
 
createCharacteristicByRule(Rule) - Method in class org.sonar.api.qualitymodel.Model
 
createCheck(ActiveRule) - Method in class org.sonar.api.checks.AnnotationCheckFactory
 
createClassLoader() - Method in class org.sonar.api.batch.ProjectClasspath
 
createElements() - Method in class org.sonar.api.batch.ProjectClasspath
 
createEvent(String, String, String, Date) - Method in interface org.sonar.api.batch.DecoratorContext
Creates an event for a given date
createEvent(Resource, String, String, String, Date) - Method in interface org.sonar.api.batch.SensorContext
Creates an event for a given date
createForAll() - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForCategory(Metric, Integer, Double) - Static method in class org.sonar.api.measures.RuleMeasure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
createForId(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createForIncomingDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
Resources that depend upon a resource
createForInstalledPlugins() - Static method in class org.sonar.wsclient.services.UpdateCenterQuery
 
createForKey(String) - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForMetrics(String, String...) - Static method in class org.sonar.wsclient.services.ResourceQuery
 
createForMetrics(String, String...) - Static method in class org.sonar.wsclient.services.TimeMachineQuery
 
createForMetrics(Resource, String...) - Static method in class org.sonar.wsclient.services.TimeMachineQuery
 
createForOutgoingDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
Resources that are depended upon a resource = all the resources that a resource depends upon
createForPriority(Metric, RulePriority, Double) - Static method in class org.sonar.api.measures.RuleMeasure
 
createForProject(String) - Static method in class org.sonar.wsclient.services.DependencyTreeQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
Resources that depend upon or are depended upon a resource.
createForResource(long) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.DependencyTreeQuery
 
createForResource(String, String) - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForResource(Resource, String...) - Static method in class org.sonar.wsclient.services.ResourceQuery
 
createForResource(Resource) - Static method in class org.sonar.wsclient.services.ViolationQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.ViolationQuery
 
createForRule(Metric, Rule, Double) - Static method in class org.sonar.api.measures.RuleMeasure
 
createForSubDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createFromAnnotatedClasses(String, Language, Collection<Class>) - Static method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
createFromMavenIds(String, String) - Static method in class org.sonar.api.resources.Project
 
createFromXml(String, Language, String) - Static method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
createMeasures() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
createMethod(String, Language) - Static method in class org.sonar.api.resources.Method
 
createModel() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
createParameter() - Method in class org.sonar.api.rules.Rule
 
createParameter(String) - Method in class org.sonar.api.rules.Rule
 
createProfile(ValidationMessages) - Method in class org.sonar.api.profiles.ProfileDefinition
 
createQuery(String) - Method in class org.sonar.api.database.DatabaseSession
 
CreateQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
POST HTTP request
CreateQuery() - Constructor for class org.sonar.wsclient.services.CreateQuery
 
createResource(File, List<File>) - Method in class org.sonar.api.batch.AbstractCpdMapping
createResource(File, List<File>, boolean) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
createResource(File, List<File>) - Method in interface org.sonar.api.batch.CpdMapping
 
createRules() - Method in class org.sonar.api.rules.RuleRepository
 
createTempDirectory() - Static method in class org.sonar.api.utils.TempFileUtils
Create a temporary directory.
createTempDirectory(String) - Static method in class org.sonar.api.utils.TempFileUtils
 
createWithHighlightedSyntax(String) - Static method in class org.sonar.wsclient.services.SourceQuery
 
createWithLanguage(String) - Static method in class org.sonar.wsclient.services.ProfileQuery
 
CRITICAL_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
CRITICAL_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
CRITICAL_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
cursorForResources(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Cursor for child resources to parse, the returned input cursor should be filtered on SMEvent.START_ELEMENT for optimal perfs
cursorForViolations(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Cursor for violations to parse for a given resource, the returned input cursor should be filtered on SMEvent.START_ELEMENT for optimal perfs
CyclicDependenciesException - Exception in org.sonar.api.utils.dag
 
CyclicDependenciesException() - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 
CyclicDependenciesException(String) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 
CyclicDependenciesException(String, Throwable) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 
CyclicDependenciesException(Throwable) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 

D

data - Variable in class org.sonar.api.measures.Measure
 
DatabaseConfiguration - Class in org.sonar.api.database.configuration
IMPORTANT : This class can't be moved to org.sonar.jpa.dao for backward-compatibility reasons.
DatabaseConfiguration(DatabaseSessionFactory) - Constructor for class org.sonar.api.database.configuration.DatabaseConfiguration
 
DatabaseConfiguration(DatabaseSession) - Constructor for class org.sonar.api.database.configuration.DatabaseConfiguration
 
DatabaseProperties - Interface in org.sonar.api.database
 
DatabaseSession - Class in org.sonar.api.database
This component should not accessible from plugin API
DatabaseSession() - Constructor for class org.sonar.api.database.DatabaseSession
 
date - Variable in class org.sonar.api.measures.Measure
 
DATE_FORMAT - Static variable in class org.sonar.api.utils.DateUtils
 
DATETIME_FORMAT - Static variable in class org.sonar.api.utils.DateUtils
 
DateUtils - Class in org.sonar.api.utils
Parses and formats ISO 8601 dates.
DateUtils() - Constructor for class org.sonar.api.utils.DateUtils
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractDirectoriesDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFilesDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
decorate(Resource, DecoratorContext) - Method in interface org.sonar.api.batch.Decorator
 
decorateLine(int, String) - Method in class org.sonar.gwt.ui.SourcePanel
 
Decorator - Interface in org.sonar.api.batch
 
DecoratorBarriers - Interface in org.sonar.api.batch
Barriers are used to define the order of execution of Decorators.
DecoratorContext - Interface in org.sonar.api.batch
 
DEFAULT_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
DEFAULT_IMPORT_SOURCES - Static variable in class org.sonar.api.batch.AbstractSourceImporter
Deprecated. replaced by CoreProperties.CORE_IMPORT_SOURCES_DEFAULT_VALUE since 1.11
DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.api.resources.Java
Default package name for classes without package def
DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.api.resources.JavaPackage
Default package name for classes without package definition
DEFAULT_PLUGIN - Static variable in class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. The default value for the code coverage plugin
DEFAULT_POPUP_HTML_FEATURES - Static variable in class org.sonar.gwt.Links
 
DEFAULT_PRECISION - Static variable in class org.sonar.api.measures.Measure
Default precision when saving a float type metric
DEFAULT_PRIORITY - Static variable in class org.sonar.api.rules.Rule
The default priority given to a rule if not explicitly set
DEFAULT_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
DefaultCheckTemplate - Class in org.sonar.api.checks.templates
EXPERIMENTAL - will be used in version 2.2 Non-internationalized check
DefaultCheckTemplate() - Constructor for class org.sonar.api.checks.templates.DefaultCheckTemplate
 
DefaultCheckTemplate(String) - Constructor for class org.sonar.api.checks.templates.DefaultCheckTemplate
 
DefaultCheckTemplateProperty - Class in org.sonar.api.checks.templates
 
DefaultCheckTemplateProperty() - Constructor for class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
DefaultFormulaContext - Class in org.sonar.api.batch
 
DefaultFormulaContext(Metric) - Constructor for class org.sonar.api.batch.DefaultFormulaContext
 
DefaultFormulaData - Class in org.sonar.api.batch
 
DefaultFormulaData(DecoratorContext) - Constructor for class org.sonar.api.batch.DefaultFormulaData
 
DefaultProjectFileSystem - Class in org.sonar.api.resources
An implementation of ProjectFileSystem.
DefaultProjectFileSystem(Project, Languages) - Constructor for class org.sonar.api.resources.DefaultProjectFileSystem
 
DefaultProjectFileSystem(Project, Languages, FileFilter...) - Constructor for class org.sonar.api.resources.DefaultProjectFileSystem
 
DefaultRulesManager - Class in org.sonar.api.rules
Deprecated. UGLY CLASS
DefaultRulesManager(RulesDao) - Constructor for class org.sonar.api.rules.DefaultRulesManager
Deprecated.  
DefaultSourcePanel - Class in org.sonar.gwt.ui
 
DefaultSourcePanel(Resource) - Constructor for class org.sonar.gwt.ui.DefaultSourcePanel
 
DefaultSourcePanel(Resource, int, int) - Constructor for class org.sonar.gwt.ui.DefaultSourcePanel
 
DefaultTab - Annotation Type in org.sonar.api.web
 
delete(DeleteQuery<?>) - Method in class org.sonar.wsclient.Sonar
 
deleteEvent(Event) - Method in interface org.sonar.api.batch.DecoratorContext
Deletes an event
deleteEvent(Event) - Method in interface org.sonar.api.batch.SensorContext
Deletes an event
deleteEvent(Event) - Method in class org.sonar.api.batch.SonarIndex
 
deleteLink(String) - Method in interface org.sonar.api.batch.SensorContext
remove a link.
deleteLink(String) - Method in class org.sonar.api.batch.SonarIndex
 
DeleteQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
DELETE HTTP request
DeleteQuery() - Constructor for class org.sonar.wsclient.services.DeleteQuery
 
DependedUpon - Annotation Type in org.sonar.api.batch
 
Dependency - Class in org.sonar.api.design
 
Dependency(Resource, Resource) - Constructor for class org.sonar.api.design.Dependency
 
Dependency - Class in org.sonar.wsclient.services
 
Dependency() - Constructor for class org.sonar.wsclient.services.Dependency
 
DEPENDENCY_MATRIX - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPENDENCY_MATRIX - Static variable in interface org.sonar.gwt.Metrics
 
DEPENDENCY_MATRIX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DependencyDto - Class in org.sonar.api.design
 
DependencyDto() - Constructor for class org.sonar.api.design.DependencyDto
 
DependencyQuery - Class in org.sonar.wsclient.services
The web service "dependency" is since Sonar 2.0
DependencyQuery() - Constructor for class org.sonar.wsclient.services.DependencyQuery
 
DependencyTree - Class in org.sonar.wsclient.services
Experimental
DependencyTree() - Constructor for class org.sonar.wsclient.services.DependencyTree
 
DependencyTreeQuery - Class in org.sonar.wsclient.services
 
DependencyTreeQuery(String) - Constructor for class org.sonar.wsclient.services.DependencyTreeQuery
 
DependencyTreeUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
DependencyTreeUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.DependencyTreeUnmarshaller
 
DependencyUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
DependencyUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.DependencyUnmarshaller
 
DependsUpon - Annotation Type in org.sonar.api.batch
 
DependsUponCustomRules - Interface in org.sonar.api.batch.maven
Marker interface for MavenPluginHandlers.
dependsUponFileAndComplexityMetrics() - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. Used to define upstream dependencies
dependsUponFileAndComplexityMetrics() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. Used to define upstream dependencies
DependsUponMavenPlugin - Interface in org.sonar.api.batch.maven
Can be used only for Initializers, Sensors and PostJobs.
dependsUponMetrics() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
Used to define upstream dependencies
dependsUponMetrics() - Method in class org.sonar.api.measures.AverageComplexityFormula
 
dependsUponMetrics() - Method in interface org.sonar.api.measures.Formula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.MeanAggregationFormula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.SumChildValuesFormula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.WeightedMeanAggregationFormula
 
DEPTH_IN_TREE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPTH_IN_TREE - Static variable in interface org.sonar.gwt.Metrics
 
DEPTH_IN_TREE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPTH_UNLIMITED - Static variable in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
DEPTH_UNLIMITED - Static variable in class org.sonar.wsclient.services.ResourceQuery
 
describeTo(Description) - Method in class org.sonar.test.channel.ChannelMatcher
 
describeTo(Description) - Method in class org.sonar.test.channel.ReaderHasNextCharMatcher
 
description - Variable in class org.sonar.api.measures.Measure
 
Description - Annotation Type in org.sonar.api.web
 
DESCRIPTION_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
DESIGN_SKIP_DESIGN_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DESIGN_SKIP_DESIGN_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
DIALECT_DB2 - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_DERBY - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_HSQLDB - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_MSSQL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_MYSQL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_ORACLE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_POSTGRESQL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DirectAcyclicGraph - Class in org.sonar.api.utils.dag
http://en.wikipedia.org/wiki/Directed_acyclic_graph
DirectAcyclicGraph(Object...) - Constructor for class org.sonar.api.utils.dag.DirectAcyclicGraph
 
DIRECTION_BETTER - Static variable in class org.sonar.api.measures.Metric
A metric bigger value means an improvement
DIRECTION_NONE - Static variable in class org.sonar.api.measures.Metric
The metric direction has no meaning
DIRECTION_WORST - Static variable in class org.sonar.api.measures.Metric
A metric bigger value means a degradation
DIRECTORIES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORIES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
DIRECTORIES - Static variable in interface org.sonar.gwt.Metrics
 
DIRECTORIES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Directory - Class in org.sonar.api.resources
 
Directory(String) - Constructor for class org.sonar.api.resources.Directory
 
Directory(String, Language) - Constructor for class org.sonar.api.resources.Directory
 
DIRECTORY - Static variable in class org.sonar.api.resources.Qualifiers
 
DIRECTORY - Static variable in class org.sonar.api.resources.Scopes
For example directory or Java package.
disableAutomaticMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
disabledMetrics(Collection<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
dispatchJSON(JavaScriptObject, JsonUtils.JSONHandler) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
dispatchJSON(JavaScriptObject, JsonUtils.JSONHandler) - Static method in class org.sonar.gwt.JsonUtils
 
display(FlowPanel, Resource) - Method in class org.sonar.gwt.ui.ViewerHeader
 
displayView(Widget) - Method in class org.sonar.api.web.gwt.client.AbstractPage
Deprecated.  
DISTANCE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DISTANCE - Static variable in interface org.sonar.gwt.Metrics
 
DISTANCE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
doesOverride() - Method in class org.sonar.api.rules.ActiveRule
 
DOMAIN_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_DESIGN - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_DOCUMENTATION - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_DUPLICATION - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_GENERAL - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_RULE_CATEGORIES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
DOMAIN_RULES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_SCM - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_SIZE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
doOnError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
doOnError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
doOnModuleLoad() - Method in class org.sonar.gwt.ui.Page
 
doOnResourceLoad(Resource) - Method in class org.sonar.gwt.ui.Page
 
doOnResponse(MODEL) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
doOnResponse(List<MODEL>) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
doOnTimeout() - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
doOnTimeout() - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
doSaveViolationsOnUnexistedResource - Variable in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
download(URI, File) - Method in class org.sonar.api.utils.HttpDownloader
 
download(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
DUPLICATED_BLOCKS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_BLOCKS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
DUPLICATED_BLOCKS - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_BLOCKS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_FILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_FILES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
DUPLICATED_FILES - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_FILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
DUPLICATED_LINES - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_LINES_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES_DENSITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
DUPLICATED_LINES_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_LINES_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DuplicatedSourceException - Exception in org.sonar.api.resources
 
DuplicatedSourceException(Resource) - Constructor for exception org.sonar.api.resources.DuplicatedSourceException
 
DUPLICATIONS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATIONS_DATA - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
DUPLICATIONS_DATA - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATIONS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DYNAMIC_ANALYSIS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 

E

EFFERENT_COUPLINGS - Static variable in class org.sonar.api.measures.CoreMetrics
 
EFFERENT_COUPLINGS - Static variable in interface org.sonar.gwt.Metrics
 
EFFERENT_COUPLINGS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
EFFICIENCY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
EFFICIENCY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
EFFICIENCY - Static variable in interface org.sonar.gwt.Metrics
 
EFFICIENCY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
empty() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
encode(String) - Static method in class org.sonar.wsclient.services.AbstractQuery
Encodes single parameter value.
encodeUrl(String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
encodeUrl(String) - Method in class org.sonar.wsclient.JdkUtils
 
encodeUrl(String) - Method in class org.sonar.wsclient.services.WSUtils
 
ENCODING_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
To determine value of this property use ProjectFileSystem.getSourceCharset().
END_OF_TIME_MACHINE - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Any kinds of time machine data are calculated before this barrier.
END_OF_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
This barrier is used by a decorator in order to : be executed after all the decorators which generate violations : @DependsUpon(value=DecoratorBarriers.END_OF_VIOLATIONS_GENERATION declare that it generates violations : @DependedUpon(value=DecoratorBarriers.END_OF_VIOLATIONS_GENERATION
equals(Plugin, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Tests whether a plugin has got a given artifact id and group id
equals(ReportPlugin, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Tests whether a ReportPlugin has got a given artifact id and group id
equals(Object) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
equals(Object) - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
equals(Object) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated. Checks are equal within the same plugin.
equals(Object) - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
equals(Object) - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
equals(Object) - Method in class org.sonar.api.database.configuration.Property
 
equals(Object) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
equals(Object) - Method in class org.sonar.api.database.model.ResourceModel
 
equals(Object) - Method in class org.sonar.api.database.model.RuleFailureModel
 
equals(Object) - Method in class org.sonar.api.database.model.Snapshot
 
equals(Object) - Method in class org.sonar.api.database.model.SnapshotSource
 
equals(Object) - Method in class org.sonar.api.database.model.User
 
equals(Object) - Method in class org.sonar.api.design.Dependency
 
equals(Object) - Method in class org.sonar.api.design.DependencyDto
 
equals(Object) - Method in class org.sonar.api.measures.Measure
 
equals(Object) - Method in class org.sonar.api.measures.Metric
 
equals(Object) - Method in class org.sonar.api.measures.RuleMeasure
 
equals(Object) - Method in class org.sonar.api.profiles.ProfileExporter
 
equals(Object) - Method in class org.sonar.api.profiles.ProfileImporter
 
equals(Object) - Method in class org.sonar.api.profiles.RulesProfile
 
equals(Object) - Method in class org.sonar.api.qualitymodel.Characteristic
 
equals(Object) - Method in class org.sonar.api.qualitymodel.Model
 
equals(Object) - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
equals(Object) - Method in class org.sonar.api.resources.AbstractLanguage
 
equals(Object) - Method in class org.sonar.api.resources.Library
 
equals(Object) - Method in class org.sonar.api.resources.Method
 
equals(Object) - Method in class org.sonar.api.resources.ProjectLink
 
equals(Object) - Method in class org.sonar.api.resources.Resource
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRule
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleParam
 
equals(Object) - Method in class org.sonar.api.rules.Rule
 
equals(Object) - Method in class org.sonar.api.rules.RuleParam
 
equals(Object) - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
equals(Object) - Method in class org.sonar.api.rules.Violation
 
equals(Object) - Method in class org.sonar.api.utils.dag.Node
 
equals(Object) - Method in class org.sonar.api.web.CodeColorizerFormat
 
equals(Object) - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
equals(Object) - Method in class org.sonar.wsclient.services.Dependency
 
equals(Object) - Method in class org.sonar.wsclient.services.Event
 
escapeHtml(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
escapeHtml(String) - Static method in class org.sonar.gwt.Utils
 
evaluateAnnotatedClasses(Object, Class) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
evaluatePhase(Object) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
Event - Class in org.sonar.api.batch
 
Event() - Constructor for class org.sonar.api.batch.Event
 
Event(String, String, String) - Constructor for class org.sonar.api.batch.Event
 
Event(String, String, String, Date, Integer) - Constructor for class org.sonar.api.batch.Event
Deprecated. 
Event(String, String, String, Snapshot) - Constructor for class org.sonar.api.batch.Event
Deprecated. 
Event - Class in org.sonar.wsclient.services
 
Event() - Constructor for class org.sonar.wsclient.services.Event
 
EventCreateQuery - Class in org.sonar.wsclient.services
 
EventCreateQuery(Event) - Constructor for class org.sonar.wsclient.services.EventCreateQuery
 
EventQuery - Class in org.sonar.wsclient.services
 
EventQuery() - Constructor for class org.sonar.wsclient.services.EventQuery
 
EventQuery(String) - Constructor for class org.sonar.wsclient.services.EventQuery
 
EventUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
EventUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.EventUnmarshaller
 
excludeTypes(WSMetrics.Metric.ValueType...) - Method in class org.sonar.api.web.gwt.client.webservices.MetricsQuery
Deprecated.  
execute(Project) - Method in class org.sonar.api.batch.Initializer
 
execute(Command, long) - Method in class org.sonar.api.utils.command.CommandExecutor
 
execute(QueryCallBack<WSMetrics.MetricsList>) - Method in class org.sonar.api.web.gwt.client.webservices.MetricsQuery
Deprecated.  
execute(QueryCallBack<Properties>) - Method in class org.sonar.api.web.gwt.client.webservices.PropertiesQuery
Deprecated.  
execute(QueryCallBack<R>) - Method in class org.sonar.api.web.gwt.client.webservices.Query
 
execute(QueryCallBack<Resources>) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
execute(QueryCallBack<VoidResponse>) - Method in class org.sonar.api.web.gwt.client.webservices.SequentialQueries
 
execute(QueryCallBack<FileSource>) - Method in class org.sonar.api.web.gwt.client.webservices.SourcesQuery
Deprecated.  
execute(QueryCallBack<Violations>) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
execute(Query<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(CreateQuery<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(DeleteQuery<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(UpdateQuery<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(Query<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(CreateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(UpdateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(DeleteQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(Query<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
execute(CreateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
execute(UpdateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
execute(DeleteQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
executeAction(String) - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
executeOn(Project, SensorContext) - Method in interface org.sonar.api.batch.PostJob
 
executeXPath(Node, QName, String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPath(String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPath(Node, String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPathNode(Node, String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPathNodeList(String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPathNodeList(Node, String) - Method in class org.sonar.api.utils.XpathParser
 
ExpandCollapseLink - Class in org.sonar.gwt.ui
 
ExpandCollapseLink(Widget) - Constructor for class org.sonar.gwt.ui.ExpandCollapseLink
 
exportConfiguration(RulesProfile) - Method in interface org.sonar.api.rules.ConfigurationExportable
Deprecated.  
exportJavascript() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Export GWT javascript methods to load and control the plugin, must export currently 2 method : I.E for plugin GWT id : foo.bar.MyPlugin, class foo.bar.client.MyPlugin :

$wnd.load_foo_bar_MyPlugin = function() { called to the plugin init from JS obj.@foo.bar.client.MyPlugin::loadContainer()(); } $wnd.on_resource_loaded_foo_bar_MyPlugin = function() { called when a resource JSON object has been refreshed within the page obj.@foo.bar.client.MyPlugin::onResourceLoaded()(); }

exportProfile(RulesProfile, Writer) - Method in class org.sonar.api.profiles.ProfileExporter
 
Extension - Interface in org.sonar.api
Extension point.
ExtensionProvider - Class in org.sonar.api
Factory of extensions.
ExtensionProvider() - Constructor for class org.sonar.api.ExtensionProvider
 

F

fail(String) - Method in class org.sonar.api.batch.BuildBreaker
Execute this method to fail the build.
Favourite - Class in org.sonar.wsclient.services
 
Favourite() - Constructor for class org.sonar.wsclient.services.Favourite
 
FavouriteCreateQuery - Class in org.sonar.wsclient.services
 
FavouriteCreateQuery(String) - Constructor for class org.sonar.wsclient.services.FavouriteCreateQuery
 
FavouriteDeleteQuery - Class in org.sonar.wsclient.services
 
FavouriteDeleteQuery(String) - Constructor for class org.sonar.wsclient.services.FavouriteDeleteQuery
 
FavouriteQuery - Class in org.sonar.wsclient.services
 
FavouriteQuery() - Constructor for class org.sonar.wsclient.services.FavouriteQuery
 
FavouriteUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
FavouriteUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.FavouriteUnmarshaller
 
FIELD - Static variable in class org.sonar.api.resources.Qualifiers
 
FIELD_SEPARATOR - Static variable in class org.sonar.api.utils.KeyValueFormat
 
File - Class in org.sonar.api.resources
This class is an implementation of a resource of type FILE
File(String) - Constructor for class org.sonar.api.resources.File
File in project.
File(String, String) - Constructor for class org.sonar.api.resources.File
Creates a file from its containing directory and name
File(Language, String) - Constructor for class org.sonar.api.resources.File
Creates a File from its language and its key
File(Language, String, String) - Constructor for class org.sonar.api.resources.File
Creates a File from language, directory and filename
FILE - Static variable in class org.sonar.api.resources.Qualifiers
 
FILE - Static variable in class org.sonar.api.resources.Scopes
For example a Java file.
FILE_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_COMPLEXITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
FILE_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
FILE_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_CYCLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_CYCLES - Static variable in interface org.sonar.gwt.Metrics
 
FILE_CYCLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_EDGES_WEIGHT - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_EDGES_WEIGHT - Static variable in interface org.sonar.gwt.Metrics
 
FILE_EDGES_WEIGHT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_FEEDBACK_EDGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_FEEDBACK_EDGES - Static variable in interface org.sonar.gwt.Metrics
 
FILE_FEEDBACK_EDGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLE_INDEX - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLE_INDEX - Static variable in interface org.sonar.gwt.Metrics
 
FILE_TANGLE_INDEX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLES - Static variable in interface org.sonar.gwt.Metrics
 
FILE_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FileFilter - Class in org.sonar.api.batch
 
FileFilter() - Constructor for class org.sonar.api.batch.FileFilter
 
FILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
FILES - Static variable in interface org.sonar.gwt.Metrics
 
FILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FileSource - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use Source instead.
FileSource(Map<Integer, String>) - Constructor for class org.sonar.api.web.gwt.client.webservices.FileSource
Deprecated.  
filter(Collection<Measure>) - Method in interface org.sonar.api.measures.MeasuresFilter
 
filterOnMetricKey() - Method in class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
filterOnRuleCategories(boolean) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
filterOnRulePriorities(boolean) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
filterOnRules(boolean) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
find(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
 
find(Query<MODEL>, Callback<MODEL>) - Method in class org.sonar.wsclient.gwt.Sonar
 
find(Query<MODEL>) - Method in class org.sonar.wsclient.Sonar
 
findAll(List<String>) - Method in interface org.sonar.api.measures.MetricFinder
 
findAll() - Method in interface org.sonar.api.measures.MetricFinder
 
findAll(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
 
findAll(Query<MODEL>, ListCallback<MODEL>) - Method in class org.sonar.wsclient.gwt.Sonar
 
findAll(Query<MODEL>) - Method in class org.sonar.wsclient.Sonar
 
FINDBUGS_EFFORT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_EFFORT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_REPORT_PATH - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_TIMEOUT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_TIMEOUT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
findById(int) - Method in interface org.sonar.api.measures.MetricFinder
 
findById(int) - Method in interface org.sonar.api.rules.RuleFinder
 
findByKey(String) - Method in interface org.sonar.api.measures.MetricFinder
 
findByKey(String, String) - Method in interface org.sonar.api.rules.RuleFinder
 
findByName(String) - Method in interface org.sonar.api.qualitymodel.ModelFinder
 
firstResource() - Method in class org.sonar.api.web.gwt.client.webservices.Resources
Deprecated.  
fixUnicodeChar(String) - Method in class org.sonar.api.utils.XpathParser
Fix the error occured when parsing a string containing unicode character Example : &u20ac; will be replaced by €
FLAG_SQUID_ANALYSIS - Static variable in interface org.sonar.api.batch.Sensor
Sensors that depend upon Squid must declare the following method :
FONT_SIZE - Static variable in class org.sonar.api.charts.AbstractChart
 
Footer - Interface in org.sonar.api.web
 
format(Map<K, V>, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Map) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Multimap<K, V>, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
Limitation: there's currently no methods to parse into Multimap.
format(Multiset<K>, KeyValueFormat.Converter<K>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Multiset) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Bag) - Static method in class org.sonar.api.utils.KeyValueFormat
Deprecated. use Multiset from google collections instead of commons-collections bags
format(Bag, int) - Static method in class org.sonar.api.utils.KeyValueFormat
Deprecated. use Multiset from google collections instead of commons-collections bags
format(String, Object...) - Method in class org.sonar.api.utils.LocalizedMessages
 
format(Date, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
format(Date, String) - Method in class org.sonar.wsclient.JdkUtils
 
format(Date, String) - Method in class org.sonar.wsclient.services.WSUtils
 
formatDate(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatDate(Date) - Static method in class org.sonar.gwt.Utils
 
formatDateTime(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatIntDate(Map<Integer, Date>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatIntDateTime(Map<Integer, Date>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatIntDouble(Map<Integer, Double>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatIntString(Map<Integer, String>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatNumber(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
formatNumber(double) - Static method in class org.sonar.api.web.gwt.client.Utils
 
formatNumber(String) - Static method in class org.sonar.gwt.Utils
 
formatNumber(double) - Static method in class org.sonar.gwt.Utils
 
formatPercent(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
formatPercent(double) - Static method in class org.sonar.api.web.gwt.client.Utils
 
formatPercent(String) - Static method in class org.sonar.gwt.Utils
 
formatPercent(double) - Static method in class org.sonar.gwt.Utils
 
formatQuietly(String, Object...) - Method in class org.sonar.api.utils.LocalizedMessages
 
formatStringInt(Map<String, Integer>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
forModel(Class<MODEL>) - Static method in class org.sonar.wsclient.unmarshallers.Unmarshallers
 
Formula - Interface in org.sonar.api.measures
 
FormulaContext - Interface in org.sonar.api.measures
 
FormulaData - Interface in org.sonar.api.measures
 
forPriority(String) - Static method in class org.sonar.gwt.ui.Icons
Deprecated. since 2.5 use Icons.forSeverity(String)
forQualifier(String) - Static method in class org.sonar.gwt.ui.Icons
 
forSeverity(String) - Static method in class org.sonar.gwt.ui.Icons
 
from(IN_TYPE) - Method in interface org.sonar.api.rules.RulePriorityMapper
Deprecated.  
fromAbsolutePath(String, List<File>, boolean) - Static method in class org.sonar.api.resources.JavaFile
Shortcut to fromIOFile with an abolute path
fromCheckPriority(Priority) - Static method in enum org.sonar.api.rules.RulePriority
 
fromIOFile(File, List<File>) - Static method in class org.sonar.api.resources.File
Creates a File from an io.file and a list of sources directories
fromIOFile(File, Project) - Static method in class org.sonar.api.resources.File
Creates a File from its name and a project
fromIOFile(File, List<File>, boolean) - Static method in class org.sonar.api.resources.JavaFile
Creates a JavaFile from a file in the source directories
fromIsoCategory(IsoCategory) - Static method in class org.sonar.api.rules.RulesCategory
Deprecated.  
fromRelativePath(String, boolean) - Static method in class org.sonar.api.resources.JavaFile
 
fromString(String) - Method in class org.sonar.api.rules.StandardRulesXmlParser.TrimStringConverter
Deprecated.  
fromXml(Reader) - Static method in class org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
Deprecated.  
fromXmlInClasspath(String) - Static method in class org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
Deprecated.  
fromXmlInClasspath(String, Class) - Static method in class org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
Deprecated.  
FUNCTION_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
FUNCTION_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTIONS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
FUNCTIONS - Static variable in interface org.sonar.gwt.Metrics
 
FUNCTIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

G

GENERATED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
GENERATED_LINES - Static variable in interface org.sonar.gwt.Metrics
 
GENERATED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
GENERATED_NCLOC - Static variable in class org.sonar.api.measures.CoreMetrics
 
GENERATED_NCLOC - Static variable in interface org.sonar.gwt.Metrics
 
GENERATED_NCLOC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
generateFileComplexityMetric() - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. Used to define downstream dependencies
generateFileComplexityMetric() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. Used to define downstream dependencies
generateImage(ChartParameters) - Method in class org.sonar.api.charts.AbstractChart
Generates a JFreeChart chart using a set of parameters
generateImage(ChartParameters) - Method in interface org.sonar.api.charts.Chart
The method to implement to generate the chart
generatesMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
Used to define downstream dependencies
generatesMetrics() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
generatesMetrics() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
Each metric is used individually.
GeneratesViolations - Interface in org.sonar.api.batch
Deprecated. since 2.3. Use @DependsUpon(DecoratorBarriers.START_VIOLATIONS_GENERATION) and @DependedUpon(DecoratorBarriers.END_OF_VIOLATIONS_GENERATION)
get(String) - Method in class org.sonar.api.resources.Languages
Return a language from the current object based on its key
get() - Static method in class org.sonar.api.web.gwt.client.webservices.MetricsQuery
Deprecated.  
get(String, String) - Method in class org.sonar.api.web.gwt.client.webservices.Properties
Deprecated.  
get(String) - Static method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated. Alias for build()
get() - Static method in class org.sonar.api.web.gwt.client.webservices.SequentialQueries
 
get(int) - Static method in class org.sonar.api.web.gwt.client.webservices.SequentialQueries
 
get(String) - Static method in class org.sonar.api.web.gwt.client.webservices.SourcesQuery
Deprecated.  
get(String) - Static method in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
get() - Static method in class org.sonar.gwt.ui.Icons
 
getActiveRule(CHECK) - Method in class org.sonar.api.checks.CheckFactory
 
getActiveRule(String, String) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRule(Rule) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRule() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getActiveRuleByConfigKey(String, String) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRuleParams() - Method in class org.sonar.api.rules.ActiveRule
 
getActiveRules() - Method in class org.sonar.api.profiles.RulesProfile
 
getActiveRules(boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
getActiveRules(RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRulesByPlugin(String) - Method in class org.sonar.api.profiles.RulesProfile
Deprecated. since 2.3 use RulesProfile.getActiveRulesByRepository(String) instead.
getActiveRulesByRepository(String) - Method in class org.sonar.api.profiles.RulesProfile
Get the active rules of a specific repository.
getAlertLabel(Metric.Level) - Method in class org.sonar.api.profiles.Alert
 
getAlerts() - Method in class org.sonar.api.profiles.RulesProfile
 
getAlertStatus() - Method in class org.sonar.api.database.model.MeasureModel
 
getAlertStatus() - Method in class org.sonar.api.measures.Measure
 
getAlertText() - Method in class org.sonar.api.database.model.MeasureModel
 
getAlertText() - Method in class org.sonar.api.measures.Measure
 
getAll() - Method in class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
getAnalysisDate() - Method in class org.sonar.api.resources.Project
 
getAnalysisType() - Method in class org.sonar.api.resources.Project
 
getAnalysisVersion() - Method in class org.sonar.api.resources.Project
 
getArguments() - Method in class org.sonar.api.utils.command.Command
 
getArray(JSONValue, int) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getArray(JSONValue, int) - Static method in class org.sonar.gwt.JsonUtils
 
getArray(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.JdkUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.services.WSUtils
 
getArraySize(JSONValue) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getArraySize(JSONValue) - Static method in class org.sonar.gwt.JsonUtils
 
getArraySize(Object) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getArraySize(Object) - Method in class org.sonar.wsclient.JdkUtils
 
getArraySize(Object) - Method in class org.sonar.wsclient.services.WSUtils
 
getArtifactId() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The plugin artifact id
getArtifactId() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2011
getAsDouble(JSONValue) - Static method in class org.sonar.gwt.JsonUtils
 
getAsString(JSONValue) - Static method in class org.sonar.gwt.JsonUtils
 
getBasedir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getBasedir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Project root directory.
getBestValue() - Method in class org.sonar.api.measures.Metric
 
getBody() - Method in class org.sonar.wsclient.services.AbstractQuery
Request body.
getBody() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
Property value is transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
Property value is transmitted through request body as content may exceed URL size allowed by the server.
getBoolean(JSONObject, String) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getBoolean(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getBoolean(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getBoolean(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getBoolean(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getBoolean(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getBottomLimits() - Method in class org.sonar.api.measures.RangeDistributionBuilder
Gives the bottom limits of ranges used
getBranch() - Method in class org.sonar.api.resources.Project
 
getBuildDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getBuildDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Build directory.
getBuildOutputDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getBuildOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Directory where classes are placed.
getBuiltInProfiles() - Method in class org.sonar.api.rules.AbstractImportableRulesRepository
Deprecated. A map a of profiles to import, The profile name as key, and the xml profile file name in the classpath
getBundle(Locale) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getByLines() - Method in class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
getCardinality() - Method in class org.sonar.api.rules.Rule
 
getCategories() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getCategories() - Method in class org.sonar.wsclient.services.EventQuery
 
getCategories() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getCategory() - Method in class org.sonar.api.batch.Event
 
getCategory() - Method in class org.sonar.api.web.gwt.client.webservices.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getCategory() - Method in class org.sonar.wsclient.services.Event
 
getCategoryId() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getCells() - Method in class org.sonar.wsclient.services.TimeMachine
 
getCharacteristic() - Method in class org.sonar.api.database.model.MeasureModel
 
getCharacteristic() - Method in class org.sonar.api.measures.Measure
 
getCharacteristicByKey(String) - Method in class org.sonar.api.qualitymodel.Model
Search for an ENABLED characteristic by its key.
getCharacteristicByName(String) - Method in class org.sonar.api.qualitymodel.Model
Search for an ENABLED characteristic by its name.
getCharacteristicByRule(Rule) - Method in class org.sonar.api.qualitymodel.Model
Search for an ENABLED characteristic with the specified rule.
getCharacteristicKey() - Method in class org.sonar.wsclient.services.Measure
 
getCharacteristicKey() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getCharacteristicName() - Method in class org.sonar.wsclient.services.Measure
 
getCharacteristics() - Method in class org.sonar.api.qualitymodel.Model
 
getCharacteristics(boolean) - Method in class org.sonar.api.qualitymodel.Model
 
getCharacteristicsByDepth(int) - Method in class org.sonar.api.qualitymodel.Model
Search for ENABLED characteristics by their depth.
getCheck(Object) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
getCheck(ActiveRule) - Method in class org.sonar.api.checks.CheckFactory
 
getCheck(String, String) - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated. We assume there is only one check for this template
getCheckAnnotation(Class) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getChecker(Check) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
getChecker() - Method in interface org.sonar.check.Message
Deprecated. Return the checker which logged the message.
getCheckers() - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
getCheckKey(Class) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getCheckResourcesBase() - Method in class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
getChecks() - Method in class org.sonar.api.checks.CheckFactory
 
getChecks() - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
getChecks(String) - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
getChecks(String, String) - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
getChecksum() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getChild(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getChildElement(Element, String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElement(String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElements(String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElements(Element, String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElementValue(Element, String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElementValue(String) - Method in class org.sonar.api.utils.XpathParser
 
getChildren() - Method in interface org.sonar.api.batch.DecoratorContext
Child contexts are read only
getChildren() - Method in class org.sonar.api.batch.DefaultFormulaData
 
getChildren(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getChildren(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getChildren() - Method in interface org.sonar.api.measures.FormulaData
 
getChildren() - Method in class org.sonar.api.qualitymodel.Characteristic
Enabled children sorted by insertion order
getChildren(boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
Enabled children sorted by insertion order
getChildrenMeasures(MeasuresFilter) - Method in interface org.sonar.api.batch.DecoratorContext
Never return null.
getChildrenMeasures(Metric) - Method in interface org.sonar.api.batch.DecoratorContext
 
getChildrenMeasures(MeasuresFilter) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getChildrenMeasures(Metric) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getChildrenMeasures(MeasuresFilter) - Method in interface org.sonar.api.measures.FormulaData
 
getChildrenMeasures(Metric) - Method in interface org.sonar.api.measures.FormulaData
 
getClassAnnotation(Object, Class<A>) - Static method in class org.sonar.api.utils.AnnotationUtils
Searches for a class annotation.
getClassloader() - Method in class org.sonar.api.batch.ProjectClasspath
 
getColorName() - Method in enum org.sonar.api.measures.Metric.Level
 
getColumn(String) - Method in class org.sonar.wsclient.services.TimeMachine
 
getColumn1() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumn2() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumn3() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumn4() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumnIndex(String) - Method in class org.sonar.wsclient.services.TimeMachine
 
getColumns() - Method in class org.sonar.wsclient.services.TimeMachine
 
getCommand() - Method in exception org.sonar.api.utils.command.CommandException
 
getConditions() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getConditionsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getConfigKey() - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getConfigKey() - Method in class org.sonar.api.rules.ActiveRule
 
getConfigKey() - Method in class org.sonar.api.rules.Rule
 
getConfigKey() - Method in class org.sonar.api.rules.RuleQuery
 
getConfigKey() - Method in class org.sonar.wsclient.services.Rule
 
getConfiguration() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getConfiguration() - Method in interface org.sonar.api.measures.FormulaContext
 
getConfiguration() - Method in class org.sonar.api.resources.Project
 
getConfiguration(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
getConfiguration(String, String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
getConfigurationKeys() - Static method in class org.sonar.api.web.gwt.client.Utils
 
getConnector() - Method in class org.sonar.wsclient.Sonar
 
getCopy() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getCopy() - Method in class org.sonar.wsclient.services.Resource
 
getCopyResourceId() - Method in class org.sonar.api.database.model.ResourceModel
 
getCost() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getCost() - Method in class org.sonar.api.rules.Violation
 
getCoveredConditions() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getCoveredConditionsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getCoveredLines() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getCreatedAt() - Method in class org.sonar.api.batch.Event
 
getCreatedAt() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getCreatedAt() - Method in class org.sonar.api.database.model.Snapshot
 
getCreatedAt() - Method in class org.sonar.api.rules.Violation
 
getCreatedAt() - Method in class org.sonar.wsclient.services.Violation
 
getData() - Method in class org.sonar.api.batch.Event
 
getData() - Method in class org.sonar.api.database.model.MeasureData
 
getData(Metric) - Method in class org.sonar.api.database.model.MeasureModel
 
getData() - Method in class org.sonar.api.database.model.SnapshotSource
 
getData() - Method in class org.sonar.api.measures.Measure
 
getData() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getData() - Method in class org.sonar.wsclient.services.Event
 
getData() - Method in class org.sonar.wsclient.services.Measure
 
getDataAsLevel() - Method in class org.sonar.api.measures.Measure
 
getDataAsMap() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getDataAsMap() - Method in class org.sonar.wsclient.services.Measure
 
getDataAsMap(String) - Method in class org.sonar.wsclient.services.Measure
 
getDate() - Method in class org.sonar.api.batch.Event
 
getDate() - Method in class org.sonar.api.measures.Measure
 
getDate(JSONObject, String) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getDate() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getDate(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getDate() - Method in class org.sonar.wsclient.services.Event
 
getDate() - Method in class org.sonar.wsclient.services.Resource
 
getDate() - Method in class org.sonar.wsclient.services.TimeMachineCell
 
getDate(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getDateTime(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getDateTime(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getDateTime(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getDateTime(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getDefaultDescription() - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getDefaultDescription() - Method in class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
getDefaultProfile() - Method in class org.sonar.api.profiles.RulesProfile
 
getDefaultTitle() - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getDefaultTitle() - Method in class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
getDefaultValue() - Method in class org.sonar.api.rules.RuleParam
 
getDefaultValueAsBoolean() - Method in class org.sonar.api.rules.RuleParam
 
getDefaultValueAsInteger() - Method in class org.sonar.api.rules.RuleParam
 
getDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getDependencies() - Method in interface org.sonar.api.batch.SensorContext
 
getDependencies() - Method in class org.sonar.api.batch.SonarIndex
 
getDependencies() - Method in class org.sonar.api.utils.dag.Node
 
getDependents(T) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
Objects that depend upon this extension.
getDepId() - Method in class org.sonar.wsclient.services.DependencyTree
 
getDepth() - Method in class org.sonar.api.database.model.Snapshot
 
getDepth() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getDepth() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
getDepth() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getDepth() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getDescription() - Method in class org.sonar.api.batch.Event
 
getDescription(Locale) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getDescription(Locale) - Method in class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
getDescription(Locale) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getDescription() - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
getDescription(Locale) - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
getDescription(Locale) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplate
 
getDescription() - Method in class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
getDescription(Locale) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
getDescription() - Method in class org.sonar.api.database.model.MeasureModel
 
getDescription() - Method in class org.sonar.api.database.model.ResourceModel
Only available at project level.
getDescription() - Method in class org.sonar.api.measures.Measure
 
getDescription() - Method in class org.sonar.api.measures.Metric
 
getDescription() - Method in interface org.sonar.api.Plugin
Deprecated. since 2.2. The description must be set in the manifest.
getDescription() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getDescription() - Method in class org.sonar.api.resources.Directory
 
getDescription() - Method in class org.sonar.api.resources.File
getDescription() - Method in class org.sonar.api.resources.JavaFile
 
getDescription() - Method in class org.sonar.api.resources.JavaPackage
getDescription() - Method in class org.sonar.api.resources.Library
 
getDescription() - Method in class org.sonar.api.resources.Method
 
getDescription() - Method in class org.sonar.api.resources.Project
 
getDescription() - Method in class org.sonar.api.resources.Resource
 
getDescription() - Method in class org.sonar.api.rules.Rule
 
getDescription() - Method in class org.sonar.api.rules.RuleParam
 
getDescription() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
getDescription() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
getDescription() - Method in class org.sonar.wsclient.services.Event
 
getDescription() - Method in class org.sonar.wsclient.services.Metric
 
getDescription() - Method in class org.sonar.wsclient.services.Resource
 
getDescription() - Method in class org.sonar.wsclient.services.Rule
 
getDescription() - Method in class org.sonar.wsclient.services.RuleParam
 
getDirection() - Method in class org.sonar.api.measures.Metric
 
getDirection() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
getDirection() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getDirection() - Method in class org.sonar.wsclient.services.Metric
 
getDividendMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getDivisorMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getDocument() - Method in class org.sonar.api.utils.XpathParser
 
getDomain() - Method in class org.sonar.api.measures.Metric
 
getDomain() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
getDomain() - Method in class org.sonar.wsclient.services.Metric
 
getDouble(JSONObject, String) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getDouble(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getDouble(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getDouble(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getDouble(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getDouble(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getEffectiveKey() - Method in class org.sonar.api.resources.Resource
 
getElements() - Method in class org.sonar.api.batch.ProjectClasspath
bytecode directory + JARs (dependencies)
getElementValue(Node) - Method in class org.sonar.api.utils.XpathParser
 
getEmail() - Method in class org.sonar.api.database.model.User
 
getEnabled() - Method in class org.sonar.api.database.model.ResourceModel
 
getEnabled() - Method in class org.sonar.api.measures.Metric
 
getEnabled() - Method in class org.sonar.api.profiles.RulesProfile
 
getEnabled() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getEnabledMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getEntity(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
getEntityManager() - Method in class org.sonar.api.database.DatabaseSession
 
getErrors() - Method in class org.sonar.api.utils.ValidationMessages
 
getEvents() - Method in interface org.sonar.api.batch.DecoratorContext
 
getEvents(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getEvents(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getExclusionPatterns() - Method in class org.sonar.api.resources.Project
Patterns of resource exclusion as defined in project settings page.
getExecutable() - Method in class org.sonar.api.utils.command.Command
 
getExtensions(String, String...) - Method in interface org.sonar.api.platform.ServerFileSystem
 
getExtensions() - Method in interface org.sonar.api.Plugin
Classes of the implemented extensions.
getField(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getField(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getField(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getFields(Object) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getFields(Object) - Method in class org.sonar.wsclient.JdkUtils
 
getFields(Object) - Method in class org.sonar.wsclient.services.WSUtils
 
getFile() - Method in interface org.sonar.api.resources.InputFile
 
getFileBaseDir() - Method in interface org.sonar.api.resources.InputFile
The source base directory, different than the project basedir.
getFileFromBuildDirectory(String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getFileFromBuildDirectory(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getFileSuffixes() - Method in class org.sonar.api.resources.Java
For example ["jav","java"].
getFileSuffixes() - Method in interface org.sonar.api.resources.Language
For example ["jav","java"].
getFileSystem() - Method in class org.sonar.api.resources.Project
Note: it's better to get a reference on ProjectFileSystem as an IoC dependency (constructor parameter)
getFormattedValue() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getFormattedValue() - Method in class org.sonar.wsclient.services.Measure
 
getFormattedValue(String) - Method in class org.sonar.wsclient.services.Measure
 
getFormula() - Method in class org.sonar.api.measures.Metric
 
getFrom() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getFrom() - Method in class org.sonar.api.design.Dependency
 
getFrom() - Method in class org.sonar.wsclient.services.EventQuery
 
getFrom() - Method in class org.sonar.wsclient.services.SourceQuery
 
getFrom() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getFromId() - Method in class org.sonar.wsclient.services.Dependency
 
getFromKey() - Method in class org.sonar.wsclient.services.Dependency
 
getFromName() - Method in class org.sonar.wsclient.services.Dependency
 
getFromQualifier() - Method in class org.sonar.wsclient.services.Dependency
 
getFromResourceId() - Method in class org.sonar.api.design.DependencyDto
 
getFromScope() - Method in class org.sonar.api.design.DependencyDto
 
getFromSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getGoals() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The maven goals to execute
getGroupId() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The plugin group id
getGroupId() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2011
getGroupId() - Method in class org.sonar.api.security.GroupRole
 
getGwtId() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Return the GWT id of the widget
getGwtId() - Method in interface org.sonar.api.web.GwtExtension
 
getHeight() - Method in class org.sonar.api.charts.ChartParameters
Get the chart height
getHidden() - Method in class org.sonar.wsclient.services.Metric
 
getHitsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getHomeDir() - Method in interface org.sonar.api.platform.ServerFileSystem
 
getHost() - Method in class org.sonar.wsclient.Host
 
getHref() - Method in class org.sonar.api.resources.ProjectLink
 
getHtml() - Method in interface org.sonar.api.web.Footer
Static HTML (no Ruby on Rails nor GWT)
getId() - Method in class org.sonar.api.database.BaseIdentifiable
 
getId() - Method in class org.sonar.api.database.model.MeasureModel
 
getId() - Method in class org.sonar.api.design.Dependency
 
getId() - Method in class org.sonar.api.design.DependencyDto
 
getId() - Method in class org.sonar.api.measures.Measure
 
getId() - Method in class org.sonar.api.measures.Metric
For internal use only
getId() - Method in class org.sonar.api.platform.Server
 
getId() - Method in class org.sonar.api.profiles.RulesProfile
 
getId() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getId() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getId() - Method in class org.sonar.api.qualitymodel.Model
 
getId() - Method in class org.sonar.api.resources.Resource
 
getId() - Method in class org.sonar.api.rules.ActiveRule
 
getId() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getId() - Method in class org.sonar.api.rules.Rule
 
getId() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getId() - Method in class org.sonar.api.web.AbstractDashboardWidget
Deprecated.  
getId() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getId() - Method in class org.sonar.api.web.GwtPage
 
getId() - Method in interface org.sonar.api.web.View
 
getId() - Method in interface org.sonar.api.web.Webservice
 
getId() - Method in class org.sonar.wsclient.services.Dependency
 
getId() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getId() - Method in class org.sonar.wsclient.services.Event
 
getId() - Method in class org.sonar.wsclient.services.Favourite
 
getId() - Method in class org.sonar.wsclient.services.Resource
 
getId() - Method in class org.sonar.wsclient.services.Server
 
getIdOrKey() - Method in class org.sonar.wsclient.services.FavouriteDeleteQuery
 
getIncomingDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getIncomingDependencies(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getIncomingDependencies(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getIndex() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getInfos() - Method in class org.sonar.api.utils.ValidationMessages
 
getInheritance() - Method in class org.sonar.api.rules.ActiveRule
For internal use only.
getInheritance() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getInitialDbVersion() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
The database version before the server startup.
getInitialReferential() - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
getInitialReferential() - Method in class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
getInitialReferential() - Method in interface org.sonar.api.rules.RulesRepository
Deprecated.  
getInstance() - Static method in class org.sonar.wsclient.gwt.Sonar
To be used in Sonar extensions only, else use constructors.
getINSTANCE() - Static method in class org.sonar.wsclient.services.WSUtils
 
getInteger(JSONObject, String) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getInteger(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getInteger(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getInteger(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getInteger(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getInteger(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getIntValue() - Method in class org.sonar.api.measures.Measure
 
getIntValue() - Method in class org.sonar.wsclient.services.Measure
 
getIsoCategory() - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getJavaSourceFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. 
getJavaSourceFiles() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 use ProjectFileSystem.mainFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
getJavaSourceVersion(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
 
getJavaSourceVersion(Project) - Static method in class org.sonar.api.resources.ProjectUtils
Deprecated. since 2.6 use JavaUtils.getSourceVersion() instead.
getJavaVersion(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Returns the version of Java used by the maven compiler plugin
getJavaVersion(Project) - Static method in class org.sonar.api.resources.ProjectUtils
Deprecated. since 2.6 use JavaUtils.getTargetVersion() instead.
getKey() - Method in interface org.sonar.api.charts.Chart
 
getKey() - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getKey() - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
getKey() - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
getKey() - Method in class org.sonar.api.database.configuration.Property
 
getKey() - Method in class org.sonar.api.database.model.ResourceModel
 
getKey() - Method in class org.sonar.api.measures.Metric
 
getKey() - Method in interface org.sonar.api.Plugin
Deprecated. since 2.2. The key must be set in the manifest.
getKey() - Method in class org.sonar.api.profiles.ProfileExporter
 
getKey() - Method in class org.sonar.api.profiles.ProfileImporter
 
getKey() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getKey() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getKey() - Method in class org.sonar.api.resources.AbstractLanguage
For example "java".
getKey() - Method in interface org.sonar.api.resources.Language
For example "java".
getKey() - Method in class org.sonar.api.resources.ProjectLink
 
getKey() - Method in class org.sonar.api.resources.Resource
 
getKey() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getKey() - Method in class org.sonar.api.rules.Rule
 
getKey() - Method in class org.sonar.api.rules.RuleParam
 
getKey() - Method in class org.sonar.api.rules.RuleQuery
 
getKey() - Method in class org.sonar.api.rules.RuleRepository
 
getKey() - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
getKey() - Method in class org.sonar.api.utils.KeyValue
 
getKey() - Method in class org.sonar.api.web.gwt.client.webservices.Property
Deprecated.  
getKey() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getKey() - Method in class org.sonar.api.web.gwt.client.webservices.Rule
Deprecated.  
getKey() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
getKey() - Method in class org.sonar.wsclient.services.Favourite
 
getKey() - Method in class org.sonar.wsclient.services.Metric
 
getKey() - Method in class org.sonar.wsclient.services.Plugin
 
getKey() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getKey() - Method in class org.sonar.wsclient.services.Property
 
getKey() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getKey() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getKey() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getKey() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getKey() - Method in class org.sonar.wsclient.services.Resource
 
getKey() - Method in class org.sonar.wsclient.services.Rule
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getKeys() - Method in class org.sonar.api.utils.LocalizedMessages
 
getLanguage() - Method in class org.sonar.api.batch.AbstractSourceImporter
 
getLanguage() - Method in interface org.sonar.api.batch.CpdMapping
 
getLanguage() - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
getLanguage() - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
getLanguage() - Method in class org.sonar.api.profiles.RulesProfile
 
getLanguage() - Method in class org.sonar.api.resources.Directory
 
getLanguage() - Method in class org.sonar.api.resources.File
getLanguage() - Method in class org.sonar.api.resources.JavaFile
 
getLanguage() - Method in class org.sonar.api.resources.JavaPackage
 
getLanguage() - Method in class org.sonar.api.resources.Library
 
getLanguage() - Method in class org.sonar.api.resources.Method
 
getLanguage() - Method in class org.sonar.api.resources.Project
 
getLanguage() - Method in class org.sonar.api.resources.Resource
 
getLanguage() - Method in class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
getLanguage() - Method in class org.sonar.api.rules.RuleRepository
 
getLanguage() - Method in interface org.sonar.api.rules.RulesRepository
Deprecated.  
getLanguage() - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
getLanguage() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getLanguage() - Method in class org.sonar.wsclient.services.Favourite
 
getLanguage() - Method in class org.sonar.wsclient.services.Profile
 
getLanguage() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getLanguage() - Method in class org.sonar.wsclient.services.Resource
 
getLanguage() - Method in class org.sonar.wsclient.services.RuleQuery
 
getLanguageKey() - Method in class org.sonar.api.database.model.ResourceModel
 
getLanguageKey() - Method in class org.sonar.api.resources.Project
 
getLanguageKey() - Method in class org.sonar.api.web.CodeColorizerFormat
 
getLast() - Method in class org.sonar.api.database.model.Snapshot
 
getLastSnapshotId() - Method in interface org.sonar.api.batch.PurgeContext
Deprecated.  
getLevel() - Method in class org.sonar.api.database.model.RuleFailureModel
Deprecated. since 2.7. Replace by getPriority()
getLevelForLine(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
getLevelValue() - Method in class org.sonar.api.database.model.MeasureModel
 
getLimit() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getLimit() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getLine() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getLine() - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
getLine() - Method in interface org.sonar.check.Message
Deprecated.  
getLine(int) - Method in class org.sonar.wsclient.services.Source
 
getLine() - Method in class org.sonar.wsclient.services.Violation
 
getLineId() - Method in class org.sonar.api.rules.Violation
 
getLines() - Method in class org.sonar.api.web.gwt.client.webservices.FileSource
Deprecated.  
getLines() - Method in class org.sonar.wsclient.services.Source
 
getLinesById() - Method in class org.sonar.wsclient.services.Source
 
getLinesToCover() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getLinkLabel(boolean) - Method in class org.sonar.gwt.ui.ExpandCollapseLink
 
getLocale() - Method in class org.sonar.api.charts.ChartParameters
Get the Locale
getLocale() - Method in class org.sonar.api.utils.LocalizedMessages
 
getLogger() - Method in class org.sonar.api.utils.TimeProfiler
 
getLogin() - Method in class org.sonar.api.database.model.User
 
getLong(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getLong(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getLong(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getLong(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getLongName() - Method in class org.sonar.api.database.model.ResourceModel
 
getLongName() - Method in class org.sonar.api.resources.Directory
 
getLongName() - Method in class org.sonar.api.resources.File
getLongName() - Method in class org.sonar.api.resources.JavaFile
getLongName() - Method in class org.sonar.api.resources.JavaPackage
getLongName() - Method in class org.sonar.api.resources.Library
 
getLongName() - Method in class org.sonar.api.resources.Method
 
getLongName() - Method in class org.sonar.api.resources.Project
 
getLongName() - Method in class org.sonar.api.resources.Resource
 
getLongName() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getLongName() - Method in class org.sonar.wsclient.services.Resource
 
getMavenPluginHandler(Project) - Method in interface org.sonar.api.batch.maven.DependsUponMavenPlugin
 
getMavenRepositoryUrl() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getMeasure(Metric) - Method in interface org.sonar.api.batch.DecoratorContext
Find a measure for the resource
getMeasure(Metric) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getMeasure(Metric) - Method in interface org.sonar.api.batch.SensorContext
Find a project measure
getMeasure(Resource, Metric) - Method in interface org.sonar.api.batch.SensorContext
Find a measure for this project
getMeasure(Resource, Metric) - Method in class org.sonar.api.batch.SonarIndex
 
getMeasure() - Method in class org.sonar.api.database.model.MeasureData
 
getMeasure(Metric) - Method in interface org.sonar.api.measures.FormulaData
 
getMeasure(WSMetrics.Metric) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getMeasure(String) - Method in class org.sonar.wsclient.services.Resource
 
getMeasureData() - Method in class org.sonar.api.database.model.MeasureModel
Use getData() instead
getMeasureDate() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
getMeasureDate() - Method in class org.sonar.api.database.model.MeasureModel
 
getMeasureFormattedValue(WSMetrics.Metric, String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getMeasureFormattedValue(String, String) - Method in class org.sonar.wsclient.services.Resource
 
getMeasureId() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
getMeasureIntValue(String) - Method in class org.sonar.wsclient.services.Resource
 
getMeasures(MeasuresFilter<M>) - Method in interface org.sonar.api.batch.DecoratorContext
Never return null.
getMeasures(MeasuresFilter<M>) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getMeasures(MeasuresFilter<M>) - Method in interface org.sonar.api.batch.SensorContext
All measures of the project.
getMeasures(Resource, MeasuresFilter<M>) - Method in interface org.sonar.api.batch.SensorContext
Find all measures for this project.
getMeasures(Resource, MeasuresFilter<M>) - Method in class org.sonar.api.batch.SonarIndex
 
getMeasures(TimeMachineQuery) - Method in interface org.sonar.api.batch.TimeMachine
Past measures, sorted by date.
getMeasures(MeasuresFilter<M>) - Method in interface org.sonar.api.measures.FormulaData
 
getMeasures() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getMeasures() - Method in class org.sonar.wsclient.services.Resource
 
getMeasuresFields(TimeMachineQuery) - Method in interface org.sonar.api.batch.TimeMachine
Past measures sorted by date.
getMeasureValue(String) - Method in class org.sonar.wsclient.services.Resource
 
getMessage(Locale, String, Object...) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getMessage(Locale, String, Object...) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getMessage(Locale, String, Object...) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplate
 
getMessage() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getMessage() - Method in class org.sonar.api.rules.Violation
 
getMessage() - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
getMessage() - Method in class org.sonar.wsclient.services.Violation
 
getMetric(Metric) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetric(String) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetric() - Method in class org.sonar.api.measures.Measure
 
getMetric() - Method in class org.sonar.api.measures.PropertiesBuilder
 
getMetric() - Method in class org.sonar.api.profiles.Alert
 
getMetric() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getMetricId() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
getMetricId() - Method in class org.sonar.api.database.model.MeasureModel
 
getMetricKey() - Method in class org.sonar.api.measures.Measure
 
getMetricKey() - Method in class org.sonar.wsclient.services.Measure
 
getMetricKey() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getMetricKeys() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getMetricName() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getMetricName() - Method in class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
getMetricName() - Method in class org.sonar.wsclient.services.Measure
 
getMetrics() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getMetrics(List<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetrics() - Static method in class org.sonar.api.measures.CoreMetrics
 
getMetrics() - Method in interface org.sonar.api.measures.Metrics
 
getMetrics() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.MetricsList
 
getMetrics() - Method in class org.sonar.gwt.ui.ViewerHeader
 
getMetrics() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getMetrics() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getMimeType() - Method in class org.sonar.api.profiles.ProfileExporter
 
getMinimumScopeToPersist() - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
getModel() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getModelClass() - Method in class org.sonar.wsclient.services.CreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.EventCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.EventQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.FavouriteCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.FavouriteQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.MetricQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.Query
 
getModelClass() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.RuleQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ServerQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.SourceQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UpdateCenterQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UpdateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getModelName() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getModules() - Method in class org.sonar.api.resources.Project
 
getMoreButton() - Method in class org.sonar.gwt.ui.SourcePanel
 
getName() - Method in class org.sonar.api.batch.Event
 
getName() - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
getName() - Method in class org.sonar.api.database.model.ResourceModel
 
getName() - Method in class org.sonar.api.database.model.User
 
getName() - Method in class org.sonar.api.measures.Metric
 
getName() - Method in interface org.sonar.api.Plugin
Deprecated. since 2.2. The name must be set in the manifest.
getName() - Method in class org.sonar.api.profiles.ProfileExporter
 
getName() - Method in class org.sonar.api.profiles.ProfileImporter
 
getName() - Method in class org.sonar.api.profiles.RulesProfile
 
getName() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getName() - Method in class org.sonar.api.qualitymodel.Model
 
getName() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
getName() - Method in class org.sonar.api.resources.AbstractLanguage
For example "Java"
getName() - Method in class org.sonar.api.resources.Directory
 
getName() - Method in class org.sonar.api.resources.File
getName() - Method in class org.sonar.api.resources.JavaFile
getName() - Method in class org.sonar.api.resources.JavaPackage
getName() - Method in interface org.sonar.api.resources.Language
For example "Java"
getName() - Method in class org.sonar.api.resources.Library
 
getName() - Method in class org.sonar.api.resources.Method
 
getName() - Method in class org.sonar.api.resources.Project
 
getName() - Method in class org.sonar.api.resources.ProjectLink
 
getName() - Method in class org.sonar.api.resources.Resource
 
getName() - Method in class org.sonar.api.rules.Rule
 
getName() - Method in class org.sonar.api.rules.RuleRepository
 
getName(boolean) - Method in class org.sonar.api.rules.RuleRepository
 
getName() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
getName() - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
getName() - Method in class org.sonar.api.rules.xml.Property
Deprecated.  
getName() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getName(boolean) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getName() - Method in class org.sonar.api.web.gwt.client.webservices.Rule
Deprecated.  
getName() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
getName() - Method in class org.sonar.wsclient.services.Event
 
getName() - Method in class org.sonar.wsclient.services.Favourite
 
getName() - Method in class org.sonar.wsclient.services.Metric
 
getName() - Method in class org.sonar.wsclient.services.Plugin
 
getName() - Method in class org.sonar.wsclient.services.Profile
 
getName() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getName() - Method in class org.sonar.wsclient.services.Resource
 
getName(boolean) - Method in class org.sonar.wsclient.services.Resource
 
getName() - Method in class org.sonar.wsclient.services.RuleParam
 
getObject() - Method in class org.sonar.api.utils.dag.Node
 
getOperator() - Method in class org.sonar.api.profiles.Alert
 
getOrder() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getOrder() - Method in class org.sonar.api.utils.dag.Node
 
getOrigin() - Method in class org.sonar.api.measures.Metric
 
getOutgoingDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getOutgoingDependencies(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getOutgoingDependencies(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getPackaging() - Method in class org.sonar.api.resources.Project
 
getPageWidth() - Static method in class org.sonar.gwt.Utils
 
getParam(String) - Method in class org.sonar.api.rules.Rule
 
getParameter(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Gets a parameter of the plugin based on its key
getParameter(String) - Method in class org.sonar.api.rules.ActiveRule
 
getParameter(String) - Static method in class org.sonar.gwt.Configuration
 
getParameter(String, String) - Static method in class org.sonar.gwt.Configuration
 
getParameter(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
getParameterKeys() - Static method in class org.sonar.gwt.Configuration
 
getParameters(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Gets a list of parameters of the plugin from a param key
getParameters() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getParams() - Method in class org.sonar.api.rules.Rule
 
getParams() - Method in class org.sonar.wsclient.services.Rule
 
getParent(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getParent(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getParent() - Method in class org.sonar.api.design.Dependency
 
getParent(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getParent() - Method in class org.sonar.api.resources.Directory
 
getParent() - Method in class org.sonar.api.resources.File
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.resources.JavaFile
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.resources.JavaPackage
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.resources.Library
 
getParent() - Method in class org.sonar.api.resources.Method
 
getParent() - Method in class org.sonar.api.resources.Project
 
getParent() - Method in class org.sonar.api.resources.Resource
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.rules.Rule
 
getParentDependencyId() - Method in class org.sonar.api.design.DependencyDto
 
getParentId() - Method in class org.sonar.api.database.model.Snapshot
 
getParentId() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getParentName() - Method in class org.sonar.api.profiles.RulesProfile
For internal use only.
getParentName() - Method in class org.sonar.wsclient.services.Profile
 
getParents() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getPassword() - Method in class org.sonar.wsclient.Host
 
getPath() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod1Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod1Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod2Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod2Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod2Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod2Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod2Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod2Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod3Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod3Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod3Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod3Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod3Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod3Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod4Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod4Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod4Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod4Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod4Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod4Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod5Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod5Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod5Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod5Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod5Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod5Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriodDate(int) - Method in class org.sonar.api.database.model.Snapshot
 
getPeriodMode(int) - Method in class org.sonar.api.database.model.Snapshot
 
getPeriodModeParameter(int) - Method in class org.sonar.api.database.model.Snapshot
 
getPermaLinkURLBase() - Static method in class org.sonar.api.web.gwt.client.ResourceDictionary
 
getPersistenceMode() - Method in class org.sonar.api.measures.Measure
Gets the persistence mode of the measure.
getPicoContainer() - Method in class org.sonar.api.utils.IocContainer
 
getPlot(ChartParameters) - Method in class org.sonar.api.charts.AbstractChart
 
getPlugin() - Method in class org.sonar.api.batch.maven.MavenPlugin
 
getPlugin(MavenProject, String, String) - Static method in class org.sonar.api.batch.maven.MavenPlugin
Returns a plugin from a pom based on its group id and artifact id

getPlugin(Collection<Plugin>, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Queries a collection of plugins based on a group id and an artifact id and returns the plugin if it exists
getPlugin(String) - Method in interface org.sonar.api.platform.PluginRepository
 
getPlugin(String) - Method in class org.sonar.api.Plugins
Deprecated. Returns a plugin based on its key
getPluginByExtension(Extension) - Method in class org.sonar.api.Plugins
Deprecated. Returns a plugin based on its extension
getPluginForExtension(Object) - Method in interface org.sonar.api.platform.PluginRepository
Deprecated. since 2.3
getPluginName() - Method in class org.sonar.api.rules.ActiveRule
Deprecated. since 2.3 use ActiveRule.getRepositoryKey() instead
getPluginName() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.getRepositoryKey() instead
getPluginRule(String, String) - Method in class org.sonar.api.rules.DefaultRulesManager
Deprecated. Gets a rule belonging to a defined plugin based on its key
getPluginRule(String, String) - Method in class org.sonar.api.rules.RulesManager
Deprecated. Gets a rule belonging to a defined plugin based on its key
getPluginRulesIndexedByKey(String) - Method in class org.sonar.api.rules.DefaultRulesManager
Deprecated. Gets a list of rules indexed by their key for a given plugin
getPlugins() - Method in interface org.sonar.api.platform.PluginRepository
 
getPlugins() - Method in class org.sonar.api.Plugins
Deprecated. Gives a collection of available plugins in the Sonar instance
getPom() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2011 , MavenProject can be retrieved as an IoC dependency
getPreviousSnapshotId() - Method in interface org.sonar.api.batch.PurgeContext
Deprecated.  
getPriorities() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
getPriorities() - Method in class org.sonar.wsclient.services.ViolationQuery
Deprecated. since 2.5 use ViolationQuery.getSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
getPriority() - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getPriority() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getPriority() - Method in class org.sonar.api.rules.ActiveRule
Deprecated. since 2.5 use ActiveRule.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.rules.Violation
Deprecated. since 2.5 use Violation.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
getPriority() - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
getPriority() - Method in class org.sonar.wsclient.services.Violation
Deprecated. since 2.5 use Violation.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriorityWeights(Configuration) - Static method in class org.sonar.api.rules.RuleUtils
Gets a Map containing the weights defined in the settings Default value is used when the property is not set (see property key and default value in the class CoreProperties)
getProfile() - Method in class org.sonar.wsclient.services.RuleQuery
 
getProject() - Method in interface org.sonar.api.batch.DecoratorContext
 
getProject() - Method in class org.sonar.api.batch.SonarIndex
 
getProjectId() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
getProjectId() - Method in class org.sonar.api.database.model.MeasureModel
 
getProjectLink(String) - Method in class org.sonar.api.database.model.ResourceModel
 
getProjectLinks() - Method in class org.sonar.api.database.model.ResourceModel
Only available at project level.
getProjects() - Method in class org.sonar.api.profiles.RulesProfile
 
getProjectSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getProperties() - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
getProperties() - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getProperties(Plugin) - Method in interface org.sonar.api.platform.PluginRepository
 
getProperties(Plugin) - Method in class org.sonar.api.Plugins
Deprecated. Returns the list of properties of a plugin
getProperties() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getProperties() - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
getProperties() - Method in class org.sonar.api.web.gwt.client.webservices.Properties
Deprecated.  
getProperty(String) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
getProperty(String) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getProperty(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getProperty(String) - Method in class org.sonar.api.resources.Project
 
getPropertyFieldKey(Field) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getPropertyFields(Class) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getPropertyTextValue(String, String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getPropertyValue(String, Double) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getPropertyValues(ClassLoader, String) - Static method in class org.sonar.api.utils.ManifestUtils
Search for a property in all the manifests found in the classloader
getProps() - Method in class org.sonar.api.measures.PropertiesBuilder
 
getProvided() - Method in class org.sonar.api.profiles.RulesProfile
 
getProvidedProfiles() - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
getProvidedProfiles() - Method in class org.sonar.api.rules.AbstractImportableRulesRepository
Deprecated.  
getProvidedProfiles() - Method in interface org.sonar.api.rules.RulesRepository
Deprecated.  
getProxySynthesis(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
getQualifier() - Method in class org.sonar.api.database.model.ResourceModel
 
getQualifier() - Method in class org.sonar.api.database.model.Snapshot
 
getQualifier() - Method in class org.sonar.api.resources.Directory
 
getQualifier() - Method in class org.sonar.api.resources.File
Returns the qualifier associated to this File.
getQualifier() - Method in class org.sonar.api.resources.JavaFile
 
getQualifier() - Method in class org.sonar.api.resources.JavaPackage
 
getQualifier() - Method in class org.sonar.api.resources.Library
 
getQualifier() - Method in class org.sonar.api.resources.Method
 
getQualifier() - Method in class org.sonar.api.resources.Project
 
getQualifier() - Method in class org.sonar.api.resources.Resource
 
getQualifier() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getQualifier() - Method in class org.sonar.wsclient.services.Favourite
 
getQualifier() - Method in class org.sonar.wsclient.services.Resource
 
getQualifiers() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
getQualifiers() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getQualifiers() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getQualitative() - Method in class org.sonar.api.measures.Metric
 
getQuotientMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getRelativePath(File, File) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
getRelativePath("c:/foo/src/my/package/Hello.java", "c:/foo/src") is "my/package/Hello.java"
getRelativePath(File, List<File>) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
getRelativePath("c:/foo/src/my/package/Hello.java", ["c:/bar", "c:/foo/src"]) is "my/package/Hello.java".
getRelativePath() - Method in interface org.sonar.api.resources.InputFile
Path relative to basedir.
getRemoteContent(String) - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getReportOutputDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getReportOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getRepositories() - Method in class org.sonar.api.checks.templates.CheckTemplateRepositories
Deprecated.  
getRepositories() - Method in class org.sonar.wsclient.services.RuleQuery
 
getRepository(String) - Method in class org.sonar.api.checks.templates.CheckTemplateRepositories
Deprecated.  
getRepository() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getRepository() - Method in class org.sonar.wsclient.services.Rule
 
getRepositoryKey() - Method in class org.sonar.api.checks.CheckFactory
 
getRepositoryKey() - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
getRepositoryKey() - Method in class org.sonar.api.rules.ActiveRule
 
getRepositoryKey() - Method in class org.sonar.api.rules.Rule
 
getRepositoryKey() - Method in class org.sonar.api.rules.RuleQuery
 
getRepositoryResourcesBase() - Method in class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
getRequestParameter(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
getRequestParameter(String) - Static method in class org.sonar.gwt.Configuration
 
getRequestParameter(String, String) - Static method in class org.sonar.gwt.Configuration
 
getRequestParameterKeys() - Static method in class org.sonar.gwt.Configuration
 
getRequestParameterNames() - Static method in class org.sonar.api.web.gwt.client.Utils
 
getResource() - Method in interface org.sonar.api.batch.DecoratorContext
 
getResource() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getResource(R) - Method in interface org.sonar.api.batch.SensorContext
Search for an indexed resource.
getResource(R) - Method in class org.sonar.api.batch.SonarIndex
Search for an indexed resource.
getResource() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getResource() - Method in interface org.sonar.api.measures.FormulaContext
 
getResource() - Method in class org.sonar.api.resources.ProjectLink
 
getResource() - Method in class org.sonar.api.rules.Violation
 
getResource() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
 
getResource() - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
getResource() - Method in class org.sonar.gwt.ui.SourcePanel
 
getResource(String) - Static method in class org.sonar.test.TestUtils
Search for a test resource in the classpath.
getResource(Class, String) - Static method in class org.sonar.test.TestUtils
Search for a resource in the classpath.
getResourceContent(String) - Static method in class org.sonar.test.TestUtils
 
getResourceId() - Method in class org.sonar.api.batch.Event
 
getResourceId() - Method in class org.sonar.api.database.configuration.Property
 
getResourceId() - Method in class org.sonar.api.database.model.Snapshot
 
getResourceId() - Method in class org.sonar.api.security.GroupRole
 
getResourceId() - Method in class org.sonar.api.security.UserRole
 
getResourceId() - Static method in class org.sonar.gwt.Configuration
Get the id of the selected resource.
getResourceId() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceId() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getResourceIdOrKey() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getResourceJSONObject() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Return a JavaScriptObject object containing all the measure available for the current resource key
getResourceKey() - Static method in class org.sonar.api.web.gwt.client.ResourceDictionary
 
getResourceKey() - Method in class org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery
Deprecated.  
getResourceKey() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceKey() - Method in class org.sonar.wsclient.services.Event
 
getResourceKey() - Method in class org.sonar.wsclient.services.EventQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.Violation
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.SourceQuery
 
getResourceName() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceName() - Method in class org.sonar.wsclient.services.Violation
 
getResourceQualifier() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceQualifier() - Method in class org.sonar.wsclient.services.Violation
 
getResources() - Method in class org.sonar.api.batch.SonarIndex
 
getResources() - Method in class org.sonar.api.web.gwt.client.webservices.Resources
Deprecated.  
getResourceScope() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceScope() - Method in class org.sonar.wsclient.services.Violation
 
getResourceVersion() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceViewers() - Static method in class org.sonar.api.web.gwt.client.ResourceDictionary
 
getResults(Class<T>, Object...) - Method in class org.sonar.api.database.DatabaseSession
 
getResults(Class<T>) - Method in class org.sonar.api.database.DatabaseSession
 
getReuseExistingRulesConfig() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See discussion from http://jira.codehaus.org/browse/SONAR-1873
getRole() - Method in class org.sonar.api.security.GroupRole
 
getRole() - Method in class org.sonar.api.security.UserRole
 
getRoot() - Method in class org.sonar.api.resources.Project
 
getRoot() - Method in class org.sonar.api.utils.XpathParser
 
getRootCharacteristics() - Method in class org.sonar.api.qualitymodel.Model
 
getRootId() - Method in class org.sonar.api.database.model.ResourceModel
 
getRootId() - Method in class org.sonar.api.database.model.Snapshot
 
getRootPanel() - Method in class org.sonar.api.web.gwt.client.AbstractPage
Deprecated.  
getRootPanel() - Method in class org.sonar.gwt.ui.Page
 
getRootProjectId() - Method in class org.sonar.api.database.model.Snapshot
 
getRule() - Method in class org.sonar.api.measures.RuleMeasure
 
getRule() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getRule() - Method in class org.sonar.api.rules.ActiveRule
 
getRule() - Method in class org.sonar.api.rules.RuleParam
 
getRule() - Method in class org.sonar.api.rules.Violation
 
getRule() - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
getRule(String, String) - Method in class org.sonar.wsclient.services.Profile
 
getRuleCategories() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleCategory() - Method in class org.sonar.api.measures.RuleMeasure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleCategory() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleCategory() - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleId() - Method in class org.sonar.api.database.model.MeasureModel
 
getRuleId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getRuleKey() - Method in class org.sonar.api.rules.ActiveRule
 
getRuleKey(Class) - Static method in class org.sonar.api.rules.RuleAnnotationUtils
 
getRuleKey() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getRuleKey() - Method in class org.sonar.wsclient.services.Measure
 
getRuleKey() - Method in class org.sonar.wsclient.services.Violation
 
getRuleKeys() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getRuleName() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getRuleName() - Method in class org.sonar.wsclient.services.Measure
 
getRuleName() - Method in class org.sonar.wsclient.services.Violation
 
getRuleParam() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getRulePriorities() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.getRuleSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
getRulePriority() - Method in class org.sonar.api.database.model.MeasureModel
 
getRulePriority() - Method in class org.sonar.api.measures.RuleMeasure
 
getRulePriority() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getRulePriority() - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 use Measure.getRuleSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getRulePriorityMapper() - Method in class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
getRuleRepositories() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getRules() - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
getRules() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
getRules() - Method in class org.sonar.wsclient.services.Profile
 
getRules() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getRulesCategory() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRulesCategoryId() - Method in class org.sonar.api.database.model.MeasureModel
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleSeverities() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getRuleSeverities() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getRuleSeverity() - Method in class org.sonar.wsclient.services.Measure
 
getRulesProfile() - Method in class org.sonar.api.database.model.ResourceModel
 
getRulesProfile() - Method in class org.sonar.api.profiles.Alert
 
getRulesProfile() - Method in class org.sonar.api.rules.ActiveRule
 
getScope() - Method in class org.sonar.api.database.model.ResourceModel
 
getScope() - Method in class org.sonar.api.database.model.Snapshot
 
getScope() - Method in class org.sonar.api.resources.Directory
 
getScope() - Method in class org.sonar.api.resources.File
 
getScope() - Method in class org.sonar.api.resources.JavaFile
 
getScope() - Method in class org.sonar.api.resources.JavaPackage
 
getScope() - Method in class org.sonar.api.resources.Library
 
getScope() - Method in class org.sonar.api.resources.Method
 
getScope() - Method in class org.sonar.api.resources.Project
 
getScope() - Method in class org.sonar.api.resources.Resource
 
getScope() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
getScope() - Method in class org.sonar.wsclient.services.Favourite
 
getScope() - Method in class org.sonar.wsclient.services.Resource
 
getScopes() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
getScopes() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getScopes() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getScopes() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getSearchText() - Method in class org.sonar.wsclient.services.RuleQuery
 
getServerApiUrl() - Static method in class org.sonar.api.web.gwt.client.Utils
 
getServerUrl() - Static method in class org.sonar.api.web.gwt.client.Utils
 
getSeverities() - Method in class org.sonar.wsclient.services.RuleQuery
 
getSeverities() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getSeverity() - Method in class org.sonar.api.rules.ActiveRule
 
getSeverity() - Method in class org.sonar.api.rules.Rule
 
getSeverity() - Method in class org.sonar.api.rules.Violation
 
getSeverity() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getSeverity() - Method in class org.sonar.wsclient.services.Rule
 
getSeverity() - Method in class org.sonar.wsclient.services.Violation
 
getSingleResult(Query, T) - Method in class org.sonar.api.database.DatabaseSession
 
getSingleResult(Class<T>, Object...) - Method in class org.sonar.api.database.DatabaseSession
 
getSnapshot() - Method in class org.sonar.api.batch.Event
 
getSnapshotDate() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
getSnapshotId() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
getSnapshotId() - Method in class org.sonar.api.database.model.MeasureData
 
getSnapshotId() - Method in class org.sonar.api.database.model.MeasureModel
 
getSnapshotId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getSonarVersion() - Static method in class org.sonar.gwt.Configuration
 
getSonarWorkingDirectory() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getSonarWorkingDirectory() - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getSourceCharset(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Returns the charset of a pom
getSourceCharset() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
getSourceCharset() - Method in interface org.sonar.api.resources.ProjectFileSystem
Source encoding.
getSourceDirs() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Maven can modify source directories during Sonar execution - see MavenPhaseExecutor.
getSourceDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
The list of directories for sources
getSourceEncoding(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
 
getSourceFiles(Language...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. 
getSourceFiles(Language...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 use ProjectFileSystem.mainFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
getStartedAt() - Method in class org.sonar.api.platform.Server
 
getStatus() - Method in class org.sonar.api.database.model.Snapshot
 
getStatus() - Method in class org.sonar.wsclient.services.RuleQuery
 
getStatus() - Method in class org.sonar.wsclient.services.Server
 
getStatusMessage() - Method in class org.sonar.wsclient.services.Server
 
getString(JSONObject, String) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
getString(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getString(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getString(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getString(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getString(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getSuffixes(String...) - Method in class org.sonar.api.resources.Languages
 
getSupportedLanguages() - Method in class org.sonar.api.profiles.ProfileExporter
 
getSupportedLanguages() - Method in class org.sonar.api.profiles.ProfileImporter
 
getTargetMetric() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getTargetMetric() - Method in interface org.sonar.api.measures.FormulaContext
 
getTemplate(String, String) - Method in class org.sonar.api.checks.templates.CheckTemplateRepositories
Deprecated.  
getTemplate(String) - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
getTemplate() - Method in class org.sonar.api.web.AbstractRubyTemplate
 
getTemplate() - Method in interface org.sonar.api.web.RubyRailsPage
 
getTemplate() - Method in interface org.sonar.api.web.RubyRailsWebservice
 
getTemplate() - Method in interface org.sonar.api.web.RubyRailsWidget
 
getTemplateKey() - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
getTemplatePath() - Method in class org.sonar.api.web.AbstractRubyTemplate
the path of the template.
getTemplates() - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
getTendency() - Method in class org.sonar.api.database.model.MeasureModel
 
getTendency() - Method in class org.sonar.api.measures.Measure
Gets the measure tendency
getTestDirs() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Maven can modify test directories during Sonar execution - see MavenPhaseExecutor.
getTestDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
The list of directories for tests
getTestFiles(Language...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. 
getTestFiles(Language...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 use ProjectFileSystem.testFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
getTestTempDir(Class, String) - Static method in class org.sonar.test.TestUtils
Shortcut for getTestTempDir(baseClass, testName, true) : cleans the unit test directory
getTestTempDir(Class, String, boolean) - Static method in class org.sonar.test.TestUtils
Create a temporary directory for unit tests.
getText(String, Locale, String) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getText() - Method in class org.sonar.api.database.model.MeasureData
 
getText(Locale) - Method in interface org.sonar.check.Message
Deprecated.  
getTextValue() - Method in class org.sonar.api.database.model.MeasureModel
Use getData() instead
getTextValue() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getTitle(Locale) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
getTitle(Locale) - Method in class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
getTitle(Locale) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
getTitle(Locale) - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
getTitle(Locale) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplate
 
getTitle() - Method in class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
getTitle(Locale) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
getTitle() - Method in class org.sonar.api.web.AbstractDashboardWidget
Deprecated.  
getTitle() - Method in interface org.sonar.api.web.View
 
getTitle() - Method in class org.sonar.wsclient.services.Rule
 
getTo() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getTo() - Method in class org.sonar.api.design.Dependency
 
getTo() - Method in class org.sonar.wsclient.services.DependencyTree
 
getTo() - Method in class org.sonar.wsclient.services.EventQuery
 
getTo() - Method in class org.sonar.wsclient.services.SourceQuery
 
getTo() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getToId() - Method in class org.sonar.wsclient.services.Dependency
 
getTokenizer() - Method in interface org.sonar.api.batch.CpdMapping
 
getTokenizers() - Method in class org.sonar.api.web.CodeColorizerFormat
sonar-colorizer tokenizers for HTML output.
getToKey() - Method in class org.sonar.wsclient.services.Dependency
 
getToName() - Method in class org.sonar.wsclient.services.Dependency
 
getToQualifier() - Method in class org.sonar.wsclient.services.Dependency
 
getToResourceId() - Method in class org.sonar.api.design.DependencyDto
 
getToScope() - Method in class org.sonar.api.design.DependencyDto
 
getToSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getTrend() - Method in class org.sonar.wsclient.services.Measure
 
getType() - Method in class org.sonar.api.measures.Metric
 
getType() - Method in class org.sonar.api.rules.RuleParam
 
getType() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
getType() - Method in class org.sonar.wsclient.services.Metric
 
getUpdateMetricsFromServer(QueryCallBack<WSMetrics.MetricsList>) - Static method in class org.sonar.api.web.gwt.client.webservices.WSMetrics
Generates a callback that will update the metrics definitions from the WSMetrics metrics constants list with data received from a MetricsQuery call
getUrl() - Method in class org.sonar.api.database.model.MeasureModel
 
getUrl() - Method in class org.sonar.api.measures.Measure
 
getURL() - Method in class org.sonar.api.platform.Server
 
getUrl() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getUrl() - Method in class org.sonar.wsclient.services.AbstractQuery
Must start with a slash, for example: /api/metrics
getUrl() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getUrl() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getUrl() - Method in class org.sonar.wsclient.services.EventCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.EventQuery
 
getUrl() - Method in class org.sonar.wsclient.services.FavouriteCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.FavouriteDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.FavouriteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.MetricQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getUrl() - Method in class org.sonar.wsclient.services.RuleQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ServerQuery
 
getUrl() - Method in class org.sonar.wsclient.services.SourceQuery
 
getUrl() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UpdateCenterQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getUrlToRuleDescription(String, boolean) - Static method in class org.sonar.api.web.gwt.client.Utils
 
getUsage() - Method in class org.sonar.api.design.Dependency
 
getUsage() - Method in class org.sonar.api.design.DependencyDto
 
getUsage() - Method in class org.sonar.wsclient.services.Dependency
 
getUsage() - Method in class org.sonar.wsclient.services.DependencyTree
 
getUserDefinedMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getUserId() - Method in class org.sonar.api.database.configuration.Property
 
getUserId() - Method in class org.sonar.api.security.UserRole
 
getUserManaged() - Method in class org.sonar.api.measures.Metric
 
getUserManaged() - Method in class org.sonar.wsclient.services.Metric
 
getUsername() - Method in class org.sonar.wsclient.Host
 
getValue(String) - Method in class org.sonar.api.charts.ChartParameters
Shortcut to getValue with no decoding and no default value
getValue(String, String, boolean) - Method in class org.sonar.api.charts.ChartParameters
Returns the [decoded or not] value of a param from its key or the default value if id does not exist
getValue() - Method in class org.sonar.api.database.configuration.Property
 
getValue() - Method in class org.sonar.api.database.model.MeasureModel
 
getValue() - Method in class org.sonar.api.measures.Measure
 
getValue(Measure, Double) - Static method in class org.sonar.api.measures.MeasureUtils
Get the value of a measure, or alternatively a default value
getValue() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getValue() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getValue() - Method in class org.sonar.api.rules.xml.Property
Deprecated.  
getValue() - Method in class org.sonar.api.utils.KeyValue
 
getValue() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
getValue() - Method in class org.sonar.api.web.gwt.client.webservices.Property
Deprecated.  
getValue() - Method in class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
getValue() - Method in class org.sonar.wsclient.services.Measure
 
getValue() - Method in class org.sonar.wsclient.services.Property
 
getValue() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getValue() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getValue() - Method in class org.sonar.wsclient.services.RuleParam
 
getValue() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getValueAsLong(Measure, Long) - Static method in class org.sonar.api.measures.MeasureUtils
 
getValueAsLong() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getValueError() - Method in class org.sonar.api.profiles.Alert
 
getValues(String, String) - Method in class org.sonar.api.charts.ChartParameters
Returns an array of a param values, given its key and the values delimiter
getValues(String, String, boolean) - Method in class org.sonar.api.charts.ChartParameters
Returns an array of a param values, given its key and the values delimiter Values can be decoded or not
getValues() - Method in class org.sonar.wsclient.services.TimeMachineCell
 
getValueWarning() - Method in class org.sonar.api.profiles.Alert
 
getVar() - Method in class org.sonar.wsclient.services.Measure
 
getVariation(int) - Method in class org.sonar.api.measures.Measure
 
getVariation(Measure, int) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariation(Measure, int, Double) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariation1() - Method in class org.sonar.api.measures.Measure
 
getVariation1() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 1.
getVariation2() - Method in class org.sonar.api.measures.Measure
 
getVariation2() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 2.
getVariation3() - Method in class org.sonar.api.measures.Measure
 
getVariation3() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 3.
getVariation4() - Method in class org.sonar.api.measures.Measure
 
getVariation4() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 4.
getVariation5() - Method in class org.sonar.api.measures.Measure
 
getVariation5() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 5.
getVariationAsLong(Measure, int) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariationAsLong(Measure, int, Long) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariationValue1() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue2() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue3() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue4() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue5() - Method in class org.sonar.api.database.model.MeasureModel
 
getVersion() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The fixed plugin version to execute
getVersion() - Method in class org.sonar.api.database.model.Snapshot
 
getVersion() - Method in class org.sonar.api.platform.Server
 
getVersion() - Method in class org.sonar.api.resources.Library
 
getVersion() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getVersion() - Method in class org.sonar.wsclient.services.Plugin
 
getVersion() - Method in class org.sonar.wsclient.services.Resource
 
getVersion() - Method in class org.sonar.wsclient.services.Server
 
getViewerMetricKey() - Static method in class org.sonar.api.web.gwt.client.ResourceDictionary
 
getViewerPluginKey() - Static method in class org.sonar.api.web.gwt.client.ResourceDictionary
 
getViewerResourceKey() - Static method in class org.sonar.api.web.gwt.client.ResourceDictionary
 
getViolations() - Method in interface org.sonar.api.batch.DecoratorContext
Read-only rule violations.
getViolations(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getWarnings() - Method in class org.sonar.api.utils.ValidationMessages
 
getWeight() - Method in class org.sonar.api.design.Dependency
 
getWeight() - Method in class org.sonar.api.design.DependencyDto
 
getWeight() - Method in class org.sonar.wsclient.services.Dependency
 
getWeight() - Method in class org.sonar.wsclient.services.DependencyTree
 
getWidth() - Method in class org.sonar.api.charts.ChartParameters
Get the chart width
getWorstValue() - Method in class org.sonar.api.measures.Metric
 
GOOGLE_ANALYTICS_ACCOUNT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
GOOGLE_ANALYTICS_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
GRID_COLOR - Static variable in class org.sonar.api.charts.AbstractChart
 
GROUP_ID - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
 
GROUP_ID_APACHE_MAVEN - Static variable in class org.sonar.api.batch.maven.MavenUtils
 
GROUP_ID_CODEHAUS_MOJO - Static variable in class org.sonar.api.batch.maven.MavenUtils
 
GroupRole - Class in org.sonar.api.security
 
GroupRole() - Constructor for class org.sonar.api.security.GroupRole
 
GwtExtension - Interface in org.sonar.api.web
 
GwtPage - Class in org.sonar.api.web
 
GwtPage() - Constructor for class org.sonar.api.web.GwtPage
 
GwtUtils - Class in org.sonar.wsclient.gwt
 
GwtUtils() - Constructor for class org.sonar.wsclient.gwt.GwtUtils
 

H

handleGetObject(String) - Method in class org.sonar.api.utils.LocalizedMessages
 
hasConfiguration() - Method in class org.sonar.api.batch.maven.MavenPlugin
 
hasData() - Method in class org.sonar.api.measures.Measure
 
hasData(Measure) - Static method in class org.sonar.api.measures.MeasureUtils
Tests if a measure has a data field
hasErrors() - Method in class org.sonar.api.utils.ValidationMessages
 
hashCode() - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
hashCode() - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
hashCode() - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
hashCode() - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
hashCode() - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
hashCode() - Method in class org.sonar.api.database.configuration.Property
 
hashCode() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
hashCode() - Method in class org.sonar.api.database.model.ResourceModel
 
hashCode() - Method in class org.sonar.api.database.model.RuleFailureModel
 
hashCode() - Method in class org.sonar.api.database.model.Snapshot
 
hashCode() - Method in class org.sonar.api.database.model.SnapshotSource
 
hashCode() - Method in class org.sonar.api.database.model.User
 
hashCode() - Method in class org.sonar.api.design.Dependency
 
hashCode() - Method in class org.sonar.api.design.DependencyDto
 
hashCode() - Method in class org.sonar.api.measures.Measure
 
hashCode() - Method in class org.sonar.api.measures.Metric
 
hashCode() - Method in class org.sonar.api.measures.RuleMeasure
 
hashCode() - Method in class org.sonar.api.profiles.ProfileExporter
 
hashCode() - Method in class org.sonar.api.profiles.ProfileImporter
 
hashCode() - Method in class org.sonar.api.profiles.RulesProfile
 
hashCode() - Method in class org.sonar.api.qualitymodel.Characteristic
 
hashCode() - Method in class org.sonar.api.qualitymodel.Model
 
hashCode() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
hashCode() - Method in class org.sonar.api.resources.AbstractLanguage
 
hashCode() - Method in class org.sonar.api.resources.Library
 
hashCode() - Method in class org.sonar.api.resources.Method
 
hashCode() - Method in class org.sonar.api.resources.ProjectLink
 
hashCode() - Method in class org.sonar.api.resources.Resource
 
hashCode() - Method in class org.sonar.api.rules.ActiveRule
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleParam
 
hashCode() - Method in class org.sonar.api.rules.Rule
 
hashCode() - Method in class org.sonar.api.rules.RuleParam
 
hashCode() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
hashCode() - Method in class org.sonar.api.rules.Violation
 
hashCode() - Method in class org.sonar.api.utils.dag.Node
 
hashCode() - Method in class org.sonar.api.web.CodeColorizerFormat
 
hashCode() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
hashCode() - Method in class org.sonar.wsclient.services.Dependency
 
hashCode() - Method in class org.sonar.wsclient.services.Event
 
hasInfos() - Method in class org.sonar.api.utils.ValidationMessages
 
hasJavaSourceFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
hasJavaSourceFiles() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - API should be language agnostic
hasLegend() - Method in class org.sonar.api.charts.AbstractChart
 
hasMeasure(WSMetrics.Metric) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
hasNextChar(char) - Static method in class org.sonar.test.channel.ChannelMatchers
 
hasRule() - Method in class org.sonar.api.qualitymodel.Characteristic
 
hasTestFiles(Language) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. 
hasTestFiles(Language) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - use language key instead of Language object
hasValue(Measure) - Static method in class org.sonar.api.measures.MeasureUtils
Tests if a measure has a value
hasValue() - Method in class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
hasWarnings() - Method in class org.sonar.api.utils.ValidationMessages
 
haveValues(Measure...) - Static method in class org.sonar.api.measures.MeasureUtils
Return true if all measures have numeric value
help() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
hideMoreButton() - Method in class org.sonar.gwt.ui.SourcePanel
 
HOME - Static variable in annotation type org.sonar.api.web.NavigationSection
 
Host - Class in org.sonar.wsclient
 
Host(String) - Constructor for class org.sonar.wsclient.Host
 
Host(String, String, String) - Constructor for class org.sonar.wsclient.Host
 
HREF_COLUMN_SIZE - Static variable in class org.sonar.api.resources.ProjectLink
 
HTML_ROOT_ID - Static variable in class org.sonar.api.web.gwt.client.AbstractViewer
 
HttpClient3Connector - Class in org.sonar.wsclient.connectors
 
HttpClient3Connector(Host) - Constructor for class org.sonar.wsclient.connectors.HttpClient3Connector
 
HttpClient3Connector(Host, HttpClient) - Constructor for class org.sonar.wsclient.connectors.HttpClient3Connector
 
HttpClient4Connector - Class in org.sonar.wsclient.connectors
 
HttpClient4Connector(Host) - Constructor for class org.sonar.wsclient.connectors.HttpClient4Connector
 
HttpDownloader - Class in org.sonar.api.utils
This component downloads HTTP files
HttpDownloader(Server, Configuration) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader(Configuration) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader() - Constructor for class org.sonar.api.utils.HttpDownloader
Should be package protected for unit tests only, but public is still required for jacoco 0.2.

I

Icons - Class in org.sonar.gwt.ui
All icons are 16x16 pixels
Icons.IconBundle - Interface in org.sonar.gwt.ui
 
importConfiguration(String, List<Rule>) - Method in interface org.sonar.api.rules.ConfigurationImportable
Deprecated.  
importConfiguration(String) - Method in class org.sonar.api.rules.StandardProfileXmlParser
Deprecated.  
importProfile(Reader, ValidationMessages) - Method in class org.sonar.api.profiles.ProfileImporter
 
INCOMING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
index(Resource) - Method in interface org.sonar.api.batch.SensorContext
Indexes a resource as a direct child of project.
index(Resource, Resource) - Method in interface org.sonar.api.batch.SensorContext
Indexes a resource.
index(Resource) - Method in class org.sonar.api.batch.SonarIndex
Indexes a resource as a direct child of project.
index(Resource, Resource) - Method in class org.sonar.api.batch.SonarIndex
Indexes a resource.
INFO - Static variable in class org.sonar.api.utils.Logs
This logger is always activated with level INFO
INFO_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
INFO_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
INFO_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
information() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
INHERITED - Static variable in class org.sonar.api.rules.ActiveRule
 
init() - Method in class org.sonar.api.checks.CheckFactory
 
init() - Method in interface org.sonar.api.security.LoginPasswordAuthenticator
Throws a runtime exception if the authenticator can not be initialized at sonar server startup, eg.
Initializer - Class in org.sonar.api.batch
Initializer can execute external tool (like a Maven plugin), change project configuration.
Initializer() - Constructor for class org.sonar.api.batch.Initializer
 
InputFile - Interface in org.sonar.api.resources
 
INSTABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
INSTABILITY - Static variable in interface org.sonar.gwt.Metrics
 
INSTABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
INSTANCE - Static variable in class org.sonar.api.resources.Java
 
IocContainer - Class in org.sonar.api.utils
Proxy to inject the container as a component$
IocContainer(MutablePicoContainer) - Constructor for class org.sonar.api.utils.IocContainer
 
isActive() - Method in class org.sonar.wsclient.services.Rule
 
isAnyone() - Method in class org.sonar.api.security.GroupRole
 
isBlockUnit(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isClass(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isCreatedAfter(Date) - Method in class org.sonar.wsclient.services.Violation
 
isDataType() - Method in class org.sonar.api.measures.Metric
 
isDefault() - Method in class org.sonar.api.resources.JavaPackage
 
isDefault(WSMetrics.Metric, Resource) - Method in class org.sonar.api.web.gwt.client.AbstractViewer
When multiple widgets are bound to the same HTML div, this method will indicate If the resource widget is the default one to show when the widget is initialized
isDefaultProfile() - Method in class org.sonar.wsclient.services.Profile
 
isDirectory(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isDirectory(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Alias for ResourceUtils.isSpace(Resource)
isDirectory(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isDynamic(boolean) - Method in enum org.sonar.api.resources.Project.AnalysisType
 
isEmpty() - Method in class org.sonar.api.measures.CountDistributionBuilder
 
isEmpty() - Method in class org.sonar.api.measures.RangeDistributionBuilder
 
isEmpty() - Method in class org.sonar.api.web.gwt.client.webservices.Resources
Deprecated.  
isEnabled(Project) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
isEnabled() - Method in class org.sonar.api.profiles.RulesProfile
 
isEnabled() - Method in class org.sonar.api.rules.ActiveRule
 
isEnabled() - Method in class org.sonar.api.rules.Rule
 
isEntity(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isEqualsOperator() - Method in class org.sonar.api.profiles.Alert
 
isExcluded(Resource) - Method in interface org.sonar.api.batch.SensorContext
Returns true if the referenced resource is indexed and excluded.
isExcluded(Resource) - Method in class org.sonar.api.batch.SonarIndex
Returns true if the referenced resource is excluded.
isExcluded() - Method in class org.sonar.api.resources.Resource
Deprecated. since 2.6 should use SensorContext#isExcluded(resource). It will make inheritance of Resource easier.
isExcludeRuleCategories() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 not used anymore
isExcludeRulePriorities() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.isExcludeRuleSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
isExcludeRules() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isExcludeRuleSeverities() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isFile(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isFile(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Alias for ResourceUtils.isEntity(Resource)
isFile(Resource) - Static method in class org.sonar.api.resources.Scopes
This scope is sometimes called a "compilation unit".
isFixedVersion() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
Indicates if the plugin version should be fixed or not, it means that if your pom defines another version than the one defined by getVersion(), this version will be used
isForResource(Resource) - Method in class org.sonar.api.web.gwt.client.AbstractViewer
When multiple widgets are in the same page, this method will indicate if the widget can be shown for the given resource
isFreshInstall() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
Has the database been created from scratch during the current startup ?
isFromCurrentAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isGreaterOperator() - Method in class org.sonar.api.profiles.Alert
 
isHidden() - Method in class org.sonar.api.measures.Metric
 
isHigherThan(Resource, String) - Static method in class org.sonar.api.resources.Scopes
 
isHigherThan(String, String) - Static method in class org.sonar.api.resources.Scopes
 
isHigherThanOrEquals(Resource, String) - Static method in class org.sonar.api.resources.Scopes
 
isHigherThanOrEquals(String, String) - Static method in class org.sonar.api.resources.Scopes
 
isHighlightedSyntax() - Method in class org.sonar.wsclient.services.SourceQuery
 
isIgnored(Resource) - Method in interface org.sonar.api.batch.ResourceFilter
Return true if the resource must be ignored, else it's saved into database.
isIgnored(Violation) - Method in class org.sonar.api.checks.NoSonarFilter
 
isIgnored(Violation) - Method in interface org.sonar.api.rules.ViolationFilter
Return true if the violation must be ignored, else it's saved into database.
isIncludeFromTime() - Method in class org.sonar.wsclient.services.EventQuery
 
isIncludeToTime() - Method in class org.sonar.wsclient.services.EventQuery
 
isIncludeTrends() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isIndexed(Resource, boolean) - Method in interface org.sonar.api.batch.SensorContext
Returns true if the referenced resource is indexed.
isIndexed(Resource, boolean) - Method in class org.sonar.api.batch.SonarIndex
 
isInherited() - Method in class org.sonar.api.rules.ActiveRule
 
isJavaFile(File) - Static method in class org.sonar.api.resources.Java
 
isLatestAnalysis() - Method in class org.sonar.api.resources.Project
whether it's the latest analysis done on this project (displayed in sonar dashboard) or an analysis on a past revision.
isLibrary(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isLinkedToSnapshot() - Method in class org.sonar.api.batch.Event
 
isMethod(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isMetricInList(WSMetrics.Metric, WSMetrics.Metric...) - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Finds if a given metric is in the provided metrics list
isModule() - Method in class org.sonar.api.resources.Project
 
isModule(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isModuleProject(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isNotEqualsOperator() - Method in class org.sonar.api.profiles.Alert
 
isNumericType() - Method in class org.sonar.api.measures.Metric
 
Iso9126RulesCategories - Class in org.sonar.api.rules
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
isoCategory - Variable in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
IsoCategory - Enum in org.sonar.check
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
isOnlyLastAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isOptimizedBestValue() - Method in class org.sonar.api.measures.Metric
 
isPackage(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isPackage(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isParagraph(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isPercentageType() - Method in class org.sonar.api.measures.Metric
 
isPersistable(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isProgramUnit(Resource) - Static method in class org.sonar.api.resources.Scopes
A program unit can be a Java class.
isProject(Resource, boolean) - Static method in class org.sonar.api.resources.Qualifiers
 
isProject(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
This method equal isRootProject(resource) or isModuleProject(resource)
isProject(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isProvided() - Method in class org.sonar.wsclient.services.Profile
 
isQualitative() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
isRoot() - Method in class org.sonar.api.qualitymodel.Characteristic
 
isRoot() - Method in class org.sonar.api.resources.Project
 
isRootProject(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isRuleMeasure() - Method in class org.sonar.api.database.model.MeasureModel
 
isSet(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isSmallerOperator() - Method in class org.sonar.api.profiles.Alert
 
isSpace(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isSubview(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isSubview(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isToCurrentAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isUnitTest() - Method in class org.sonar.api.resources.JavaFile
 
isUnitTestClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isUpgraded() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
Has the database been upgraded during the current startup ? Return false if isInstalledFromScratch() is true.
isUserManaged() - Method in class org.sonar.api.web.gwt.client.webservices.MetricsQuery
Deprecated.  
isUserManaged() - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
isVerbose() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isVersionCategory() - Method in class org.sonar.api.batch.Event
 
isView(Resource, boolean) - Static method in class org.sonar.api.resources.Qualifiers
 
isView(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 

J

Java - Class in org.sonar.api.resources
Java language implementation
Java() - Constructor for class org.sonar.api.resources.Java
Default constructor
JavaFile - Class in org.sonar.api.resources
A class that represents a Java class.
JavaFile(String, String) - Constructor for class org.sonar.api.resources.JavaFile
Creates a JavaFile that is not a class of test based on package and file names
JavaFile(String, String, boolean) - Constructor for class org.sonar.api.resources.JavaFile
Creates a JavaFile that can be of any type based on package and file names
JavaFile(String) - Constructor for class org.sonar.api.resources.JavaFile
Creates a source file from its key
JavaFile(String, boolean) - Constructor for class org.sonar.api.resources.JavaFile
Creates any JavaFile from its key
JavaPackage - Class in org.sonar.api.resources
A class that represents a Java package in Sonar
JavaPackage() - Constructor for class org.sonar.api.resources.JavaPackage
Defaul constructor
JavaPackage(String) - Constructor for class org.sonar.api.resources.JavaPackage
Creates a JavaPackage from its key.
JdkUtils - Class in org.sonar.wsclient
 
JdkUtils() - Constructor for class org.sonar.wsclient.JdkUtils
 
JSONHandlerDispatcher<P extends ResponsePOJO> - Class in org.sonar.api.web.gwt.client.webservices
 
JSONHandlerDispatcher(QueryCallBack<P>) - Constructor for class org.sonar.api.web.gwt.client.webservices.JSONHandlerDispatcher
 
JsonUtils - Class in org.sonar.api.web.gwt.client.webservices
 
JsonUtils - Class in org.sonar.gwt
 
JsonUtils - Class in org.sonar.wsclient.unmarshallers
 
JsonUtils.JSONHandler - Interface in org.sonar.api.web.gwt.client.webservices
 
JsonUtils.JSONHandler - Interface in org.sonar.gwt
 

K

key - Variable in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
key - Variable in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
KEY - Static variable in class org.sonar.api.resources.Java
Java key
KEY_IMPORT_SOURCES - Static variable in class org.sonar.api.batch.AbstractSourceImporter
Deprecated. replaced by CoreProperties.CORE_IMPORT_SOURCES_PROPERTY since 1.11
KEY_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
keyForPlugin() - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
KeyValue<KEY,VALUE> - Class in org.sonar.api.utils
A utility class to store a key / value couple of generic types
KeyValue(KEY, VALUE) - Constructor for class org.sonar.api.utils.KeyValue
Creates a key / value object
KeyValueFormat - Class in org.sonar.api.utils
Formats and parses key/value pairs with the string representation : "key1=value1;key2=value2".
KeyValueFormat.Converter<TYPE> - Class in org.sonar.api.utils
 
KeyValueFormat.Converter() - Constructor for class org.sonar.api.utils.KeyValueFormat.Converter
 
KeyValueFormat.DateConverter - Class in org.sonar.api.utils
 
KeyValueFormat.DateConverter() - Constructor for class org.sonar.api.utils.KeyValueFormat.DateConverter
 
KeyValueFormat.DateTimeConverter - Class in org.sonar.api.utils
 
KeyValueFormat.DateTimeConverter() - Constructor for class org.sonar.api.utils.KeyValueFormat.DateTimeConverter
 
KeyValueFormat.DoubleConverter - Class in org.sonar.api.utils
 
KeyValueFormat.DoubleNumbersPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeyValueFormat.DoubleNumbersPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.DoubleNumbersPairTransformer
Deprecated.  
KeyValueFormat.IntegerConverter - Class in org.sonar.api.utils
 
KeyValueFormat.IntegerNumbersPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeyValueFormat.IntegerNumbersPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.IntegerNumbersPairTransformer
Deprecated.  
KeyValueFormat.PriorityConverter - Class in org.sonar.api.utils
 
KeyValueFormat.RulePriorityNumbersPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeyValueFormat.RulePriorityNumbersPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.RulePriorityNumbersPairTransformer
Deprecated.  
KeyValueFormat.StringConverter - Class in org.sonar.api.utils
 
KeyValueFormat.StringNumberPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7 replaced by Converter
KeyValueFormat.StringNumberPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.StringNumberPairTransformer
Deprecated.  
KeyValueFormat.ToStringConverter - Class in org.sonar.api.utils
 
KeyValueFormat.Transformer<KEY,VALUE> - Interface in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter

L

Language - Interface in org.sonar.api.resources
The extension point to define a new language
language - Variable in class org.sonar.api.resources.Method
 
LANGUAGE_JAVA - Static variable in class org.sonar.wsclient.services.Resource
 
Languages - Class in org.sonar.api.resources
A class to store the list of languages
Languages(Language...) - Constructor for class org.sonar.api.resources.Languages
Creates a list of languages
LCOM4 - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4 - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
LCOM4 - Static variable in interface org.sonar.gwt.Metrics
 
LCOM4_BLOCKS - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_BLOCKS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
LCOM4_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Library - Class in org.sonar.api.resources
 
Library(String, String) - Constructor for class org.sonar.api.resources.Library
 
LIBRARY - Static variable in class org.sonar.api.resources.Qualifiers
Library, for example a JAR dependency of Java projects.
LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINE_COVERAGE - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
LINE_COVERAGE - Static variable in interface org.sonar.gwt.Metrics
 
LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
lineNumberForViolation(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
LINES - Static variable in interface org.sonar.gwt.Metrics
 
LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES_TO_COVER - Static variable in interface org.sonar.gwt.Metrics
 
LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Links - Class in org.sonar.gwt
 
ListCallback<MODEL extends Model> - Interface in org.sonar.wsclient.gwt
 
load() - Method in class org.sonar.api.database.configuration.DatabaseConfiguration
 
load() - Method in class org.sonar.api.database.configuration.ResourceDatabaseConfiguration
 
loadContainer() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Called to render the widget for the given resource object loaded via the onResourceLoaded() method call
Loading - Class in org.sonar.gwt.ui
 
Loading() - Constructor for class org.sonar.gwt.ui.Loading
 
Loading(String) - Constructor for class org.sonar.gwt.ui.Loading
 
LoadingLabel - Class in org.sonar.api.web.gwt.client.widgets
 
LoadingLabel() - Constructor for class org.sonar.api.web.gwt.client.widgets.LoadingLabel
 
LoadingLabel(String) - Constructor for class org.sonar.api.web.gwt.client.widgets.LoadingLabel
 
loadProvidedProfile(String, String) - Method in class org.sonar.api.rules.AbstractImportableRulesRepository
Deprecated.  
loadTemplateFromCache() - Method in class org.sonar.api.web.AbstractRubyTemplate
 
LocalizedMessages - Class in org.sonar.api.utils
 
LocalizedMessages(Locale, String...) - Constructor for class org.sonar.api.utils.LocalizedMessages
Constructs a resource bundle from a list of other resource bundles.
lock() - Method in interface org.sonar.api.batch.ResourceCreationLock
Forbids the creation of resources when saving violations and measures.
log(Resource, Message) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
log(Logger) - Method in class org.sonar.api.utils.ValidationMessages
 
LoginPasswordAuthenticator - Interface in org.sonar.api.security
 
Logs - Class in org.sonar.api.utils
Predefined SLF4j loggers

M

mainFiles(String...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
mainFiles(String...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Source files, excluding unit tests and files matching project exclusion patterns.
MAINTAINABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
MAINTAINABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
MAINTAINABILITY - Static variable in interface org.sonar.gwt.Metrics
 
MAINTAINABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
MAJOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MAJOR_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
MAJOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
makeJSONRequest(int, String, JsonUtils.JSONHandler) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
makeJSONRequest(int, String, JsonUtils.JSONHandler) - Static method in class org.sonar.gwt.JsonUtils
 
ManifestUtils - Class in org.sonar.api.utils
 
match(String) - Method in class org.sonar.api.utils.WildcardPattern
 
match(WildcardPattern[], String) - Static method in class org.sonar.api.utils.WildcardPattern
 
matches(Object) - Method in class org.sonar.test.channel.ChannelMatcher
 
matches(Object) - Method in class org.sonar.test.channel.ReaderHasNextCharMatcher
 
matchesKey(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
matchFilePattern(String) - Method in class org.sonar.api.resources.Directory
 
matchFilePattern(String) - Method in class org.sonar.api.resources.File
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.api.resources.JavaFile
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.api.resources.JavaPackage
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.api.resources.Library
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Method
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Project
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Resource
Check resource against an Ant pattern, like mypackag?/*Foo.java.
MAVEN_PATH - Static variable in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
MavenPlugin - Class in org.sonar.api.batch.maven
A class to handle maven plugins
MavenPlugin(Plugin) - Constructor for class org.sonar.api.batch.maven.MavenPlugin
Creates a MavenPlugin based on a Plugin
MavenPlugin(String, String, String) - Constructor for class org.sonar.api.batch.maven.MavenPlugin
Creates a Maven plugin based on artifact + group + version
MavenPluginHandler - Interface in org.sonar.api.batch.maven
 
MavenSurefireUtils - Class in org.sonar.api.batch.maven
 
MavenUtils - Class in org.sonar.api.batch.maven
An utility class to manipulate Maven concepts
MAX_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
MAX_TEXT_SIZE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
MAX_TEXT_SIZE - Static variable in class org.sonar.api.measures.Measure
 
MAX_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
MeanAggregationFormula - Class in org.sonar.api.measures
 
MeanAggregationFormula(boolean) - Constructor for class org.sonar.api.measures.MeanAggregationFormula
 
MeanAggregationFormula() - Constructor for class org.sonar.api.measures.MeanAggregationFormula
 
Measure - Class in org.sonar.api.measures
A class to handle measures.
Measure(String) - Constructor for class org.sonar.api.measures.Measure
 
Measure(Metric) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric
Measure(Metric, Double) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric and a value
Measure(Metric, Double, int) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric, a value and a precision for the value
Measure(Metric, Double, String) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric, a value and a data field
Measure(Metric, String) - Constructor for class org.sonar.api.measures.Measure
* Creates a measure with a metric and a data field
Measure(Metric, Metric.Level) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric and an alert level
Measure() - Constructor for class org.sonar.api.measures.Measure
Creates an empty measure
measure(Measure) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Measure - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use Measure instead.
Measure() - Constructor for class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
Measure(String, Double, String) - Constructor for class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
Measure - Class in org.sonar.wsclient.services
 
Measure() - Constructor for class org.sonar.wsclient.services.Measure
 
MeasureBuilder - Interface in org.sonar.api.measures
MeasureBuilder helps to build complex measures.
MeasureData - Class in org.sonar.api.database.model
 
MeasureData(MeasureModel) - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureData(MeasureModel, byte[]) - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureData(MeasureModel, String) - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureData() - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureModel - Class in org.sonar.api.database.model
This class is the Hibernate model to store a measure in the DB
MeasureModel(int, Double) - Constructor for class org.sonar.api.database.model.MeasureModel
Creates a measure based on a metric and a double value
MeasureModel(int, Metric.Level) - Constructor for class org.sonar.api.database.model.MeasureModel
Creates a measure based on a metric and an alert level
MeasureModel(int, String) - Constructor for class org.sonar.api.database.model.MeasureModel
Creates a measure based on a metric and a string value
MeasureModel() - Constructor for class org.sonar.api.database.model.MeasureModel
Creates an empty measure
MeasuresDao - Class in org.sonar.api.database.daos
Deprecated. since 2.3
MeasuresDao(MeasuresDao) - Constructor for class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
MeasuresFilter<M> - Interface in org.sonar.api.measures
 
MeasuresFilters - Class in org.sonar.api.measures
 
MeasuresFilters.MetricFilter<M> - Class in org.sonar.api.measures
Used for internal optimizations.
MeasuresFilters.MetricFilter(Metric) - Constructor for class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
MeasuresFilters.MetricFilter(String) - Constructor for class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
MeasureUtils - Class in org.sonar.api.measures
An utility class to manipulate measures
merge(Object) - Method in class org.sonar.api.database.DatabaseSession
 
merge(Metric) - Method in class org.sonar.api.measures.Metric
Merge with fields from other metric.
Message - Interface in org.sonar.check
Deprecated. 
MESSAGE_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.RuleFailureModel
 
MessageDispatcher - Class in org.sonar.api.checks.checkers
Deprecated. since 2.3
MessageDispatcher(SensorContext) - Constructor for class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
messageFor(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
Method - Class in org.sonar.api.resources
 
Method(String, String, Language) - Constructor for class org.sonar.api.resources.Method
 
METHOD - Static variable in class org.sonar.api.resources.Qualifiers
 
metric - Variable in class org.sonar.api.measures.Measure
 
metric(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
 
metric(String) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Metric - Class in org.sonar.api.measures
 
Metric() - Constructor for class org.sonar.api.measures.Metric
Deprecated. 
Metric(String) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Builder factory.
Metric(String, Metric.ValueType) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Builder factory.
Metric(String, String, String, Metric.ValueType, Integer, Boolean, String) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Builder factory.
Metric(String, String, String, Metric.ValueType, Integer, Boolean, String, boolean) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Builder factory.
Metric(String, String, Metric.ValueType, Integer, Boolean, String, Formula) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Builder factory.
Metric - Class in org.sonar.wsclient.services
 
Metric() - Constructor for class org.sonar.wsclient.services.Metric
 
Metric.Builder - Class in org.sonar.api.measures
 
Metric.Builder(String, String, Metric.ValueType) - Constructor for class org.sonar.api.measures.Metric.Builder
 
Metric.Level - Enum in org.sonar.api.measures
 
Metric.Origin - Enum in org.sonar.api.measures
 
Metric.ValueType - Enum in org.sonar.api.measures
 
MetricFinder - Interface in org.sonar.api.measures
 
metricKey - Variable in class org.sonar.api.measures.Measure
 
MetricQuery - Class in org.sonar.wsclient.services
 
metrics - Static variable in class org.sonar.api.measures.CoreMetrics
 
METRICS - Static variable in class org.sonar.api.measures.CoverageMeasuresBuilder
Metrics of generated measures
Metrics - Interface in org.sonar.api.measures
 
Metrics - Interface in org.sonar.gwt
Keys of core metrics
MetricsQuery - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use MetricQuery instead.
MetricUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
MetricUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.MetricUnmarshaller
 
MINOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MINOR_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
MINOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Model - Class in org.sonar.api.qualitymodel
 
Model - Class in org.sonar.wsclient.services
 
Model() - Constructor for class org.sonar.wsclient.services.Model
 
ModelDefinition - Class in org.sonar.api.qualitymodel
This extension point must be implemented to define a new quality model.
ModelDefinition(String) - Constructor for class org.sonar.api.qualitymodel.ModelDefinition
 
ModelFinder - Interface in org.sonar.api.qualitymodel
 
MODULE - Static variable in class org.sonar.api.resources.Qualifiers
Module of a multi-modules project.

N

NAME_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
NAME_COLUMN_SIZE - Static variable in class org.sonar.api.resources.ProjectLink
 
NavigationSection - Annotation Type in org.sonar.api.web
The Page is displayed only in listed sections.
NCLOC - Static variable in class org.sonar.api.measures.CoreMetrics
 
NCLOC - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
NCLOC - Static variable in interface org.sonar.gwt.Metrics
 
NCLOC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BLOCKER_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BLOCKER_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CRITICAL_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CRITICAL_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_INFO_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_INFO_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MAJOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MAJOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MINOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MINOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Node - Class in org.sonar.api.utils.dag
 
Node(Object) - Constructor for class org.sonar.api.utils.dag.Node
 
NoSonarFilter - Class in org.sonar.api.checks
 
NoSonarFilter() - Constructor for class org.sonar.api.checks.NoSonarFilter
 
NUMBER_OF_CHILDREN - Static variable in class org.sonar.api.measures.CoreMetrics
 
NUMBER_OF_CHILDREN - Static variable in interface org.sonar.gwt.Metrics
 
NUMBER_OF_CHILDREN_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

O

onceContainsMeasure(WSMetrics.Metric) - Method in class org.sonar.api.web.gwt.client.webservices.Resources
Deprecated.  
onClick(ClickEvent) - Method in class org.sonar.gwt.ui.SourcePanel
 
onError(int, String) - Method in class org.sonar.api.web.gwt.client.webservices.BaseQueryCallback
 
onError(int, String) - Method in class org.sonar.api.web.gwt.client.webservices.JSONHandlerDispatcher
 
onError(int, String) - Method in interface org.sonar.api.web.gwt.client.webservices.JsonUtils.JSONHandler
 
onError(int, String) - Method in interface org.sonar.api.web.gwt.client.webservices.QueryCallBack
 
onError(int, String) - Method in interface org.sonar.gwt.JsonUtils.JSONHandler
 
onError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
onError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
onError(int, String) - Method in interface org.sonar.wsclient.gwt.Callback
 
onError(int, String) - Method in interface org.sonar.wsclient.gwt.ListCallback
 
onFinished() - Method in class org.sonar.api.batch.AbstractSourceImporter
 
onModuleLoad() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
 
onModuleLoad() - Method in class org.sonar.gwt.ui.Page
 
onResourceLoad() - Method in class org.sonar.gwt.ui.Page
 
onResourceLoaded() - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Called when a resource JSON object has been loaded within the page
onResponse(Resources, JavaScriptObject) - Method in class org.sonar.api.web.gwt.client.AbstractViewer.StandAloneResourceHandler
 
onResponse(JavaScriptObject) - Method in class org.sonar.api.web.gwt.client.webservices.JSONHandlerDispatcher
 
onResponse(JavaScriptObject) - Method in interface org.sonar.api.web.gwt.client.webservices.JsonUtils.JSONHandler
 
onResponse(RESPONSE_POJO, JavaScriptObject) - Method in interface org.sonar.api.web.gwt.client.webservices.QueryCallBack
 
onResponse(JavaScriptObject) - Method in interface org.sonar.gwt.JsonUtils.JSONHandler
 
onResponse(MODEL, JavaScriptObject) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
onResponse(List<MODEL>, JavaScriptObject) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
onResponse(MODEL, JavaScriptObject) - Method in interface org.sonar.wsclient.gwt.Callback
 
onResponse(List<MODEL>, JavaScriptObject) - Method in interface org.sonar.wsclient.gwt.ListCallback
 
onServerStart(Server) - Method in interface org.sonar.api.platform.ServerStartHandler
 
onServerStop(Server) - Method in interface org.sonar.api.platform.ServerStopHandler
 
onTimeout() - Method in class org.sonar.api.web.gwt.client.webservices.BaseQueryCallback
 
onTimeout() - Method in class org.sonar.api.web.gwt.client.webservices.JSONHandlerDispatcher
 
onTimeout() - Method in interface org.sonar.api.web.gwt.client.webservices.JsonUtils.JSONHandler
 
onTimeout() - Method in interface org.sonar.api.web.gwt.client.webservices.QueryCallBack
 
onTimeout() - Method in interface org.sonar.gwt.JsonUtils.JSONHandler
 
onTimeout() - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
onTimeout() - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
onTimeout() - Method in interface org.sonar.wsclient.gwt.Callback
 
onTimeout() - Method in interface org.sonar.wsclient.gwt.ListCallback
 
openMeasurePopup(String, String) - Static method in class org.sonar.gwt.Links
Open the resource in a popup with HTML features like: height=800,width=900,scrollbars=1,resizable=1
openMeasurePopup(String, String, String) - Static method in class org.sonar.gwt.Links
 
openResourcePage(String, String, String) - Static method in class org.sonar.gwt.Links
 
openResourcePopup(Resource, String) - Static method in class org.sonar.api.web.gwt.client.Utils
Display the resource in a popup.
openResourcePopup(String) - Static method in class org.sonar.gwt.Links
 
openRulePopup(String) - Static method in class org.sonar.gwt.Links
 
openRulePopup(String, String) - Static method in class org.sonar.gwt.Links
 
openStream(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
OPERATOR_EQUALS - Static variable in class org.sonar.api.profiles.Alert
Operator equals
OPERATOR_GREATER - Static variable in class org.sonar.api.profiles.Alert
Operator strictly greater than
OPERATOR_NOT_EQUALS - Static variable in class org.sonar.api.profiles.Alert
Operator not equals
OPERATOR_SMALLER - Static variable in class org.sonar.api.profiles.Alert
Operator strictly lesser than
org.sonar.api - package org.sonar.api
 
org.sonar.api.batch - package org.sonar.api.batch
 
org.sonar.api.batch.maven - package org.sonar.api.batch.maven
 
org.sonar.api.charts - package org.sonar.api.charts
 
org.sonar.api.checks - package org.sonar.api.checks
 
org.sonar.api.checks.checkers - package org.sonar.api.checks.checkers
 
org.sonar.api.checks.profiles - package org.sonar.api.checks.profiles
 
org.sonar.api.checks.templates - package org.sonar.api.checks.templates
 
org.sonar.api.database - package org.sonar.api.database
 
org.sonar.api.database.configuration - package org.sonar.api.database.configuration
 
org.sonar.api.database.daos - package org.sonar.api.database.daos
 
org.sonar.api.database.model - package org.sonar.api.database.model
 
org.sonar.api.design - package org.sonar.api.design
 
org.sonar.api.measures - package org.sonar.api.measures
 
org.sonar.api.platform - package org.sonar.api.platform
 
org.sonar.api.profiles - package org.sonar.api.profiles
 
org.sonar.api.qualitymodel - package org.sonar.api.qualitymodel
 
org.sonar.api.resources - package org.sonar.api.resources
 
org.sonar.api.rules - package org.sonar.api.rules
 
org.sonar.api.rules.xml - package org.sonar.api.rules.xml
 
org.sonar.api.security - package org.sonar.api.security
 
org.sonar.api.utils - package org.sonar.api.utils
 
org.sonar.api.utils.command - package org.sonar.api.utils.command
 
org.sonar.api.utils.dag - package org.sonar.api.utils.dag
 
org.sonar.api.web - package org.sonar.api.web
 
org.sonar.api.web.gwt.client - package org.sonar.api.web.gwt.client
 
org.sonar.api.web.gwt.client.webservices - package org.sonar.api.web.gwt.client.webservices
 
org.sonar.api.web.gwt.client.widgets - package org.sonar.api.web.gwt.client.widgets
 
org.sonar.check - package org.sonar.check
 
org.sonar.gwt - package org.sonar.gwt
 
org.sonar.gwt.ui - package org.sonar.gwt.ui
 
org.sonar.test - package org.sonar.test
 
org.sonar.test.channel - package org.sonar.test.channel
 
org.sonar.wsclient - package org.sonar.wsclient
 
org.sonar.wsclient.connectors - package org.sonar.wsclient.connectors
 
org.sonar.wsclient.gwt - package org.sonar.wsclient.gwt
 
org.sonar.wsclient.services - package org.sonar.wsclient.services
 
org.sonar.wsclient.unmarshallers - package org.sonar.wsclient.unmarshallers
 
OUTGOING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
OUTLINE_COLOR - Static variable in class org.sonar.api.charts.AbstractChart
 
OVERRIDES - Static variable in class org.sonar.api.rules.ActiveRule
 

P

PACKAGE - Static variable in class org.sonar.api.resources.Qualifiers
 
PACKAGE_CYCLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_CYCLES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_CYCLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_EDGES_WEIGHT - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_EDGES_WEIGHT - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_EDGES_WEIGHT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_FEEDBACK_EDGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_FEEDBACK_EDGES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_FEEDBACK_EDGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLE_INDEX - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLE_INDEX - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_TANGLE_INDEX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
PACKAGES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Page - Interface in org.sonar.api.web
 
Page - Class in org.sonar.gwt.ui
 
Page() - Constructor for class org.sonar.gwt.ui.Page
 
PAIR_SEPARATOR - Static variable in class org.sonar.api.utils.KeyValueFormat
 
PARAGRAPH - Static variable in class org.sonar.api.resources.Qualifiers
 
PARAGRAPH_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPH_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
PARAGRAPH_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPH_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPH_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPHS - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPHS - Static variable in interface org.sonar.gwt.Metrics
 
PARAGRAPHS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAM_BACKGROUND_COLOR - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_DATE - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_DYNAMIC_ANALYSIS - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_EXCLUSIONS - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_LANGUAGE - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_LOCALE - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_PLUGIN - Static variable in class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. The plugin key to retrieve the coverage engine to be used
PARAM_REUSE_RULES_CONFIG - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_VERSION - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
parse(File) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
parse(InputStream) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
parse(Reader) - Method in class org.sonar.api.checks.templates.XmlCheckTemplateFactory
 
parse(InputStream) - Method in class org.sonar.api.checks.templates.XmlCheckTemplateFactory
 
parse(String, String, String, Collection<Class>, ValidationMessages) - Method in class org.sonar.api.profiles.AnnotationProfileParser
 
parse(Reader, ValidationMessages) - Method in class org.sonar.api.profiles.XMLProfileParser
 
parse(String, Collection<Class>) - Method in class org.sonar.api.rules.AnnotationRuleParser
 
parse(String) - Method in class org.sonar.api.rules.StandardProfileXmlParser
Deprecated. see the XML format into the unit test src/test/java/.../StandardProfileXmlParserTest
parse(String) - Method in class org.sonar.api.rules.StandardRulesXmlParser
Deprecated. see the XML format into the unit test src/test/java/.../StandardRulesXmlParserTest
parse(Reader) - Method in class org.sonar.api.rules.StandardRulesXmlParser
Deprecated.  
parse(InputStream) - Method in class org.sonar.api.rules.StandardRulesXmlParser
Deprecated.  
parse(File) - Method in class org.sonar.api.rules.XMLRuleParser
 
parse(InputStream) - Method in class org.sonar.api.rules.XMLRuleParser
Warning : the input stream is closed in this method
parse(Reader) - Method in class org.sonar.api.rules.XMLRuleParser
 
parse(String, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parse(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parse(String, KeyValueFormat.Transformer<KEY, VALUE>) - Static method in class org.sonar.api.utils.KeyValueFormat
Deprecated. since 2.7
parse(File) - Method in class org.sonar.api.utils.StaxParser
 
parse(InputStream) - Method in class org.sonar.api.utils.StaxParser
 
parse(Reader) - Method in class org.sonar.api.utils.StaxParser
 
parse(URL) - Method in class org.sonar.api.utils.StaxParser
 
parse(File) - Method in class org.sonar.api.utils.XpathParser
 
parse(InputStream) - Method in class org.sonar.api.utils.XpathParser
 
parse(String) - Method in class org.sonar.api.utils.XpathParser
 
parse(String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
parse(String) - Method in class org.sonar.wsclient.JdkUtils
 
parse(String) - Method in class org.sonar.wsclient.services.WSUtils
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.DependencyTreeUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.DependencyUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.EventUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.FavouriteUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.MetricUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.PluginUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ProfileUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.PropertyUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ResourceUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.RuleUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.SourceUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.TimeMachineUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ViolationUnmarshaller
 
parseDate(String) - Static method in class org.sonar.api.utils.DateUtils
 
parseDateTime(String) - Static method in class org.sonar.api.utils.DateUtils
 
parseDateTime(String) - Static method in class org.sonar.gwt.JsonUtils
 
parseDirs(SensorContext, List<File>, List<File>, boolean, Charset) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
parseIntDate(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntDateTime(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntDouble(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntegerMultiset(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntInt(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntString(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseKey(String) - Static method in class org.sonar.api.resources.Directory
 
parseLineIndex(String) - Static method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
parseMultiset(String, KeyValueFormat.Converter<K>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseMultiset(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseNumber(String, Locale) - Static method in class org.sonar.api.utils.ParsingUtils
Parses a string with a locale and returns the corresponding number
parseNumber(String) - Static method in class org.sonar.api.utils.ParsingUtils
Parses a string with the default locale and returns the corresponding number
parseReferential(String) - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
parseReferential(String) - Method in class org.sonar.api.rules.AbstractRulesRepository
Deprecated.  
parseReferential(String) - Method in interface org.sonar.api.rules.RulesRepository
Deprecated. The method to parse the base referential of rules and return a list of rules
parseResource(ClassLoader, String, ValidationMessages) - Method in class org.sonar.api.profiles.XMLProfileParser
 
parseResources(JavaScriptObject) - Static method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
parseResponse(JavaScriptObject) - Method in class org.sonar.api.web.gwt.client.webservices.JSONHandlerDispatcher
 
parseStringDouble(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseStringInt(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseXml(String) - Method in class org.sonar.api.checks.templates.XmlCheckTemplateFactory
 
ParsingUtils - Class in org.sonar.api.utils
Utility to parse various inputs
persistenceMode - Variable in class org.sonar.api.measures.Measure
 
PersistenceMode - Enum in org.sonar.api.measures
Mode of persistence for resources and measures.
persistMetric(Metric) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
Phase - Annotation Type in org.sonar.api.batch
 
Phase.Name - Enum in org.sonar.api.batch
 
Plugin - Interface in org.sonar.api
A plugin is a group of extensions.
Plugin - Class in org.sonar.wsclient.services
 
Plugin() - Constructor for class org.sonar.wsclient.services.Plugin
 
PluginRepository - Interface in org.sonar.api.platform
 
Plugins - Class in org.sonar.api
Deprecated. since 2.1
Plugins(PluginRepository) - Constructor for class org.sonar.api.Plugins
Deprecated. Creates the dictionnary of plugins
PluginUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
PluginUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.PluginUnmarshaller
 
PMD_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
PORTABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
PORTABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
PORTABILITY - Static variable in interface org.sonar.gwt.Metrics
 
PORTABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
PostJob - Interface in org.sonar.api.batch
PostJobs are executed when project is analysed.
priority - Variable in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
Priority - Enum in org.sonar.check
 
priorityBlocker() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityCritical() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityInfo() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityMajor() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityMinor() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
PROFILE - Static variable in class org.sonar.api.measures.CoreMetrics
 
Profile - Class in org.sonar.api.rules.xml
Deprecated. 
Profile() - Constructor for class org.sonar.api.rules.xml.Profile
Deprecated.  
Profile - Class in org.sonar.wsclient.services
 
Profile() - Constructor for class org.sonar.wsclient.services.Profile
 
Profile.Rule - Class in org.sonar.wsclient.services
 
Profile.Rule() - Constructor for class org.sonar.wsclient.services.Profile.Rule
 
PROFILE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ProfileDefinition - Class in org.sonar.api.profiles
Define a profile which is automatically registered during sonar startup.
ProfileDefinition() - Constructor for class org.sonar.api.profiles.ProfileDefinition
 
ProfileExporter - Class in org.sonar.api.profiles
 
ProfileExporter(String, String) - Constructor for class org.sonar.api.profiles.ProfileExporter
 
ProfileImporter - Class in org.sonar.api.profiles
 
ProfileImporter(String, String) - Constructor for class org.sonar.api.profiles.ProfileImporter
 
ProfileQuery - Class in org.sonar.wsclient.services
 
ProfileUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ProfileUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ProfileUnmarshaller
 
PROGRAM_UNIT - Static variable in class org.sonar.api.resources.Scopes
Types like Java classes/interfaces.
Project - Class in org.sonar.api.resources
A class that manipulates Projects in the Sonar way.
Project(String) - Constructor for class org.sonar.api.resources.Project
 
Project(String, String, String) - Constructor for class org.sonar.api.resources.Project
 
PROJECT - Static variable in class org.sonar.api.resources.Qualifiers
Single project or root of multi-modules projects Scope is Scopes.PROJECT
PROJECT - Static variable in class org.sonar.api.resources.Scopes
For example view, subview, project, module or library.
Project.AnalysisType - Enum in org.sonar.api.resources
Enumerates the type of possible analysis
PROJECT_BRANCH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_DATE_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Value format is yyyy-MM-dd
PROJECT_DESCRIPTION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_KEY_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_LANGUAGE_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_NAME_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_VERSION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
ProjectClasspath - Class in org.sonar.api.batch
 
ProjectClasspath(MavenProject) - Constructor for class org.sonar.api.batch.ProjectClasspath
 
ProjectFileSystem - Interface in org.sonar.api.resources
 
ProjectLink - Class in org.sonar.api.resources
 
ProjectLink() - Constructor for class org.sonar.api.resources.ProjectLink
 
ProjectLink(String, String, String) - Constructor for class org.sonar.api.resources.ProjectLink
 
ProjectUtils - Class in org.sonar.api.resources
 
PROP_DIALECT - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DIALECT_CLASS - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER_DEPRECATED - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_EMBEDDED_DATA_DIR - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_EMBEDDED_PORT - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_HIBERNATE_DEFAULT_SCHEMA - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_HIBERNATE_GENERATE_STATISTICS - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_HIBERNATE_HBM2DLL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_ISOLATION - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_JNDI_NAME - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_PASSWORD - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_PASSWORD_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_URL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_URL_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_USER - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_USER_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_USER_DEPRECATED - Static variable in interface org.sonar.api.database.DatabaseProperties
 
properties - Variable in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
Properties - Annotation Type in org.sonar.api
Plugin properties.
Properties - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5
Properties(List<Property>) - Constructor for class org.sonar.api.web.gwt.client.webservices.Properties
Deprecated.  
PropertiesBuilder<KEY,VALUE> - Class in org.sonar.api.measures
 
PropertiesBuilder(Metric, Map<KEY, VALUE>) - Constructor for class org.sonar.api.measures.PropertiesBuilder
 
PropertiesBuilder(Metric) - Constructor for class org.sonar.api.measures.PropertiesBuilder
 
PropertiesBuilder() - Constructor for class org.sonar.api.measures.PropertiesBuilder
 
PropertiesQuery - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use PropertyQuery instead.
PropertiesQuery() - Constructor for class org.sonar.api.web.gwt.client.webservices.PropertiesQuery
Deprecated.  
PropertiesQuery(String) - Constructor for class org.sonar.api.web.gwt.client.webservices.PropertiesQuery
Deprecated.  
Property - Class in org.sonar.api.database.configuration
IMPORTANT : This class can't be moved to org.sonar.jpa.dao for backward-compatibility reasons.
Property(String, String) - Constructor for class org.sonar.api.database.configuration.Property
 
Property(String, String, Integer) - Constructor for class org.sonar.api.database.configuration.Property
 
Property() - Constructor for class org.sonar.api.database.configuration.Property
 
Property - Annotation Type in org.sonar.api
Property value can be set in different ways : System property Maven command-line (-Dfoo=bar) Maven pom.xml (element ) Maven settings.xml Sonar web interface

Value is accessible in batch extensions via the Configuration object of class org.sonar.api.resources.Project (see method getConfiguration()).

Property - Class in org.sonar.api.rules.xml
Deprecated. 
Property(String, String) - Constructor for class org.sonar.api.rules.xml.Property
Deprecated.  
Property - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use Property instead
Property() - Constructor for class org.sonar.api.web.gwt.client.webservices.Property
Deprecated.  
Property(String, String) - Constructor for class org.sonar.api.web.gwt.client.webservices.Property
Deprecated.  
Property - Class in org.sonar.wsclient.services
 
Property(String, String) - Constructor for class org.sonar.wsclient.services.Property
 
Property() - Constructor for class org.sonar.wsclient.services.Property
 
PropertyCreateQuery - Class in org.sonar.wsclient.services
 
PropertyCreateQuery() - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyCreateQuery(String, String) - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyCreateQuery(String, String, String) - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyCreateQuery(Property) - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyDeleteQuery - Class in org.sonar.wsclient.services
 
PropertyDeleteQuery(String) - Constructor for class org.sonar.wsclient.services.PropertyDeleteQuery
 
PropertyDeleteQuery(String, String) - Constructor for class org.sonar.wsclient.services.PropertyDeleteQuery
 
PropertyDeleteQuery(Property) - Constructor for class org.sonar.wsclient.services.PropertyDeleteQuery
 
PropertyQuery - Class in org.sonar.wsclient.services
 
PropertyQuery() - Constructor for class org.sonar.wsclient.services.PropertyQuery
 
PropertyUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
PropertyUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.PropertyUnmarshaller
 
PropertyUpdateQuery - Class in org.sonar.wsclient.services
 
PropertyUpdateQuery() - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PropertyUpdateQuery(String, String) - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PropertyUpdateQuery(String, String, String) - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PropertyUpdateQuery(Property) - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
provide() - Method in class org.sonar.api.checks.profiles.CheckProfileProvider
Deprecated.  
provide() - Method in class org.sonar.api.ExtensionProvider
 
PUBLIC_API - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_API - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
PUBLIC_API - Static variable in interface org.sonar.gwt.Metrics
 
PUBLIC_API_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_DOCUMENTED_API_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_DOCUMENTED_API_DENSITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
PUBLIC_DOCUMENTED_API_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
PUBLIC_DOCUMENTED_API_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_UNDOCUMENTED_API - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_UNDOCUMENTED_API - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
PUBLIC_UNDOCUMENTED_API - Static variable in interface org.sonar.gwt.Metrics
 
PUBLIC_UNDOCUMENTED_API_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Purge - Interface in org.sonar.api.batch
Deprecated. since 2.5. The DBCleaner plugin implements all required purge taks.
purge(PurgeContext) - Method in interface org.sonar.api.batch.Purge
Deprecated. Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
PurgeContext - Interface in org.sonar.api.batch
Deprecated. since 2.5

Q

qualifier - Variable in class org.sonar.api.resources.Method
 
QUALIFIER_CLASS - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.CLASS.
QUALIFIER_CLASS - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_CLASS - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_DIRECTORY - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.DIRECTORY.
QUALIFIER_DIRECTORY - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_DIRECTORY - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_FIELD - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.FIELD.
QUALIFIER_FILE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.FILE.
QUALIFIER_FILE - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_FILE - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_LIB - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.LIBRARY.
QUALIFIER_LIB - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_METHOD - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.METHOD.
QUALIFIER_MODULE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.MODULE.
QUALIFIER_MODULE - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_MODULE - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_PACKAGE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.PACKAGE.
QUALIFIER_PACKAGE - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_PACKAGE - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_PROJECT - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.PROJECT.
QUALIFIER_PROJECT - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_PROJECT - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_PROJECT_BRANCH - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated. 
QUALIFIER_PROJECT_TRUNK - Static variable in class org.sonar.api.database.model.ResourceModel
 
QUALIFIER_PROJECT_TRUNK - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated. 
QUALIFIER_SUBVIEW - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.SUBVIEW.
QUALIFIER_SUBVIEW - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_UNIT_TEST - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
QUALIFIER_UNIT_TEST_CLASS - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.UNIT_TEST_FILE.
QUALIFIER_UNIT_TEST_CLASS - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_VIEW - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.VIEW.
QUALIFIER_VIEW - Static variable in class org.sonar.wsclient.services.Resource
 
qualifierClass() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierDirectory() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierField() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierFile() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierLibrary() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierMethod() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierModule() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierPackage() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierProject() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
Qualifiers - Class in org.sonar.api.resources
The qualifier determines the exact type of a resource.
qualifierUnitTest() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
Query<R extends ResponsePOJO> - Class in org.sonar.api.web.gwt.client.webservices
 
Query() - Constructor for class org.sonar.api.web.gwt.client.webservices.Query
 
Query<MODEL extends Model> - Class in org.sonar.wsclient.services
GET HTTP request
Query() - Constructor for class org.sonar.wsclient.services.Query
 
QueryCallBack<RESPONSE_POJO extends ResponsePOJO> - Interface in org.sonar.api.web.gwt.client.webservices
 

R

RangeDistributionBuilder - Class in org.sonar.api.measures
Utility to build a distribution based on defined ranges

RangeDistributionBuilder(Metric, Number[]) - Constructor for class org.sonar.api.measures.RangeDistributionBuilder
RangeDistributionBuilder for a metric and a defined range Each entry is initialized at zero
RangeDistributionBuilder(Metric) - Constructor for class org.sonar.api.measures.RangeDistributionBuilder
 
ReaderHasNextCharMatcher - Class in org.sonar.test.channel
 
ReaderHasNextCharMatcher(char) - Constructor for class org.sonar.test.channel.ReaderHasNextCharMatcher
 
reattach(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
refresh() - Method in class org.sonar.gwt.ui.SourcePanel
 
registerChecker(Check, Object) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
registerCheckers(CheckerFactory) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
registerCheckers(CheckProfile) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
registerMetrics(Collection<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
registerPlugin(MavenProject, String, String, String, boolean) - Static method in class org.sonar.api.batch.maven.MavenPlugin
Registers a plugin in a project pom

RELIABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
RELIABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
RELIABILITY - Static variable in interface org.sonar.gwt.Metrics
 
RELIABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
remove(Object) - Method in class org.sonar.api.database.DatabaseSession
 
removeActiveRule(ActiveRule) - Method in class org.sonar.api.profiles.RulesProfile
 
removeCharacteristic(Characteristic) - Method in class org.sonar.api.qualitymodel.Model
 
removeFromParent() - Method in class org.sonar.api.resources.Project
For internal use only.
removeParameter(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Remove a parameter from the maven plugin based on its key
removeParameters() - Method in class org.sonar.api.batch.maven.MavenPlugin
Removes all parameters from the maven plugin
removeWithoutFlush(Object) - Method in class org.sonar.api.database.DatabaseSession
 
render(Resource) - Method in class org.sonar.api.web.gwt.client.AbstractViewer
Renders the widget for the current resource
requestJson(String, JsonUtils.JSONHandler) - Static method in class org.sonar.api.web.gwt.client.webservices.JsonUtils
 
requestJson(String, JsonUtils.JSONHandler) - Static method in class org.sonar.gwt.JsonUtils
 
reset() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
reset() - Method in class org.sonar.api.utils.dag.Node
 
resolveOrder() - Method in class org.sonar.api.utils.dag.Node
 
resolvePath(String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
resolvePath(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
Resource<PARENT extends Resource> - Class in org.sonar.api.resources
The interface to implement to create a resource in Sonar
Resource() - Constructor for class org.sonar.api.resources.Resource
 
Resource - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use Resource instead.
Resource() - Constructor for class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
Resource(Integer, String, String, String, String, String, Integer, List<Measure>) - Constructor for class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
RESOURCE - Static variable in annotation type org.sonar.api.web.NavigationSection
 
Resource - Class in org.sonar.wsclient.services
 
Resource() - Constructor for class org.sonar.wsclient.services.Resource
 
RESOURCE_TAB - Static variable in annotation type org.sonar.api.web.NavigationSection
 
ResourceCreationLock - Interface in org.sonar.api.batch
This lock is used to ensure that Sonar resources (files, packages, directories) are not created by buggy plugins when saving measures/violations on unknown resources.
ResourceDatabaseConfiguration - Class in org.sonar.api.database.configuration
IMPORTANT : This class can't be moved to org.sonar.jpa.dao for backward-compatibility reasons.
ResourceDatabaseConfiguration(DatabaseSessionFactory, ResourceModel) - Constructor for class org.sonar.api.database.configuration.ResourceDatabaseConfiguration
 
ResourceDatabaseConfiguration(DatabaseSessionFactory, Integer) - Constructor for class org.sonar.api.database.configuration.ResourceDatabaseConfiguration
 
ResourceDatabaseConfiguration(DatabaseSessionFactory, String) - Constructor for class org.sonar.api.database.configuration.ResourceDatabaseConfiguration
 
ResourceDictionary - Class in org.sonar.api.web.gwt.client
 
ResourceFilter - Interface in org.sonar.api.batch
Filter resources to save.
ResourceLanguage - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same language.
ResourceModel - Class in org.sonar.api.database.model
Class to map resource with hibernate model
ResourceModel() - Constructor for class org.sonar.api.database.model.ResourceModel
Default constructor
ResourceModel(String, String, String, Integer, String) - Constructor for class org.sonar.api.database.model.ResourceModel
Creates a resource model
ResourceQualifier - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same qualifier.
ResourceQuery - Class in org.sonar.wsclient.services
 
ResourceQuery() - Constructor for class org.sonar.wsclient.services.ResourceQuery
 
ResourceQuery(String) - Constructor for class org.sonar.wsclient.services.ResourceQuery
 
ResourceQuery(long) - Constructor for class org.sonar.wsclient.services.ResourceQuery
 
Resources - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5
Resources(List<Resource>) - Constructor for class org.sonar.api.web.gwt.client.webservices.Resources
Deprecated.  
ResourceScope - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same qualifier.
ResourcesQuery - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use ResourceQuery instead
ResourceUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ResourceUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ResourceUnmarshaller
 
ResourceUtils - Class in org.sonar.api.resources
 
ResponsePOJO - Class in org.sonar.api.web.gwt.client.webservices
Marker class for WS query response objects
ResponsePOJO() - Constructor for class org.sonar.api.web.gwt.client.webservices.ResponsePOJO
 
REUSE_RULES_CONFIGURATION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated. since 2.5. See discussion from http://jira.codehaus.org/browse/SONAR-1873
RFC - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
RFC - Static variable in interface org.sonar.gwt.Metrics
 
RFC_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
RFC_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
rollback() - Method in class org.sonar.api.database.DatabaseSession
 
ROOT - Static variable in class org.sonar.api.resources.Directory
 
ROOT_DEPTH - Static variable in class org.sonar.api.qualitymodel.Characteristic
 
RubyRailsPage - Interface in org.sonar.api.web
 
RubyRailsWebservice - Interface in org.sonar.api.web
EXPERIMENTAL

Interface to create a ruby web service extension point using the Ruby On Rails controller API (ActionController) The method getTemplate() return the ROR controller code, the name of the controller class defined in the template MUST match the following name scheme : Api::$Webservice.getId()Controller I.E : Webservice.getId() = TestWS > Api::TestWSController.

RubyRailsWidget - Interface in org.sonar.api.web
Widget in project dashboard page.
rule(Metric, Rule) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Rule - Class in org.sonar.api.rules
 
Rule() - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String, String, RulesCategory, RulePriority) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String, RulesCategory, String, String) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String, String, RulesCategory, String, String) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule - Class in org.sonar.api.rules.xml
Deprecated. 
Rule(String) - Constructor for class org.sonar.api.rules.xml.Rule
Deprecated.  
Rule(String, String) - Constructor for class org.sonar.api.rules.xml.Rule
Deprecated.  
Rule - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5
Rule(String, String) - Constructor for class org.sonar.api.web.gwt.client.webservices.Rule
Deprecated.  
Rule - Annotation Type in org.sonar.check
 
Rule - Class in org.sonar.wsclient.services
 
Rule() - Constructor for class org.sonar.wsclient.services.Rule
 
RuleAnnotationUtils - Class in org.sonar.api.rules
 
ruleCategories(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
ruleCategory(Metric, Integer) - Static method in class org.sonar.api.measures.MeasuresFilters
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
RuleFailureModel - Class in org.sonar.api.database.model
 
RuleFailureModel() - Constructor for class org.sonar.api.database.model.RuleFailureModel
 
RuleFinder - Interface in org.sonar.api.rules
 
ruleKey(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
RuleMeasure - Class in org.sonar.api.measures
 
RuleMeasure(Metric, Rule, RulePriority, Integer) - Constructor for class org.sonar.api.measures.RuleMeasure
This constructor is for internal use only.
RuleParam - Class in org.sonar.api.rules
 
RuleParam() - Constructor for class org.sonar.api.rules.RuleParam
Deprecated. since 2.3 use the factory method Rule.setParameter()
RuleParam(Rule, String, String, String) - Constructor for class org.sonar.api.rules.RuleParam
Deprecated. since 2.3 use the factory method setParameter()
RuleParam - Class in org.sonar.wsclient.services
 
RuleParam() - Constructor for class org.sonar.wsclient.services.RuleParam
 
rulePriority(Metric, RulePriority) - Static method in class org.sonar.api.measures.MeasuresFilters
 
RulePriority - Enum in org.sonar.api.rules
A class to hold rules priority
RulePriorityMapper<IN_TYPE,OUT_TYPE> - Interface in org.sonar.api.rules
Deprecated. 
RuleProperty - Annotation Type in org.sonar.check
 
RuleQuery - Class in org.sonar.api.rules
 
RuleQuery - Class in org.sonar.wsclient.services
 
RuleQuery(String) - Constructor for class org.sonar.wsclient.services.RuleQuery
 
RuleRepository - Class in org.sonar.api.rules
 
RuleRepository(String, String) - Constructor for class org.sonar.api.rules.RuleRepository
 
rules(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
 
RulesCategory - Class in org.sonar.api.rules
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
RulesCategory(String) - Constructor for class org.sonar.api.rules.RulesCategory
Deprecated. Creates a RuleCategory based on the category name
RulesCategory(String, String) - Constructor for class org.sonar.api.rules.RulesCategory
Deprecated. Creates a category based on the category name and description
RulesCategory() - Constructor for class org.sonar.api.rules.RulesCategory
Deprecated. Creates an empty category
rulesManager - Variable in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
RulesManager - Class in org.sonar.api.rules
Deprecated. since 2.3
RulesManager() - Constructor for class org.sonar.api.rules.RulesManager
Deprecated.  
RulesProfile - Class in org.sonar.api.profiles
This class is badly named.
RulesProfile() - Constructor for class org.sonar.api.profiles.RulesProfile
Deprecated. use the factory method create()
RulesProfile(String, String) - Constructor for class org.sonar.api.profiles.RulesProfile
Deprecated. since 2.3. Use the factory method create()
RulesProfile(String, String, boolean, boolean) - Constructor for class org.sonar.api.profiles.RulesProfile
Deprecated. since 2.3. Use the factory method create()
RulesRepository<LANG extends Language> - Interface in org.sonar.api.rules
Deprecated. since 2.3
RuleUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
RuleUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.RuleUnmarshaller
 
RuleUtils - Class in org.sonar.api.rules
A utility class to manipulate concepts around rules

S

save(T) - Method in class org.sonar.api.database.DatabaseSession
 
save(Object...) - Method in class org.sonar.api.database.DatabaseSession
 
save(DatabaseSession) - Method in class org.sonar.api.database.model.MeasureModel
Saves the current object to database
save(DatabaseSession) - Method in class org.sonar.api.database.model.Snapshot
 
saveDependency(Dependency) - Method in interface org.sonar.api.batch.DecoratorContext
 
saveDependency(Dependency) - Method in interface org.sonar.api.batch.SensorContext
Build a new dependency : from depends upon to.
saveLink(ProjectLink) - Method in interface org.sonar.api.batch.SensorContext
add a link to an external page like project homepage, sources (subversion, ...), continuous integration server...
saveMeasure(Measure) - Method in interface org.sonar.api.batch.DecoratorContext
Add a measure on the current resource.
saveMeasure(Metric, Double) - Method in interface org.sonar.api.batch.DecoratorContext
Add a measure on the current resource.
saveMeasure(Measure) - Method in interface org.sonar.api.batch.SensorContext
Add a measure on project
saveMeasure(Metric, Double) - Method in interface org.sonar.api.batch.SensorContext
Add a measure on project
saveMeasure(Resource, Metric, Double) - Method in interface org.sonar.api.batch.SensorContext
Add or update a measure.
saveMeasure(Resource, Measure) - Method in interface org.sonar.api.batch.SensorContext
Add or update a measure.
saveResource(Resource) - Method in interface org.sonar.api.batch.SensorContext
Deprecated. use the methods index()
saveSource(Resource, String) - Method in interface org.sonar.api.batch.SensorContext
Save the source code of a file.
saveViolation(Violation, boolean) - Method in interface org.sonar.api.batch.DecoratorContext
Save a coding rule violation.
saveViolation(Violation) - Method in interface org.sonar.api.batch.DecoratorContext
Save a coding rule violation.
saveViolation(Violation, boolean) - Method in interface org.sonar.api.batch.SensorContext
Save a coding rule violation.
saveViolation(Violation) - Method in interface org.sonar.api.batch.SensorContext
Save a coding rule violation.
saveViolations(Collection<Violation>) - Method in interface org.sonar.api.batch.SensorContext
Saves a list of violations.
saveWithoutFlush(Object) - Method in class org.sonar.api.database.DatabaseSession
 
scaleValue(double) - Static method in class org.sonar.api.utils.ParsingUtils
Scales a double value, taking into account 2 decimals
scaleValue(double, int) - Static method in class org.sonar.api.utils.ParsingUtils
Scales a double value with decimals
SCM_AUTHORS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_AUTHORS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_COMMITS - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_COMMITS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATETIMES_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATETIMES_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISION - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCOPE - Static variable in class org.sonar.api.resources.File
 
SCOPE - Static variable in class org.sonar.api.resources.Method
 
SCOPE - Static variable in class org.sonar.api.resources.Project
 
SCOPE_DIRECTORY - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated. 
SCOPE_ENTITY - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Scopes.FILE.
SCOPE_ENTITY - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
SCOPE_ENTITY - Static variable in class org.sonar.wsclient.services.Resource
 
SCOPE_FILE - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated. 
SCOPE_PROJECT - Static variable in class org.sonar.api.database.model.ResourceModel
 
SCOPE_PROJECT - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated. 
SCOPE_SET - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Scopes.PROJECT.
SCOPE_SET - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
SCOPE_SET - Static variable in class org.sonar.wsclient.services.Resource
 
SCOPE_SPACE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Scopes.DIRECTORY.
SCOPE_SPACE - Static variable in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
SCOPE_SPACE - Static variable in class org.sonar.wsclient.services.Resource
 
Scopes - Class in org.sonar.api.resources
Resource scopes are used to group some types of resources.
Section - Enum in org.sonar.api.web
Deprecated. add annotation org.sonar.api.web.NavigationSection to View extensions
select(Class<T>) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
select(Class<T>, Project, boolean) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
selectMavenPluginHandlers(Project) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
Sensor - Interface in org.sonar.api.batch
A Sensor is invoked once during the analysis of a project.
SensorContext - Interface in org.sonar.api.batch
 
SEPARATOR - Static variable in class org.sonar.api.resources.Directory
 
SequentialQueries - Class in org.sonar.api.web.gwt.client.webservices
 
Server - Class in org.sonar.api.platform
 
Server() - Constructor for class org.sonar.api.platform.Server
 
Server - Class in org.sonar.wsclient.services
 
Server() - Constructor for class org.sonar.wsclient.services.Server
 
Server.Status - Enum in org.sonar.wsclient.services
 
SERVER_API_PATH - Static variable in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
SERVER_ID - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_STARTTIME - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_VERSION - Static variable in interface org.sonar.api.CoreProperties
 
ServerComponent - Interface in org.sonar.api
Dependency Injection : all the classes implementing this interface are available in the server IoC container.
ServerExtension - Interface in org.sonar.api
Server extension point.
ServerFileSystem - Interface in org.sonar.api.platform
 
ServerHttpClient - Class in org.sonar.api.utils
Deprecated. use org.sonar.api.plaform.Server instead
ServerHttpClient(String) - Constructor for class org.sonar.api.utils.ServerHttpClient
Deprecated.  
ServerHttpClient(String, Integer, Integer) - Constructor for class org.sonar.api.utils.ServerHttpClient
Deprecated.  
ServerHttpClient(Configuration) - Constructor for class org.sonar.api.utils.ServerHttpClient
Deprecated.  
ServerHttpClient.ServerApiEmptyContentException - Exception in org.sonar.api.utils
Deprecated.  
ServerHttpClient.ServerApiEmptyContentException(String) - Constructor for exception org.sonar.api.utils.ServerHttpClient.ServerApiEmptyContentException
Deprecated.  
ServerHttpClient.ServerConnectionException - Exception in org.sonar.api.utils
Deprecated.  
ServerHttpClient.ServerConnectionException(String) - Constructor for exception org.sonar.api.utils.ServerHttpClient.ServerConnectionException
Deprecated.  
ServerHttpClient.ServerConnectionException(String, Throwable) - Constructor for exception org.sonar.api.utils.ServerHttpClient.ServerConnectionException
Deprecated.  
ServerQuery - Class in org.sonar.wsclient.services
 
ServerQuery() - Constructor for class org.sonar.wsclient.services.ServerQuery
 
ServerStartHandler - Interface in org.sonar.api.platform
 
ServerStopHandler - Interface in org.sonar.api.platform
 
ServerUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ServerUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
ServerUpgradeStatus - Interface in org.sonar.api.platform
 
setActive(boolean) - Method in class org.sonar.wsclient.services.Rule
 
setActive(Boolean) - Method in class org.sonar.wsclient.services.RuleQuery
 
setActiveRule(ActiveRule) - Method in class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
setActiveRuleParams(List<ActiveRuleParam>) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. use setParameter()
setActiveRules(List<ActiveRule>) - Method in class org.sonar.api.profiles.RulesProfile
Set the list of active rules
setAlerts(List<Alert>) - Method in class org.sonar.api.profiles.RulesProfile
Sets the list of alerts for the profile
setAlertStatus(Metric.Level) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure alert status
setAlertStatus(Metric.Level) - Method in class org.sonar.api.measures.Measure
Set the alert status of the measure
setAlertText(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the text for the alert
setAlertText(String) - Method in class org.sonar.api.measures.Measure
Sets the text associated to the alert on the measure
setAllDepths() - Method in class org.sonar.wsclient.services.ResourceQuery
 
setAnalysisDate(Date) - Method in class org.sonar.api.resources.Project
For internal use only.
setAnalysisType(Project.AnalysisType) - Method in class org.sonar.api.resources.Project
 
setAnalysisVersion(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setBestValue(Double) - Method in class org.sonar.api.measures.Metric.Builder
 
setBestValue(Double) - Method in class org.sonar.api.measures.Metric
 
setBranch(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setCardinality(Cardinality) - Method in class org.sonar.api.rules.Rule
 
setCategories(String) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setCategories(String[]) - Method in class org.sonar.wsclient.services.EventQuery
 
setCategories(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setCategory(String) - Method in class org.sonar.api.batch.Event
 
setCategory(String) - Method in class org.sonar.wsclient.services.Event
 
setCharacteristic(Characteristic) - Method in class org.sonar.api.database.model.MeasureModel
 
setCharacteristic(Characteristic) - Method in class org.sonar.api.measures.Measure
 
setCharacteristicKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setCharacteristicKeys(String, String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setCharacteristicKeys(String, String...) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setCharacteristicName(String) - Method in class org.sonar.wsclient.services.Measure
 
setChecks(Collection<Check>) - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
setChecksum(String) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setColor(boolean) - Method in class org.sonar.api.web.gwt.client.webservices.SourcesQuery
Deprecated.  
setColumn1(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumn2(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumn3(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumn4(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setConditions(int, int, int) - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
setConfigKey(String) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
setConfigKey(String) - Method in class org.sonar.api.rules.Rule
Sets the configuration key
setConfigKey(String) - Method in class org.sonar.wsclient.services.Rule
 
setConfiguration(Configuration) - Method in class org.sonar.api.resources.Project
For internal use only.
setConfiguration(String, String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
setCopy(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setCopy(Integer) - Method in class org.sonar.wsclient.services.Resource
 
setCopyResourceId(Integer) - Method in class org.sonar.api.database.model.ResourceModel
 
setCost(Double) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setCost(Double) - Method in class org.sonar.api.rules.Violation
The cost to fix a violation can't be precisely computed without this information.
setCreatedAt(Date) - Method in class org.sonar.api.batch.Event
 
setCreatedAt(Date) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setCreatedAt(Date) - Method in class org.sonar.api.database.model.Snapshot
 
setCreatedAt(Date) - Method in class org.sonar.api.rules.Violation
For internal use only
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.Violation
 
setData(String) - Method in class org.sonar.api.batch.Event
 
setData(byte[]) - Method in class org.sonar.api.database.model.MeasureData
 
setData(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure data
setData(String) - Method in class org.sonar.api.database.model.SnapshotSource
 
setData(String) - Method in class org.sonar.api.measures.Measure
Sets the data field of the measure.
setData(Metric.Level) - Method in class org.sonar.api.measures.Measure
Sets an alert level as the data field
setData(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setData(String) - Method in class org.sonar.wsclient.services.Event
 
setData(String) - Method in class org.sonar.wsclient.services.Measure
 
setDate(Date) - Method in class org.sonar.api.batch.Event
 
setDate(Date) - Method in class org.sonar.api.measures.Measure
Sets the date of the measure - Used only in TimeMachine queries
setDate(Date) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setDate(Date) - Method in class org.sonar.wsclient.services.Event
 
setDate(Date) - Method in class org.sonar.wsclient.services.Resource
 
setDecoratorContext(DecoratorContext) - Method in class org.sonar.api.batch.DefaultFormulaContext
 
setDefaultDescription(String) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
setDefaultDescription(String) - Method in class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
setDefaultProfile(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
Set whether this is the default profile for the language.
setDefaultProfile(boolean) - Method in class org.sonar.wsclient.services.Profile
 
setDefaultTitle(String) - Method in class org.sonar.api.checks.templates.BundleCheckTemplate
Deprecated.  
setDefaultTitle(String) - Method in class org.sonar.api.checks.templates.BundleCheckTemplateProperty
Deprecated.  
setDefaultValue(String) - Method in class org.sonar.api.rules.RuleParam
 
setDepId(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setDepth(Integer) - Method in class org.sonar.api.database.model.Snapshot
Sets the depth of the snapshot
setDepth(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setDepth(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
setDepth(Integer) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setDepth(int) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setDescription(String) - Method in class org.sonar.api.batch.Event
 
setDescription(String) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplate
 
setDescription(String) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
setDescription(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure description
setDescription(String) - Method in class org.sonar.api.database.model.ResourceModel
Sets the resource description, truncated to DESCRIPTION_COLUMN_SIZE
setDescription(String) - Method in class org.sonar.api.measures.Measure
Sets the measure description
setDescription(String) - Method in class org.sonar.api.measures.Metric.Builder
 
setDescription(String) - Method in class org.sonar.api.measures.Metric
Sets the metric description
setDescription(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setDescription(String) - Method in class org.sonar.api.resources.Library
 
setDescription(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setDescription(String) - Method in class org.sonar.api.rules.Rule
Sets the rule description
setDescription(String) - Method in class org.sonar.api.rules.RuleParam
 
setDescription(String) - Method in class org.sonar.api.rules.RulesCategory
Deprecated. Sets the cay description
setDescription(String) - Method in class org.sonar.wsclient.services.Event
 
setDescription(String) - Method in class org.sonar.wsclient.services.Metric
 
setDescription(String) - Method in class org.sonar.wsclient.services.Resource
 
setDescription(String) - Method in class org.sonar.wsclient.services.Rule
 
setDescription(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setDirection(Integer) - Method in class org.sonar.api.measures.Metric.Builder
Used for numeric values only
setDirection(Integer) - Method in class org.sonar.api.measures.Metric
Sets the metric direction.
setDirection(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setDirection(int) - Method in class org.sonar.wsclient.services.Metric
 
setDomain(String) - Method in class org.sonar.api.measures.Metric.Builder
 
setDomain(String) - Method in class org.sonar.api.measures.Metric
Sets the domain for the metric (General, Complexity...)
setDomain(String) - Method in class org.sonar.wsclient.services.Metric
 
setDoSaveViolationsOnUnexistedResource(boolean) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Specify if violations must be saved even if when the Resource associated to a violation doesn't yet exist.
setEffectiveKey(String) - Method in class org.sonar.api.resources.Resource
Internal use only
setEmail(String) - Method in class org.sonar.api.database.model.User
 
setEnabled(Boolean) - Method in class org.sonar.api.database.model.ResourceModel
 
setEnabled(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is enabled
setEnabled(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
setEnabled(Boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setEnabled(Boolean) - Method in class org.sonar.api.rules.Rule
Do not call.
setExcluded(boolean) - Method in class org.sonar.api.resources.Resource
Deprecated. since 2.6 should use SensorContext#isExcluded(resource). It will make inheritance of Resource easier.
setExcludeRuleCategories(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 not used anymore
setExcludeRulePriorities(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.setExcludeRuleSeverities(boolean) instead. See http://jira.codehaus.org/browse/SONAR-1829
setExcludeRules(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setExcludeRuleSeverities(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setExclusionPatterns(String[]) - Method in class org.sonar.api.resources.Project
Set exclusion patterns.
setFileSystem(ProjectFileSystem) - Method in class org.sonar.api.resources.Project
Deprecated. since 2.6. See http://jira.codehaus.org/browse/SONAR-2126
setFormattedValue(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setFormattedValue(String) - Method in class org.sonar.wsclient.services.Measure
 
setFormula(Formula) - Method in class org.sonar.api.measures.Metric.Builder
 
setFormula(Formula) - Method in class org.sonar.api.measures.Metric
Sets the metric formula
setFrom(Date) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the from date to be used in the query
setFrom(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.SourcesQuery
Deprecated.  
setFrom(Date, boolean) - Method in class org.sonar.wsclient.services.EventQuery
 
setFrom(Date) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setFromCurrentAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setFromId(long) - Method in class org.sonar.wsclient.services.Dependency
 
setFromKey(String) - Method in class org.sonar.wsclient.services.Dependency
 
setFromLineToLine(int, int) - Method in class org.sonar.wsclient.services.SourceQuery
Get only a few lines
setFromName(String) - Method in class org.sonar.wsclient.services.Dependency
 
setFromQualifier(String) - Method in class org.sonar.wsclient.services.Dependency
 
setFromResourceId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setFromScope(String) - Method in class org.sonar.api.design.DependencyDto
 
setFromSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setGroupId(Integer) - Method in class org.sonar.api.security.GroupRole
 
setHidden(boolean) - Method in class org.sonar.api.measures.Metric.Builder
 
setHidden(Boolean) - Method in class org.sonar.api.measures.Metric
 
setHidden(Boolean) - Method in class org.sonar.wsclient.services.Metric
 
setHighlightedSyntax(boolean) - Method in class org.sonar.wsclient.services.SourceQuery
 
setHits(int, int) - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
setHost(String) - Method in class org.sonar.wsclient.Host
 
setHref(String) - Method in class org.sonar.api.resources.ProjectLink
 
setId(Integer) - Method in class org.sonar.api.database.BaseIdentifiable
 
setId(Long) - Method in class org.sonar.api.database.model.MeasureModel
 
setId(Long) - Method in class org.sonar.api.design.Dependency
Internal use only.
setId(Long) - Method in class org.sonar.api.design.DependencyDto
 
setId(Long) - Method in class org.sonar.api.measures.Measure
Sets the measure id - Internal use only
setId(Integer) - Method in class org.sonar.api.measures.Metric
For internal use only
setId(Integer) - Method in class org.sonar.api.resources.Resource
Internal use only
setId(Integer) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be decreased to protected or package
setId(Integer) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.3. visibility should be decreased to protected or package
setId(String) - Method in class org.sonar.wsclient.services.Dependency
 
setId(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setId(String) - Method in class org.sonar.wsclient.services.Event
 
setId(Integer) - Method in class org.sonar.wsclient.services.Favourite
 
setId(Integer) - Method in class org.sonar.wsclient.services.Resource
 
setId(String) - Method in class org.sonar.wsclient.services.Server
 
setIncludeTrends(Boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setInheritance(String) - Method in class org.sonar.api.rules.ActiveRule
For internal use only.
setInheritance(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setInstance(WSUtils) - Static method in class org.sonar.wsclient.services.WSUtils
 
setIntValue(Integer) - Method in class org.sonar.api.measures.Measure
Sets the measure value as an int
setIsoCategory(IsoCategory) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
setKey(String) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
setKey(String) - Method in class org.sonar.api.checks.templates.CheckTemplateProperty
Deprecated.  
setKey(String) - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
setKey(String) - Method in class org.sonar.api.database.configuration.Property
 
setKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setKey(String) - Method in class org.sonar.api.measures.Metric
Sets the metric key
setKey(String) - Method in class org.sonar.api.profiles.ProfileExporter
 
setKey(String) - Method in class org.sonar.api.profiles.ProfileImporter
 
setKey(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setKey(String) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setKey(String) - Method in class org.sonar.api.resources.ProjectLink
 
setKey(String) - Method in class org.sonar.api.resources.Resource
 
setKey(String) - Method in class org.sonar.api.rules.Rule
Sets the rule key
setKey(String) - Method in class org.sonar.api.rules.RuleParam
 
setKey(KEY) - Method in class org.sonar.api.utils.KeyValue
Sets the key of the couple
setKey(String) - Method in class org.sonar.api.web.gwt.client.webservices.Property
Deprecated.  
setKey(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setKey(String) - Method in class org.sonar.api.web.gwt.client.webservices.Rule
Deprecated.  
setKey(String) - Method in class org.sonar.wsclient.services.Favourite
 
setKey(String) - Method in class org.sonar.wsclient.services.Metric
 
setKey(String) - Method in class org.sonar.wsclient.services.Plugin
 
setKey(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setKey(String) - Method in class org.sonar.wsclient.services.Property
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.Resource
 
setKey(String) - Method in class org.sonar.wsclient.services.Rule
 
setKey(String) - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
setLanguage(Language) - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
setLanguage(String) - Method in class org.sonar.api.profiles.RulesProfile
Set the profile language
setLanguage(Language) - Method in class org.sonar.api.resources.File
Sets the language of the file
setLanguage(Language) - Method in class org.sonar.api.resources.Project
 
setLanguage(String) - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
setLanguage(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setLanguage(String) - Method in class org.sonar.wsclient.services.Favourite
 
setLanguage(String) - Method in class org.sonar.wsclient.services.Profile
 
setLanguage(String) - Method in class org.sonar.wsclient.services.Resource
 
setLanguage(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setLanguageKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setLanguageKey(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setLast(Boolean) - Method in class org.sonar.api.database.model.Snapshot
 
setLatestAnalysis(boolean) - Method in class org.sonar.api.resources.Project
For internal use only.
setLength(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.SourcesQuery
Deprecated.  
setLevel(RulePriority) - Method in class org.sonar.api.database.model.RuleFailureModel
Deprecated. since 2.7. Replace by setPriority()
setLevelToDebug() - Method in class org.sonar.api.utils.TimeProfiler
 
setLimit(Integer) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setLimit(Integer) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setLimit(Integer) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setLine(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setLine(int) - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
setLine(Integer) - Method in class org.sonar.wsclient.services.Violation
 
setLineId(Integer) - Method in class org.sonar.api.rules.Violation
Sets the violation line.
setLineIndex(int, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setLinesFromLine(int, int) - Method in class org.sonar.wsclient.services.SourceQuery
 
setLogger(Logger) - Method in class org.sonar.api.utils.TimeProfiler
 
setLogin(String) - Method in class org.sonar.api.database.model.User
 
setLongName(String) - Method in class org.sonar.api.database.model.ResourceModel
Sets the long name of the resource, truncated to NAME_COLUMN_SIZE
setLongName(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setLongName(String) - Method in class org.sonar.wsclient.services.Resource
 
setMeasure(MeasureModel) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setMeasure(MeasureModel) - Method in class org.sonar.api.database.model.MeasureData
 
setMeasureData(MeasureData) - Method in class org.sonar.api.database.model.MeasureModel
Use setData() instead
setMeasureDate(Date) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setMeasureDate(Date) - Method in class org.sonar.api.database.model.MeasureModel
Sets the date for the measure
setMeasureId(Long) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setMeasures(List<Measure>) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setMeasures(List<Measure>) - Method in class org.sonar.wsclient.services.Resource
 
setMessage(String) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setMessage(String) - Method in class org.sonar.api.rules.Violation
Sets the violation message
setMessage(String) - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
setMessage(String) - Method in class org.sonar.wsclient.services.Violation
 
setMetric(Metric) - Method in class org.sonar.api.batch.DefaultFormulaContext
 
setMetric(Metric) - Method in class org.sonar.api.measures.Measure
Set the underlying metric
setMetric(Metric) - Method in class org.sonar.api.measures.PropertiesBuilder
 
setMetric(Metric) - Method in class org.sonar.api.profiles.Alert
Sets the alert metric
setMetric(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setMetric(WSMetrics.Metric) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setMetric(String) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setMetricId(Integer) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setMetricId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
 
setMetricKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setMetricKeys(String...) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setMetricKeys(List<String>) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setMetricName(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setMetricName(String) - Method in class org.sonar.wsclient.services.Measure
 
setMetrics(List<Metric>) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the metrics to return
setMetrics(Metric...) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the metrics to return
setMetrics(List<WSMetrics.Metric>) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setMetrics(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setMetrics(String...) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setMimeType(String) - Method in class org.sonar.api.profiles.ProfileExporter
 
setMinimumScopeToPersist(String) - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
setName(String) - Method in class org.sonar.api.batch.Event
 
setName(String) - Method in class org.sonar.api.database.model.ResourceModel
Sets the resource name, truncated to NAME_COLUMN_SIZE
setName(String) - Method in class org.sonar.api.database.model.User
 
setName(String) - Method in class org.sonar.api.measures.Metric
Sets the metric name
setName(String) - Method in class org.sonar.api.profiles.ProfileExporter
 
setName(String) - Method in class org.sonar.api.profiles.ProfileImporter
 
setName(String) - Method in class org.sonar.api.profiles.RulesProfile
Set the profile name.
setName(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setName(String, boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setName(String) - Method in class org.sonar.api.qualitymodel.Model
 
setName(String) - Method in class org.sonar.api.resources.AbstractLanguage
Sets the language name
setName(String) - Method in class org.sonar.api.resources.Library
 
setName(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setName(String) - Method in class org.sonar.api.resources.ProjectLink
 
setName(String) - Method in class org.sonar.api.rules.Rule
Sets the rule name
setName(String) - Method in class org.sonar.api.rules.RuleRepository
 
setName(String) - Method in class org.sonar.api.rules.RulesCategory
Deprecated. Sets the category name
setName(String) - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
setName(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setName(String) - Method in class org.sonar.api.web.gwt.client.webservices.Rule
Deprecated.  
setName(String) - Method in class org.sonar.wsclient.services.Event
 
setName(String) - Method in class org.sonar.wsclient.services.Favourite
 
setName(String) - Method in class org.sonar.wsclient.services.Metric
 
setName(String) - Method in class org.sonar.wsclient.services.Plugin
 
setName(String) - Method in class org.sonar.wsclient.services.Profile
 
setName(String) - Method in class org.sonar.wsclient.services.ProfileQuery
 
setName(String) - Method in class org.sonar.wsclient.services.Resource
 
setName(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setOnlyLastAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setOperator(String) - Method in class org.sonar.api.profiles.Alert
Sets the alert operator
setOptimizedBestValue(boolean) - Method in class org.sonar.api.measures.Metric.Builder
 
setOptimizedBestValue(Boolean) - Method in class org.sonar.api.measures.Metric
 
setOrigin(Metric.Origin) - Method in class org.sonar.api.measures.Metric
Set the origin of the metric - Internal use only
setPackaging(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setParameter(String, String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Sets a parameter for the maven plugin.
setParameter(String, String, boolean) - Method in class org.sonar.api.batch.maven.MavenPlugin
Sets a parameter to the maven plugin.
setParameter(String, String) - Method in class org.sonar.api.rules.ActiveRule
 
setParameter(String, String) - Static method in class org.sonar.gwt.Configuration
 
setParams(List<RuleParam>) - Method in class org.sonar.api.rules.Rule
Sets the rule parameters
setParams(List<RuleParam>) - Method in class org.sonar.wsclient.services.Rule
 
setParent(Dependency) - Method in class org.sonar.api.design.Dependency
 
setParent(Project) - Method in class org.sonar.api.resources.Project
For internal use only.
setParent(Rule) - Method in class org.sonar.api.rules.Rule
 
setParentDependencyId(Long) - Method in class org.sonar.api.design.DependencyDto
 
setParentId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setParentId(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setParentName(String) - Method in class org.sonar.api.profiles.RulesProfile
For internal use only.
setParentName(String) - Method in class org.sonar.wsclient.services.Profile
 
setPassword(String) - Method in class org.sonar.wsclient.Host
 
setPath(String) - Method in class org.sonar.api.database.model.Snapshot
 
setPeriod1Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod1Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod1Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod2Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod2Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod2Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod2Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod2Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod2Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod3Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod3Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod3Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod3Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod3Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod3Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod4Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod4Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod4Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod4Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod4Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod4Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod5Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod5Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod5Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod5Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod5Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod5Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriodDate(int, Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriodMode(int, String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriodModeParameter(int, String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPersistenceMode(PersistenceMode) - Method in class org.sonar.api.measures.Measure
Sets the persistence mode of a measure.
setPluginName(String) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.setRepositoryKey(String) instead
setPom(MavenProject) - Method in class org.sonar.api.resources.Project
For internal use only.
setPriorities(String) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
setPriorities(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
Deprecated. since 2.5 use ViolationQuery.setSeverities(String...) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(Priority) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
setPriority(Priority) - Method in class org.sonar.api.checks.templates.CheckTemplate
Deprecated.  
setPriority(RulePriority) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setPriority(RulePriority) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. since 2.5 use ActiveRule.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(RulePriority) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(RulePriority) - Method in class org.sonar.api.rules.Violation
Deprecated. since 2.5 use Violation.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(String) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
setPriority(String) - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
setPriority(String) - Method in class org.sonar.wsclient.services.Violation
Deprecated. since 2.5 use Violation.setSeverity(String) instead. See http://jira.codehaus.org/browse/SONAR-1829
setProfile(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setProjectId(Integer) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setProjectId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the project id
setProjectLinks(List<ProjectLink>) - Method in class org.sonar.api.database.model.ResourceModel
 
setProjects(List<ResourceModel>) - Method in class org.sonar.api.profiles.RulesProfile
Sets the list of projects attached to the profile
setProjectSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setProperties(Map<String, String>) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
setProperties(List<Property>) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
setProperty(String, String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setProperty(String, Double) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setProvided(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
Set whether the profile is provided by a plugin
setProvided(boolean) - Method in class org.sonar.wsclient.services.Profile
 
setQualifier(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setQualifier(String) - Method in class org.sonar.api.database.model.Snapshot
 
setQualifier(String) - Method in class org.sonar.api.resources.File
 
setQualifier(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setQualifier(String) - Method in class org.sonar.wsclient.services.Favourite
 
setQualifier(String) - Method in class org.sonar.wsclient.services.Resource
 
setQualifiers(String) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setQualifiers(String) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setQualitative(Boolean) - Method in class org.sonar.api.measures.Metric.Builder
 
setQualitative(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is qualitative
setRepositories(String...) - Method in class org.sonar.wsclient.services.RuleQuery
 
setRepository(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setRepository(String) - Method in class org.sonar.wsclient.services.Rule
 
setRepositoryKey(String) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
setRepositoryKey(String) - Method in class org.sonar.api.rules.Rule
 
setResource(Resource) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the resource of the query
setResource(ResourceModel) - Method in class org.sonar.api.database.model.Snapshot
 
setResource(ResourceModel) - Method in class org.sonar.api.resources.ProjectLink
 
setResource(Resource) - Method in class org.sonar.api.rules.Violation
Sets the resource the violation applies to
setResource(Resource) - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
setResourceId(Integer) - Method in class org.sonar.api.batch.Event
 
setResourceId(Integer) - Method in class org.sonar.api.database.configuration.Property
 
setResourceId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setResourceId(Integer) - Method in class org.sonar.api.security.GroupRole
 
setResourceId(Integer) - Method in class org.sonar.api.security.UserRole
 
setResourceId(long) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setResourceId(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceId(String) - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
setResourceId(int) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setResourceIdOrKey(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setResourceKey(String) - Method in class org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery
Deprecated.  
setResourceKey(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.Event
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.EventQuery
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.SourceQuery
 
setResourceName(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceName(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceQualifier(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceQualifier(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceScope(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceScope(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceVersion(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setRole(String) - Method in class org.sonar.api.security.GroupRole
 
setRole(String) - Method in class org.sonar.api.security.UserRole
 
setRootId(Integer) - Method in class org.sonar.api.database.model.ResourceModel
 
setRootId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setRootProjectId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setRule(Rule) - Method in class org.sonar.api.measures.RuleMeasure
 
setRule(Rule) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setRule(Rule) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
setRule(Rule) - Method in class org.sonar.api.rules.Violation
Sets the rule violated
setRule(Rule) - Method in class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
setRuleCategories(String) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleCategories(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleCategory(Integer) - Method in class org.sonar.api.measures.RuleMeasure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleCategory(String) - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the rule for the measure
setRuleId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setRuleKey(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setRuleKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setRuleKey(String) - Method in class org.sonar.wsclient.services.Violation
 
setRuleKeys(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setRuleName(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setRuleName(String) - Method in class org.sonar.wsclient.services.Measure
 
setRuleName(String) - Method in class org.sonar.wsclient.services.Violation
 
setRuleParam(RuleParam) - Method in class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
setRulePriorities(String) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setRulePriorities(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.setRuleSeverities(String...) instead. See http://jira.codehaus.org/browse/SONAR-1829
setRulePriority(RulePriority) - Method in class org.sonar.api.database.model.MeasureModel
Sets the rule priority
setRulePriority(RulePriority) - Method in class org.sonar.api.measures.RuleMeasure
 
setRulePriority(String) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setRulePriority(String) - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 use Measure.setRuleSeverity(String) instead. See http://jira.codehaus.org/browse/SONAR-1829
setRuleRepositories(String[]) - Method in class org.sonar.wsclient.services.ProfileQuery
 
setRules(List<Rule>) - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
setRules(String) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setRules(String) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
setRules(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setRulesCategory(RulesCategory) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRulesCategoryId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleSeverities(String[]) - Method in class org.sonar.wsclient.services.ProfileQuery
 
setRuleSeverities(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setRuleSeverity(String) - Method in class org.sonar.wsclient.services.Measure
 
setRulesProfile(RulesProfile) - Method in class org.sonar.api.database.model.ResourceModel
 
setRulesProfile(RulesProfile) - Method in class org.sonar.api.profiles.Alert
Sets the alert profile
setRulesProfile(RulesProfile) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
setScope(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setScope(String) - Method in class org.sonar.api.database.model.Snapshot
 
setScope(String) - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
setScope(String) - Method in class org.sonar.wsclient.services.Favourite
 
setScope(String) - Method in class org.sonar.wsclient.services.Resource
 
setScopes(String) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setScopes(String) - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
setScopes(String...) - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
setScopes(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setScopes(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setSearchText(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setSeverities(String...) - Method in class org.sonar.wsclient.services.RuleQuery
 
setSeverities(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setSeverity(RulePriority) - Method in class org.sonar.api.rules.ActiveRule
 
setSeverity(RulePriority) - Method in class org.sonar.api.rules.Rule
 
setSeverity(RulePriority) - Method in class org.sonar.api.rules.Violation
For internal use only.
setSeverity(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Rule
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Violation
 
setSnapshot(Snapshot) - Method in class org.sonar.api.batch.Event
 
setSnapshot(Snapshot) - Method in class org.sonar.api.database.model.SnapshotSource
 
setSnapshotDate(Date) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.MeasureData
 
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the snapshot id
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setSource(Resource, String) - Method in class org.sonar.api.batch.SonarIndex
Save the source code of a file.
setSource(String, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setStarted() - Method in class org.sonar.gwt.ui.SourcePanel
 
setStatus(String) - Method in class org.sonar.api.database.model.Snapshot
 
setStatus(Server.Status) - Method in class org.sonar.wsclient.services.Server
 
setStatusMessage(String) - Method in class org.sonar.wsclient.services.Server
 
setSupportedLanguages(String...) - Method in class org.sonar.api.profiles.ProfileExporter
 
setSupportedLanguages(String...) - Method in class org.sonar.api.profiles.ProfileImporter
 
setTemplateKey(String) - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
setTemplates(List<CheckTemplate>) - Method in class org.sonar.api.checks.templates.CheckTemplateRepository
Deprecated.  
setTendency(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure tendency
setTendency(Integer) - Method in class org.sonar.api.measures.Measure
Sets the tendency for the measure - Internal use only
setTextValue(String) - Method in class org.sonar.api.database.model.MeasureModel
Use setData() instead
setTextValue(String) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setTitle(String) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplate
 
setTitle(String) - Method in class org.sonar.api.checks.templates.DefaultCheckTemplateProperty
 
setTitle(String) - Method in class org.sonar.wsclient.services.Rule
 
setTo(Date) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the to date to be used in the query
setTo(List<DependencyTree>) - Method in class org.sonar.wsclient.services.DependencyTree
 
setTo(Date, boolean) - Method in class org.sonar.wsclient.services.EventQuery
 
setTo(Date) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setToCurrentAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setToId(long) - Method in class org.sonar.wsclient.services.Dependency
 
setToKey(String) - Method in class org.sonar.wsclient.services.Dependency
 
setToName(String) - Method in class org.sonar.wsclient.services.Dependency
 
setToQualifier(String) - Method in class org.sonar.wsclient.services.Dependency
 
setToResourceId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setToScope(String) - Method in class org.sonar.api.design.DependencyDto
 
setToSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setTrend(Integer) - Method in class org.sonar.wsclient.services.Measure
 
setType(Metric.ValueType) - Method in class org.sonar.api.measures.Metric
Sets the metric type
setType(String) - Method in class org.sonar.api.rules.RuleParam
 
setType(String) - Method in class org.sonar.wsclient.services.Metric
 
setUniqueKey(String, String) - Method in class org.sonar.api.rules.Rule
 
setUrl(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure URL
setUrl(String) - Method in class org.sonar.api.measures.Measure
Sets the URL of the measure
setUsage(String) - Method in class org.sonar.api.design.Dependency
 
setUsage(String) - Method in class org.sonar.api.design.DependencyDto
 
setUsage(String) - Method in class org.sonar.wsclient.services.Dependency
 
setUsage(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setUserId(Integer) - Method in class org.sonar.api.database.configuration.Property
 
setUserId(Integer) - Method in class org.sonar.api.security.UserRole
 
setUserManaged(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is user managed
setUserManaged(Boolean) - Method in class org.sonar.api.web.gwt.client.webservices.MetricsQuery
Deprecated.  
setUserManaged(Boolean) - Method in class org.sonar.wsclient.services.Metric
 
setUsername(String) - Method in class org.sonar.wsclient.Host
 
setValue(String) - Method in class org.sonar.api.database.configuration.Property
 
setValue(Double) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure value
setValue(Double) - Method in class org.sonar.api.measures.Measure
Sets the measure value with the default precision of 1
setValue(Double, int) - Method in class org.sonar.api.measures.Measure
Sets the measure value with a given precision
setValue(Double) - Method in class org.sonar.api.measures.RuleMeasure
 
setValue(Double) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setValue(String) - Method in class org.sonar.api.rules.ActiveRuleParam
 
setValue(VALUE) - Method in class org.sonar.api.utils.KeyValue
Sets the value of the couple
setValue(Double) - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
setValue(String) - Method in class org.sonar.api.web.gwt.client.webservices.Property
Deprecated.  
setValue(String, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setValue(Double) - Method in class org.sonar.wsclient.services.Measure
 
setValue(String) - Method in class org.sonar.wsclient.services.Property
 
setValue(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setValue(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setValue(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setValue(String) - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
setValue2(String, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setValueError(String) - Method in class org.sonar.api.profiles.Alert
Sets the error value if any
setValueWarning(String) - Method in class org.sonar.api.profiles.Alert
Sets the warning value if any
setVar(Integer) - Method in class org.sonar.wsclient.services.Measure
 
setVariation(int, Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation1(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation1(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation2(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation2(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation3(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation3(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation4(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation4(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation5(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation5(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariationValue1(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue2(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue3(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue4(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue5(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVerbose(boolean) - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
setVerbose(Boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setVersion(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Sets the maven plugin version
setVersion(String) - Method in class org.sonar.api.database.model.Snapshot
 
setVersion(String) - Method in class org.sonar.wsclient.services.Plugin
 
setVersion(String) - Method in class org.sonar.wsclient.services.Resource
 
setVersion(String) - Method in class org.sonar.wsclient.services.Server
 
setWeight(int) - Method in class org.sonar.api.design.Dependency
 
setWeight(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setWeight(Integer) - Method in class org.sonar.wsclient.services.Dependency
 
setWeight(int) - Method in class org.sonar.wsclient.services.DependencyTree
 
setWorstValue(Double) - Method in class org.sonar.api.measures.Metric.Builder
 
setWorstValue(Double) - Method in class org.sonar.api.measures.Metric
 
shouldDecorateLine(int) - Method in class org.sonar.gwt.ui.SourcePanel
 
shouldDecorateResource(DecoratorContext) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
shouldDecorateResource(Resource) - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. Whether to implement the extension on the project
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractDirectoriesDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFilesDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractSourceImporter
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
shouldExecuteOnProject(Project) - Method in interface org.sonar.api.batch.CheckProject
 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.Initializer
 
shouldSaveZeroIfNoChildMeasures() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
showError(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
showError(String) - Static method in class org.sonar.gwt.Utils
 
showInfo(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
showInfo(String) - Static method in class org.sonar.gwt.Utils
 
showMoreButton() - Method in class org.sonar.gwt.ui.SourcePanel
 
showWarning(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
showWarning(String) - Static method in class org.sonar.gwt.Utils
 
size() - Method in class org.sonar.wsclient.services.Source
 
SKIP_TENDENCIES_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
SKIP_TENDENCIES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
SKIPPED_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
SKIPPED_TESTS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
SKIPPED_TESTS - Static variable in interface org.sonar.gwt.Metrics
 
SKIPPED_TESTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Snapshot - Class in org.sonar.api.database.model
A class to map a snapshot with its hibernate model
Snapshot() - Constructor for class org.sonar.api.database.model.Snapshot
 
Snapshot(ResourceModel, Snapshot) - Constructor for class org.sonar.api.database.model.Snapshot
 
Snapshot(ResourceModel, boolean, String, Date) - Constructor for class org.sonar.api.database.model.Snapshot
 
snapshotId - Variable in class org.sonar.api.database.model.RuleFailureModel
 
SnapshotSource - Class in org.sonar.api.database.model
 
SnapshotSource() - Constructor for class org.sonar.api.database.model.SnapshotSource
 
SnapshotSource(Snapshot, String) - Constructor for class org.sonar.api.database.model.SnapshotSource
 
SnapshotSource(Integer, String) - Constructor for class org.sonar.api.database.model.SnapshotSource
 
Sonar - Class in org.sonar.wsclient.gwt
 
Sonar(String) - Constructor for class org.sonar.wsclient.gwt.Sonar
 
Sonar - Class in org.sonar.wsclient
 
Sonar(Connector) - Constructor for class org.sonar.wsclient.Sonar
 
SONAR_HOME - Static variable in interface org.sonar.api.CoreProperties
 
SONAR_WAY_FINDBUGS_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Name of the default java profile "Sonar way with Findbugs"
SONAR_WAY_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Name of the default profile "Sonar Way"
SonarException - Exception in org.sonar.api.utils
Because we don't like checked exceptions !
SonarException() - Constructor for exception org.sonar.api.utils.SonarException
 
SonarException(String) - Constructor for exception org.sonar.api.utils.SonarException
 
SonarException(String, Throwable) - Constructor for exception org.sonar.api.utils.SonarException
 
SonarException(Throwable) - Constructor for exception org.sonar.api.utils.SonarException
 
SonarIndex - Class in org.sonar.api.batch
 
SonarIndex() - Constructor for class org.sonar.api.batch.SonarIndex
 
sort(Collection<T>) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
sort() - Method in class org.sonar.api.utils.dag.DirectAcyclicGraph
 
SORTED_SCOPES - Static variable in class org.sonar.api.resources.Scopes
 
Source - Class in org.sonar.wsclient.services
 
Source() - Constructor for class org.sonar.wsclient.services.Source
 
SourcePanel - Class in org.sonar.gwt.ui
 
SourcePanel(Resource) - Constructor for class org.sonar.gwt.ui.SourcePanel
 
SourcePanel(Resource, int, int) - Constructor for class org.sonar.gwt.ui.SourcePanel
 
SourcePanel.Row - Class in org.sonar.gwt.ui
 
SourcePanel.Row(String, String, String) - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePanel.Row(String, String, String, String) - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePanel.Row(int, String) - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePanel.Row() - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourceQuery - Class in org.sonar.wsclient.services
 
SourceQuery(String) - Constructor for class org.sonar.wsclient.services.SourceQuery
 
SourcesQuery - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use SourceQuery instead
SourceUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
SourceUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.SourceUnmarshaller
 
SQUID_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
SquidUtils - Class in org.sonar.api.batch
 
StandardProfileXmlParser - Class in org.sonar.api.rules
Deprecated. 
StandardProfileXmlParser() - Constructor for class org.sonar.api.rules.StandardProfileXmlParser
Deprecated.  
StandardProfileXmlParser(List<Rule>) - Constructor for class org.sonar.api.rules.StandardProfileXmlParser
Deprecated.  
StandardRulesXmlParser - Class in org.sonar.api.rules
Deprecated. 
StandardRulesXmlParser() - Constructor for class org.sonar.api.rules.StandardRulesXmlParser
Deprecated.  
StandardRulesXmlParser.TrimStringConverter - Class in org.sonar.api.rules
Deprecated. See http://svn.codehaus.org/xstream/trunk/xstream/src/java/com/thoughtworks/xstream/converters/basic/StringConverter.java
StandardRulesXmlParser.TrimStringConverter(Map) - Constructor for class org.sonar.api.rules.StandardRulesXmlParser.TrimStringConverter
Deprecated.  
StandardRulesXmlParser.TrimStringConverter() - Constructor for class org.sonar.api.rules.StandardRulesXmlParser.TrimStringConverter
Deprecated.  
start() - Method in class org.sonar.api.database.DatabaseSession
 
start(String) - Method in class org.sonar.api.utils.TimeProfiler
 
START_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
 
STATEMENTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
STATEMENTS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
STATEMENTS - Static variable in interface org.sonar.gwt.Metrics
 
STATEMENTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
STATUS_PROCESSED - Static variable in class org.sonar.api.database.model.Snapshot
This status is set on the snapshot at the end of the batch
STATUS_UNPROCESSED - Static variable in class org.sonar.api.database.model.Snapshot
This status is set on the snapshot at the beginning of the batch
statusError() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
statusOk() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
statusWarning() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
StaxParser - Class in org.sonar.api.utils
 
StaxParser(StaxParser.XmlStreamHandler) - Constructor for class org.sonar.api.utils.StaxParser
Stax parser for a given stream handler and iso control chars set awarness to off
StaxParser(StaxParser.XmlStreamHandler, boolean) - Constructor for class org.sonar.api.utils.StaxParser
Stax parser for a given stream handler and iso control chars set awarness to on.
StaxParser.XmlStreamHandler - Interface in org.sonar.api.utils
Simple interface for handling XML stream to parse
stop() - Method in class org.sonar.api.database.DatabaseSession
 
stop() - Method in class org.sonar.api.utils.TimeProfiler
 
stream(SMHierarchicCursor) - Method in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
 
SUBVIEW - Static variable in class org.sonar.api.resources.Qualifiers
Sub-views, defined in root views.
SUFFIXES - Static variable in class org.sonar.api.resources.Java
Java files knows suffixes
sum(boolean, Collection<Measure>) - Static method in class org.sonar.api.measures.MeasureUtils
Sums a series of measures
sum(boolean, Measure...) - Static method in class org.sonar.api.measures.MeasureUtils
Sums a series of measures
SumChildDistributionFormula - Class in org.sonar.api.measures
 
SumChildDistributionFormula() - Constructor for class org.sonar.api.measures.SumChildDistributionFormula
 
SumChildValuesFormula - Class in org.sonar.api.measures
 
SumChildValuesFormula(boolean) - Constructor for class org.sonar.api.measures.SumChildValuesFormula
 
SUN_CONVENTIONS_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Name of the default java profile "Sun checks"
SupportedEnvironment - Annotation Type in org.sonar.api.batch
This annotation allows to specify in which environments BatchExtension would be active.
SUREFIRE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
SUREFIRE_REPORTS_PATH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
SUSPECT_LCOM4_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SUSPECT_LCOM4_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

T

TempFileUtils - Class in org.sonar.api.utils
 
tendency - Variable in class org.sonar.api.measures.Measure
 
TEST_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_DATA - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
TEST_DATA - Static variable in interface org.sonar.gwt.Metrics
 
TEST_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_ERRORS - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_ERRORS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
TEST_ERRORS - Static variable in interface org.sonar.gwt.Metrics
 
TEST_ERRORS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_EXECUTION_TIME - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_EXECUTION_TIME - Static variable in interface org.sonar.gwt.Metrics
 
TEST_EXECUTION_TIME_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FAILURES - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FAILURES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
TEST_FAILURES - Static variable in interface org.sonar.gwt.Metrics
 
TEST_FAILURES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_SUCCESS_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_SUCCESS_DENSITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
TEST_SUCCESS_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
TEST_SUCCESS_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
testFiles(String...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
testFiles(String...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Source files of unit tests.
TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
TESTS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
TESTS - Static variable in interface org.sonar.gwt.Metrics
 
TESTS_EXECUTION_TIME - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
TESTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TestUtils - Class in org.sonar.test
Utilities for unit tests
TestUtils() - Constructor for class org.sonar.test.TestUtils
 
TEXT_VALUE_LENGTH - Static variable in class org.sonar.api.database.model.MeasureModel
 
TimeMachine - Interface in org.sonar.api.batch
The TimeMachine extension point
TimeMachine - Class in org.sonar.wsclient.services
Past values of a given resource
TimeMachine(TimeMachineColumn[], TimeMachineCell[]) - Constructor for class org.sonar.wsclient.services.TimeMachine
 
TIMEMACHINE_DEFAULT_PERIOD_1 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_2 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_3 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_4 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_5 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_PREVIOUS_ANALYSIS - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_PERIOD_PREFIX - Static variable in interface org.sonar.api.CoreProperties
 
TimeMachineCell - Class in org.sonar.wsclient.services
 
TimeMachineCell(Date, Object[]) - Constructor for class org.sonar.wsclient.services.TimeMachineCell
 
TimeMachineColumn - Class in org.sonar.wsclient.services
 
TimeMachineColumn(int, String, String, String) - Constructor for class org.sonar.wsclient.services.TimeMachineColumn
 
TimeMachineQuery - Class in org.sonar.api.batch
A class to query TimeMachine on a given resource

TimeMachineQuery(Resource) - Constructor for class org.sonar.api.batch.TimeMachineQuery
Create a TimeMachine query for a given resource
TimeMachineQuery - Class in org.sonar.wsclient.services
 
TimeMachineQuery(String) - Constructor for class org.sonar.wsclient.services.TimeMachineQuery
 
TimeMachineUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
TimeMachineUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.TimeMachineUnmarshaller
 
TIMEOUT_MILLISECONDS - Static variable in class org.sonar.api.utils.HttpDownloader
 
TIMEOUT_MS - Static variable in class org.sonar.wsclient.connectors.Connector
 
TimeProfiler - Class in org.sonar.api.utils
A very simple profiler to log the time elapsed performing some tasks.
TimeProfiler(Logger) - Constructor for class org.sonar.api.utils.TimeProfiler
 
TimeProfiler(Class) - Constructor for class org.sonar.api.utils.TimeProfiler
 
TimeProfiler() - Constructor for class org.sonar.api.utils.TimeProfiler
Use the default Sonar logger
to(RulePriority) - Method in interface org.sonar.api.rules.RulePriorityMapper
Deprecated.  
toCheckPriority() - Method in enum org.sonar.api.rules.RulePriority
 
toCommandLine() - Method in class org.sonar.api.utils.command.Command
 
toggle() - Method in class org.sonar.gwt.ui.ExpandCollapseLink
 
toIoFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.ProjectUtils
 
toIsoCategory() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
toModel(String) - Method in interface org.sonar.wsclient.unmarshallers.Unmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
toModels(String) - Method in interface org.sonar.wsclient.unmarshallers.Unmarshaller
 
toResource(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Transforms a given xml resource to a resource Object
toResource(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
toResource(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
toString() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
toString() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
toString() - Method in class org.sonar.api.batch.Event
 
toString() - Method in class org.sonar.api.batch.Initializer
 
toString() - Method in class org.sonar.api.batch.maven.MavenPlugin
 
toString() - Method in class org.sonar.api.batch.TimeMachineQuery
 
toString() - Method in class org.sonar.api.charts.AbstractChart
 
toString() - Method in class org.sonar.api.checks.profiles.Check
Deprecated.  
toString() - Method in class org.sonar.api.checks.profiles.CheckProfile
Deprecated.  
toString() - Method in class org.sonar.api.checks.templates.DefaultCheckTemplate
 
toString() - Method in class org.sonar.api.database.configuration.Property
 
toString() - Method in class org.sonar.api.database.model.AsyncMeasureSnapshot
 
toString() - Method in class org.sonar.api.database.model.MeasureModel
 
toString() - Method in class org.sonar.api.database.model.ResourceModel
 
toString() - Method in class org.sonar.api.database.model.RuleFailureModel
 
toString() - Method in class org.sonar.api.database.model.Snapshot
 
toString() - Method in class org.sonar.api.design.Dependency
 
toString() - Method in class org.sonar.api.design.DependencyDto
 
toString() - Method in class org.sonar.api.measures.Measure
 
toString() - Method in class org.sonar.api.measures.Metric
 
toString() - Method in class org.sonar.api.measures.RuleMeasure
 
toString() - Method in class org.sonar.api.profiles.ProfileExporter
 
toString() - Method in class org.sonar.api.profiles.ProfileImporter
 
toString() - Method in class org.sonar.api.profiles.RulesProfile
 
toString() - Method in class org.sonar.api.qualitymodel.Characteristic
 
toString() - Method in class org.sonar.api.qualitymodel.Model
 
toString() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
toString() - Method in class org.sonar.api.resources.AbstractLanguage
 
toString() - Method in class org.sonar.api.resources.Directory
 
toString() - Method in class org.sonar.api.resources.File
 
toString() - Method in class org.sonar.api.resources.JavaFile
 
toString() - Method in class org.sonar.api.resources.JavaPackage
 
toString() - Method in class org.sonar.api.resources.Library
 
toString() - Method in class org.sonar.api.resources.Project
 
toString() - Method in class org.sonar.api.resources.ProjectLink
 
toString() - Method in class org.sonar.api.rules.ActiveRule
 
toString() - Method in class org.sonar.api.rules.Rule
 
toString() - Method in class org.sonar.api.rules.RuleParam
 
toString() - Method in class org.sonar.api.rules.RuleRepository
 
toString() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
toString() - Method in class org.sonar.api.rules.Violation
 
toString() - Method in class org.sonar.api.utils.command.Command
 
toString() - Method in class org.sonar.api.utils.dag.Node
 
toString() - Method in class org.sonar.api.utils.ValidationMessages
 
toString() - Method in class org.sonar.api.utils.WildcardPattern
This method is overridden since version 2.5-RC2.
toString() - Method in class org.sonar.api.web.gwt.client.webservices.Measure
Deprecated.  
toString() - Method in class org.sonar.api.web.gwt.client.webservices.MetricsQuery
Deprecated.  
toString() - Method in class org.sonar.api.web.gwt.client.webservices.PropertiesQuery
Deprecated.  
toString() - Method in class org.sonar.api.web.gwt.client.webservices.Resource
Deprecated.  
toString() - Method in class org.sonar.api.web.gwt.client.webservices.ResourcesQuery
Deprecated.  
toString() - Method in class org.sonar.api.web.gwt.client.webservices.SourcesQuery
Deprecated.  
toString() - Method in class org.sonar.api.web.gwt.client.webservices.ViolationsQuery
Deprecated.  
toString() - Method in class org.sonar.wsclient.services.Dependency
 
toString() - Method in class org.sonar.wsclient.services.Measure
 
toString() - Method in class org.sonar.wsclient.services.Metric
 
toString() - Method in class org.sonar.wsclient.services.Property
 
toString() - Method in class org.sonar.wsclient.services.Resource
 
toXml(CheckProfile, Writer) - Static method in class org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
Deprecated.  
toXml(List<Rule>) - Method in class org.sonar.api.rules.StandardRulesXmlParser
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.DoubleNumbersPairTransformer
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.IntegerNumbersPairTransformer
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.RulePriorityNumbersPairTransformer
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.StringNumberPairTransformer
Deprecated.  
transform(String, String) - Method in interface org.sonar.api.utils.KeyValueFormat.Transformer
Deprecated.  

U

UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
UNCOVERED_CONDITIONS - Static variable in interface org.sonar.gwt.Metrics
 
UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNCOVERED_LINES - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
UNCOVERED_LINES - Static variable in interface org.sonar.gwt.Metrics
 
UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNIT_TEST_FILE - Static variable in class org.sonar.api.resources.Qualifiers
 
Unmarshaller<MODEL extends Model> - Interface in org.sonar.wsclient.unmarshallers
 
Unmarshallers - Class in org.sonar.wsclient.unmarshallers
 
unregisterCheck(Check) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
unregisterChecks(CheckProfile) - Method in class org.sonar.api.checks.checkers.MessageDispatcher
Deprecated.  
unsetData() - Method in class org.sonar.api.measures.Measure
 
unsetMetrics() - Method in class org.sonar.api.batch.TimeMachineQuery
Unsets the metrics
unsetValue() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
UnvalidCheckerException - Exception in org.sonar.api.checks.checkers
Deprecated. since 2.3
UnvalidCheckerException() - Constructor for exception org.sonar.api.checks.checkers.UnvalidCheckerException
Deprecated.  
UnvalidCheckerException(String) - Constructor for exception org.sonar.api.checks.checkers.UnvalidCheckerException
Deprecated.  
UnvalidCheckerException(String, Throwable) - Constructor for exception org.sonar.api.checks.checkers.UnvalidCheckerException
Deprecated.  
UnvalidCheckerException(Throwable) - Constructor for exception org.sonar.api.checks.checkers.UnvalidCheckerException
Deprecated.  
unzip(File, File) - Static method in class org.sonar.api.utils.ZipUtils
Unzip a file into a directory.
unzip(File, File, ZipUtils.ZipEntryFilter) - Static method in class org.sonar.api.utils.ZipUtils
 
unzipToTempDir(File) - Static method in class org.sonar.api.utils.ZipUtils
Unzip a file into a new temporary directory.
update(UpdateQuery<?>) - Method in class org.sonar.wsclient.Sonar
 
UpdateCenterQuery - Class in org.sonar.wsclient.services
 
updateFrom(WSMetrics.Metric) - Method in class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
UpdateQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
PUT HTTP request
UpdateQuery() - Constructor for class org.sonar.wsclient.services.UpdateQuery
 
url - Variable in class org.sonar.api.measures.Measure
 
urlForDrilldown(String, String) - Static method in class org.sonar.gwt.Links
 
urlForMeasure(String, String) - Static method in class org.sonar.gwt.Links
 
urlForResource(String) - Static method in class org.sonar.gwt.Links
 
urlForResourcePage(String, String, String) - Static method in class org.sonar.gwt.Links
 
urlForRule(String, boolean) - Static method in class org.sonar.gwt.Links
 
USABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
USABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
USABILITY - Static variable in interface org.sonar.gwt.Metrics
 
USABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
useDatabase() - Method in enum org.sonar.api.measures.PersistenceMode
 
useMemory() - Method in enum org.sonar.api.measures.PersistenceMode
 
User - Class in org.sonar.api.database.model
 
User() - Constructor for class org.sonar.api.database.model.User
 
USER - Static variable in annotation type org.sonar.api.web.UserRole
 
UserPropertyCreateQuery - Class in org.sonar.wsclient.services
 
UserPropertyCreateQuery() - Constructor for class org.sonar.wsclient.services.UserPropertyCreateQuery
 
UserPropertyCreateQuery(String, String) - Constructor for class org.sonar.wsclient.services.UserPropertyCreateQuery
 
UserPropertyCreateQuery(Property) - Constructor for class org.sonar.wsclient.services.UserPropertyCreateQuery
 
UserPropertyDeleteQuery - Class in org.sonar.wsclient.services
 
UserPropertyDeleteQuery(String) - Constructor for class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
UserPropertyDeleteQuery(Property) - Constructor for class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
UserPropertyQuery - Class in org.sonar.wsclient.services
Get properties of the authenticated user.
UserPropertyQuery() - Constructor for class org.sonar.wsclient.services.UserPropertyQuery
Get all user properties
UserPropertyQuery(String) - Constructor for class org.sonar.wsclient.services.UserPropertyQuery
Get only one specific user property
UserRole - Class in org.sonar.api.security
This JPA model maps the table user_roles
UserRole(Integer, String, Integer) - Constructor for class org.sonar.api.security.UserRole
 
UserRole() - Constructor for class org.sonar.api.security.UserRole
 
UserRole - Annotation Type in org.sonar.api.web
 
Utils - Class in org.sonar.api.web.gwt.client
A class of web utility
Utils - Class in org.sonar.gwt
 

V

ValidationMessages - Class in org.sonar.api.utils
 
value - Variable in class org.sonar.api.measures.Measure
 
valueOf(String) - Static method in enum org.sonar.api.batch.Phase.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.Metric.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.Metric.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.Metric.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.PersistenceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.resources.Project.AnalysisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.rules.RulePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.Section
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.WidgetLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.WidgetPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.check.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.check.IsoCategory
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.check.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.wsclient.services.Server.Status
Returns the enum constant of this type with the specified name.
valueOfString(String) - Static method in enum org.sonar.api.rules.RulePriority
A class to map priority level prior to Sonar 1.10 to the new ones
values() - Static method in enum org.sonar.api.batch.Phase.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.Metric.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.Metric.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.Metric.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.PersistenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.resources.Project.AnalysisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.rules.RulePriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.Section
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.WidgetLayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.WidgetPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.check.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.check.IsoCategory
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.check.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.wsclient.services.Server.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.sonar.wsclient.services.TimeMachineCell
 
variation1 - Variable in class org.sonar.api.measures.Measure
 
variation2 - Variable in class org.sonar.api.measures.Measure
 
variation3 - Variable in class org.sonar.api.measures.Measure
 
variation4 - Variable in class org.sonar.api.measures.Measure
 
variation5 - Variable in class org.sonar.api.measures.Measure
 
VERSION - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
 
VIEW - Static variable in class org.sonar.api.resources.Qualifiers
Root views.
View - Interface in org.sonar.api.web
 
VIEWER - Static variable in annotation type org.sonar.api.web.UserRole
Deprecated. use the constant USER since 1.12.
ViewerHeader - Class in org.sonar.gwt.ui
 
ViewerHeader(Resource, String[]) - Constructor for class org.sonar.gwt.ui.ViewerHeader
 
ViewerHeader.MeasureLabel - Class in org.sonar.gwt.ui
 
ViewerHeader.MeasureLabel(Measure) - Constructor for class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
ViewerHeader.MeasureLabel(Measure, String, String) - Constructor for class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
Violation - Class in org.sonar.api.rules
A class that represents a violation.
Violation(Rule) - Constructor for class org.sonar.api.rules.Violation
Deprecated. since 2.3. Use the factory method create()
Violation(Rule, Resource) - Constructor for class org.sonar.api.rules.Violation
Deprecated. since 2.3. Use the factory method create()
Violation - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use Violation instead.
Violation(String, String, int, Rule, Resource) - Constructor for class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
Violation() - Constructor for class org.sonar.api.web.gwt.client.webservices.Violation
Deprecated.  
Violation - Class in org.sonar.wsclient.services
 
Violation() - Constructor for class org.sonar.wsclient.services.Violation
 
ViolationFilter - Interface in org.sonar.api.rules
Filter violations to save.
ViolationQuery - Class in org.sonar.wsclient.services
 
ViolationQuery(String) - Constructor for class org.sonar.wsclient.services.ViolationQuery
 
VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
Violations - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5
Violations(List<Violation>) - Constructor for class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
Violations() - Constructor for class org.sonar.api.web.gwt.client.webservices.Violations
Deprecated.  
VIOLATIONS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
VIOLATIONS_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_DENSITY - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
VIOLATIONS_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
VIOLATIONS_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ViolationsQuery - Class in org.sonar.api.web.gwt.client.webservices
Deprecated. since 2.5, use ViolationQuery instead.
ViolationUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ViolationUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ViolationUnmarshaller
 
VoidResponse - Class in org.sonar.api.web.gwt.client.webservices
 
VoidResponse() - Constructor for class org.sonar.api.web.gwt.client.webservices.VoidResponse
 

W

Webservice - Interface in org.sonar.api.web
Interface to create a web service extension point
WEIGHTED_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
WEIGHTED_VIOLATIONS - Static variable in class org.sonar.api.web.gwt.client.webservices.WSMetrics
 
WEIGHTED_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
WEIGHTED_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
WeightedMeanAggregationFormula - Class in org.sonar.api.measures
 
WeightedMeanAggregationFormula(Metric, boolean) - Constructor for class org.sonar.api.measures.WeightedMeanAggregationFormula
 
Widget - Interface in org.sonar.api.web
 
WidgetCategory - Annotation Type in org.sonar.api.web
 
widgetGWTIdJSEncode(String) - Static method in class org.sonar.api.web.gwt.client.Utils
 
WidgetLayout - Annotation Type in org.sonar.api.web
 
WidgetLayoutType - Enum in org.sonar.api.web
 
WidgetProperties - Annotation Type in org.sonar.api.web
 
WidgetProperty - Annotation Type in org.sonar.api.web
 
WidgetPropertyType - Enum in org.sonar.api.web
 
WildcardPattern - Class in org.sonar.api.utils
 
WildcardPattern(String, String) - Constructor for class org.sonar.api.utils.WildcardPattern
 
withConfigKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
withKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
withRepositoryKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
write(RulesProfile, Writer) - Method in class org.sonar.api.profiles.XMLProfileSerializer
 
writeToFile(String, File, String) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
 
writeToWorkingDirectory(String, String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
 
writeToWorkingDirectory(String, String) - Method in interface org.sonar.api.resources.ProjectFileSystem
Save data into a new file of Sonar working directory.
WSMetrics - Class in org.sonar.api.web.gwt.client.webservices
 
WSMetrics.Metric - Class in org.sonar.api.web.gwt.client.webservices
 
WSMetrics.Metric(String) - Constructor for class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
WSMetrics.Metric(String, String, String, String, boolean, boolean, int, WSMetrics.Metric.ValueType) - Constructor for class org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric
 
WSMetrics.Metric.ValueType - Enum in org.sonar.api.web.gwt.client.webservices
 
WSMetrics.MetricsList - Class in org.sonar.api.web.gwt.client.webservices
 
WSMetrics.MetricsList() - Constructor for class org.sonar.api.web.gwt.client.webservices.WSMetrics.MetricsList
 
WSUtils - Class in org.sonar.wsclient.services
Compatibility layer between GWT and plain Java.
WSUtils() - Constructor for class org.sonar.wsclient.services.WSUtils
 

X

XmlCheckTemplateFactory - Class in org.sonar.api.checks.templates
EXPERIMENTAL - will be used in version 2.2
XmlCheckTemplateFactory() - Constructor for class org.sonar.api.checks.templates.XmlCheckTemplateFactory
 
XmlParserException - Exception in org.sonar.api.utils
 
XmlParserException() - Constructor for exception org.sonar.api.utils.XmlParserException
 
XmlParserException(String) - Constructor for exception org.sonar.api.utils.XmlParserException
 
XmlParserException(String, Throwable) - Constructor for exception org.sonar.api.utils.XmlParserException
 
XmlParserException(Throwable) - Constructor for exception org.sonar.api.utils.XmlParserException
 
XMLProfileParser - Class in org.sonar.api.profiles
TODO should be an interface
XMLProfileParser(RuleFinder) - Constructor for class org.sonar.api.profiles.XMLProfileParser
Deprecated. since 2.5. Plugins shouldn't directly instantiate this class, because it should be retrieved as an IoC dependency.
XMLProfileParser(RuleFinder, MetricFinder) - Constructor for class org.sonar.api.profiles.XMLProfileParser
Deprecated. since 2.5. Plugins shouldn't directly instantiate this class, because it should be retrieved as an IoC dependency.
XMLProfileSerializer - Class in org.sonar.api.profiles
 
XMLProfileSerializer() - Constructor for class org.sonar.api.profiles.XMLProfileSerializer
 
XMLRuleParser - Class in org.sonar.api.rules
 
XMLRuleParser() - Constructor for class org.sonar.api.rules.XMLRuleParser
 
XpathParser - Class in org.sonar.api.utils
XML Parsing tool using XPATH.
XpathParser() - Constructor for class org.sonar.api.utils.XpathParser
 

Z

zipDir(File, File) - Static method in class org.sonar.api.utils.ZipUtils
 
ZipUtils - Class in org.sonar.api.utils
 
ZipUtils.ZipEntryFilter - Interface in org.sonar.api.utils
 
zoom() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Copyright © 2009-2011 SonarSource. All Rights Reserved.