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
 
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() - 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.
 
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.
ABSTRACTNESS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ABSTRACTNESS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
AbstractQuery<M extends Model> - Class in org.sonar.wsclient.services
 
AbstractQuery() - Constructor for class org.sonar.wsclient.services.AbstractQuery
 
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
 
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<M extends Model> - Class in org.sonar.wsclient.unmarshallers
 
AbstractUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
accept(ZipEntry) - Method in interface org.sonar.api.utils.ZipUtils.ZipEntryFilter
 
ACCESSORS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ACCESSORS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
acquire(String, int) - Method in interface org.sonar.api.utils.Semaphores
Try to acquire a semaphore for a given duration.
acquire(String) - Method in interface org.sonar.api.utils.Semaphores
Try to acquire a semaphore.
activateRule(Rule, RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
 
ACTIVE_REVIEWS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ACTIVE_REVIEWS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
ActiveRuleChange - Class in org.sonar.api.rules
A class to map a RuleChange to the hibernate model
ActiveRuleChange(String, RulesProfile, Rule) - Constructor for class org.sonar.api.rules.ActiveRuleChange
 
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
ActiveRuleParamChange - Class in org.sonar.api.rules
 
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(K, V) - 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(Criterion) - Method in class org.sonar.api.web.Filter
Add a Criterion to the list used to narrow down the results of this Filter.
add(FilterColumn) - Method in class org.sonar.api.web.Filter
Add a FilterColumn to the list of columns displayed by this Filter.
addActiveRule(ActiveRule) - Method in class org.sonar.api.profiles.RulesProfile
 
addAll(Map<K, V>) - 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
 
addBinaryDir(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addBinaryDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addCharacteristic(Characteristic) - Method in class org.sonar.api.qualitymodel.Model
 
addChild(Characteristic) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addChildren(Characteristic...) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addCommand(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
addCommand(String) - Method in interface org.sonar.api.workflow.Workflow
 
addComment(long, String) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to add comment to review.
addComments(Long, Date, String, String) - Method in class org.sonar.wsclient.services.Review
 
addComponent(Object) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponent(Object, String) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponent(Object, boolean) - Method in class org.sonar.api.platform.ComponentContainer
 
addComponents(Collection) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponents(Collection, String) - Method in class org.sonar.api.config.PropertyDefinitions
 
addCondition(String, Condition) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
addCondition(String, Condition) - Method in interface org.sonar.api.workflow.Workflow
 
addContainerExtension(Object) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adds an extension, which would be available in PicoContainer during analysis of this project.
addDependency(Dependency) - Method in class org.sonar.api.batch.SonarIndex
 
addDependency(Node) - Method in class org.sonar.api.utils.dag.Node
 
addEnvironmentVariables() - Method in class org.sonar.api.config.Settings
 
addErrorText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addEvent(Resource, String, String, String, Date) - Method in class org.sonar.api.batch.SonarIndex
 
addExtension(PluginMetadata, Object) - Method in class org.sonar.api.platform.ComponentContainer
 
addFunction(String, Function) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
addFunction(String, Function) - Method in interface org.sonar.api.workflow.Workflow
 
addInfoText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addLibrary(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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
 
addPicoAdapter(ComponentAdapter) - Method in class org.sonar.api.platform.ComponentContainer
 
addProperties(Map<String, String>) - Method in class org.sonar.api.config.Settings
 
addProperties(Properties) - Method in class org.sonar.api.config.Settings
 
addProperty(CharacteristicProperty) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addRelations(String, String...) - Method in class org.sonar.api.resources.ResourceTypeTree.Builder
 
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
 
addSingleton(Object) - Method in class org.sonar.api.platform.ComponentContainer
 
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
addSourceDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSourceDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSourceFiles(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addSourceFiles(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addSubProject(ProjectDefinition) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSystemProperties() - Method in class org.sonar.api.config.Settings
 
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
addTestDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addTestDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addTestFiles(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addTestFiles(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addType(ResourceType) - Method in class org.sonar.api.resources.ResourceTypeTree.Builder
 
addUser(String) - Method in interface org.sonar.api.notifications.NotificationDispatcher.Context
Adds a user that will be notified.
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
 
addWidget(String, int) - Method in class org.sonar.api.web.Dashboard
Add a widget with the given parameters, and return the newly created Dashboard.Widget object if one wants to add parameters to it.
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
 
ADMINISTRATORS - Static variable in class org.sonar.api.security.DefaultGroups
 
AdminRoleCondition - Class in org.sonar.api.workflow.condition
Checks that user has admin rights on project.
AdminRoleCondition() - Constructor for class org.sonar.api.workflow.condition.AdminRoleCondition
 
AFFERENT_COUPLINGS - Static variable in class org.sonar.api.measures.CoreMetrics
 
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(RulesProfile, Metric, String, String, String, Integer) - Constructor for class org.sonar.api.profiles.Alert
Creates an alert
ALERT_STATUS - Static variable in class org.sonar.api.measures.CoreMetrics
 
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 method in class org.sonar.wsclient.services.MetricQuery
 
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
AnnotationCheckFactory - Class in org.sonar.api.checks
 
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 - Static variable in class org.sonar.api.security.DefaultGroups
 
appendProperty(String, String) - Method in class org.sonar.api.config.Settings
 
appendUrlParameter(StringBuilder, String, int) - 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, 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
 
ASC - Static variable in class org.sonar.api.web.FilterColumn
 
assertBundlesUpToDate() - Static method in class org.sonar.test.i18n.I18nMatchers
Checks that all the translation bundles found on the classpath are up to date with the corresponding default ones found in the classpath.
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
 
authenticate(String, String) - Method in interface org.sonar.api.security.LoginPasswordAuthenticator
Deprecated.
 
Authentication - Class in org.sonar.wsclient.services
 
Authentication() - Constructor for class org.sonar.wsclient.services.Authentication
 
AuthenticationQuery - Class in org.sonar.wsclient.services
 
AuthenticationQuery() - Constructor for class org.sonar.wsclient.services.AuthenticationQuery
 
AuthenticationUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
AuthenticationUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.AuthenticationUnmarshaller
 
Authenticator - Class in org.sonar.api.security
 
Authenticator() - Constructor for class org.sonar.api.security.Authenticator
 
Authenticator.Context - Class in org.sonar.api.security
 
Authenticator.Context(String, String, HttpServletRequest) - Constructor for class org.sonar.api.security.Authenticator.Context
 
AVAILABLE_FOR_FILTERS - Static variable in class org.sonar.api.resources.ResourceTypes
 
availableForFilters() - Method in class org.sonar.api.resources.ResourceType.Builder
Deprecated.
since 3.0. Use ResourceType.Builder.setProperty(String, String) with "supportsMeasureFilters" set to "true".
AverageComplexityFormula - Class in org.sonar.api.measures
Deprecated.
since 3.0. Use AverageFormula instead.
AverageComplexityFormula(Metric) - Constructor for class org.sonar.api.measures.AverageComplexityFormula
Deprecated.
 
AverageFormula - Class in org.sonar.api.measures
Formula used to compute an average for a given metric A, which is the result of the sum of measures of this metric (A) divided by another metric (B).

B

BASE_URL - Static variable in class org.sonar.wsclient.services.AuthenticationQuery
 
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.ManualMeasureQuery
 
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.ReviewQuery
 
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.ServerSetupQuery
 
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
 
BATCH_EXCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
BATCH_INCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
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(ComponentContainer) - Constructor for class org.sonar.api.batch.BatchExtensionDictionnary
 
BelongsToProfile - Annotation Type in org.sonar.check
 
BINARIES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
BRANCH_COVERAGE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
BRANCH_COVERAGE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
build(ProjectReactor) - Method in class org.sonar.api.batch.bootstrap.ProjectBuilder
 
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() - Method in class org.sonar.api.platform.NewUserHandler.Context.Builder
 
build() - Method in class org.sonar.api.resources.ResourceType.Builder
Creates an instance of ResourceType based on all information given to the builder.
build() - Method in class org.sonar.api.resources.ResourceTypeTree.Builder
 
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
 
builder() - Static method in class org.sonar.api.platform.NewUserHandler.Context
 
builder(String) - Static method in class org.sonar.api.resources.ResourceType
Creates a new ResourceType.Builder
builder() - Static method in class org.sonar.api.resources.ResourceTypeTree
 
BundleSynchronizedMatcher - Class in org.sonar.test.i18n
 
BundleSynchronizedMatcher() - Constructor for class org.sonar.test.i18n.BundleSynchronizedMatcher
 
byKey(String) - Static method in class org.sonar.wsclient.services.MetricQuery
 

C

calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.AverageFormula
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
 
Cardinality - Enum in org.sonar.check
 
CATEGORY_ALERT - Static variable in class org.sonar.api.batch.Event
 
CATEGORY_CODE_COVERAGE - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_DIFFERENTIAL_VIEWS - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_DUPLICATIONS - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_EXCLUSIONS - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_GENERAL - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_JAVA - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_L10N - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_PROFILE - Static variable in class org.sonar.api.batch.Event
 
CATEGORY_SECURITY - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_VERSION - Static variable in class org.sonar.api.batch.Event
 
ChannelMatcher<O> - Class in org.sonar.test.channel
 
ChannelMatcher(String, O) - Constructor for class org.sonar.test.channel.ChannelMatcher
 
ChannelMatcher(CodeReader, O) - Constructor for class org.sonar.test.channel.ChannelMatcher
 
ChannelMatchers - Class in org.sonar.test.channel
 
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...
CheckFactory<C> - Class in org.sonar.api.checks
 
CheckFactory(RulesProfile, String) - Constructor for class org.sonar.api.checks.CheckFactory
 
CheckProject - Interface in org.sonar.api.batch
 
CHECKSTYLE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CLASS - Static variable in class org.sonar.api.resources.Qualifiers
 
CLASS_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 3.0 - see SONAR-3289
CLASS_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 3.0 - see SONAR-3289
CLASS_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASSES - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASSES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
clear() - Method in class org.sonar.api.config.Settings
 
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
 
close() - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
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
 
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 - Interface in org.sonar.api.workflow
 
COMMENT_BLANK_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 3.3 - see SONAR-3768
COMMENT_BLANK_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 3.3 - see SONAR-3768
COMMENT_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Information about comments in file.
COMMENT_LINES_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CommentFunction - Class in org.sonar.api.workflow.function
 
CommentFunction() - Constructor for class org.sonar.api.workflow.function.CommentFunction
 
CommentScreen - Class in org.sonar.api.workflow.screen
 
CommentScreen() - Constructor for class org.sonar.api.workflow.screen.CommentScreen
 
commit() - Method in class org.sonar.api.database.DatabaseSession
 
compareTo(Characteristic) - Method in class org.sonar.api.qualitymodel.Characteristic
 
compareTo(Model) - Method in class org.sonar.api.qualitymodel.Model
 
compareTo(Node) - Method in class org.sonar.api.utils.dag.Node
 
COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ComponentContainer - Class in org.sonar.api.platform
 
ComponentContainer() - Constructor for class org.sonar.api.platform.ComponentContainer
Create root container
compute(Measure, Measure, boolean) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
Condition - Class in org.sonar.api.workflow.condition
Conditions control who can perform a command (i.e.
Condition(boolean) - Constructor for class org.sonar.api.workflow.condition.Condition
 
Conditions - Class in org.sonar.api.workflow.condition
Static utility methods pertaining to Condition instances.
CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
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
Use CoverageMeasuresBuilder to build measure for this metric.
CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONFIGURATION - Static variable in annotation type org.sonar.api.web.NavigationSection
 
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, O) - Static method in class org.sonar.test.channel.ChannelMatchers
 
consume(CodeReader, O) - Static method in class org.sonar.test.channel.ChannelMatchers
 
consumeLine(String) - Method in interface org.sonar.api.utils.command.StreamConsumer
 
contains(Object) - Method in class org.sonar.api.database.DatabaseSession
 
contains(Object) - Static method in class org.sonar.test.MoreConditions
 
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
Deprecated.
replaced in v3.4 by properties specific to languages, for example sonar.java.coveragePlugin See http://jira.codehaus.org/browse/SONARJAVA-39 for more details.
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
 
CORE_VIOLATION_LOCALE_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_VIOLATION_LOCALE_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
COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Key-value pairs, where key - is a number of line, and value - is a number of hits for this line.
COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CoverageExtension - Interface in org.sonar.api.batch
Marker for the extensions that execute coverage tools.
CoverageMeasuresBuilder - Class in org.sonar.api.measures
 
COVERED_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
COVERED_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CPD_CROSS_RPOJECT - Static variable in interface org.sonar.api.CoreProperties
 
CPD_CROSS_RPOJECT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_ENGINE - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_ENGINE_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_IGNORE_IDENTIFIERS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_IGNORE_IDENTIFIERS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_IGNORE_LITERALS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_IGNORE_LITERALS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_MINIMUM_TOKENS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
CPD_MINIMUM_TOKENS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 3.1
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(Properties) - Static method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
in 2.12, because it uses external object to represent internal state. To ensure backward-compatibility with Ant task this method cannot clone properties, so other callers must explicitly make clone of properties before passing into this method. Thus better to use ProjectDefinition.create() with combination of other methods like ProjectDefinition.setProperties(Properties) and ProjectDefinition.setProperty(String, String).
create() - Static method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
create(RulesProfile, String, Collection) - Static method in class org.sonar.api.checks.AnnotationCheckFactory
 
create(String, String) - Static method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
create(Property) - Static method in class org.sonar.api.config.PropertyDefinition
 
create(String, PropertyType, String[]) - Static method in class org.sonar.api.config.PropertyDefinition
 
create(PropertyField[]) - Static method in class org.sonar.api.config.PropertyFieldDefinition
 
create(Metric, Metric) - Static method in class org.sonar.api.measures.AverageFormula
Creates a new AverageFormula class.
create() - Static method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
create() - Method in class org.sonar.api.measures.Metric.Builder
Creates a new metric definition based on the properties set on this 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(File, File) - Static method in class org.sonar.api.resources.InputFileUtils
For internal and for testing purposes.
create(File, String) - Static method in class org.sonar.api.resources.InputFileUtils
For internal and for testing purposes.
create(File, Collection<File>) - Static method in class org.sonar.api.resources.InputFileUtils
For internal and for testing purposes.
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(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
Creates pattern with "/" as a directory separator.
create(String[]) - Static method in class org.sonar.api.utils.WildcardPattern
Creates array of patterns with "/" as a directory separator.
create(String, String) - Static method in class org.sonar.api.utils.WildcardPattern
Creates pattern with specified separator for directories.
create() - Static method in class org.sonar.api.violations.ViolationQuery
Creates a new ViolationQuery object.
create(String, String, String, Float, boolean) - Static method in class org.sonar.api.web.Criterion
Creates a new Criterion with a numerical value.
create(String, String, String, String, boolean) - Static method in class org.sonar.api.web.Criterion
Creates a new Criterion with a text value.
create() - Static method in class org.sonar.api.web.Dashboard
Creates a new Dashboard.
create() - Static method in class org.sonar.api.web.Filter
Creates a new Filter.
create(String, String, String, boolean) - Static method in class org.sonar.api.web.FilterColumn
Creates a new FilterColumn.
create(String) - Static method in class org.sonar.api.web.ServletFilter.UrlPattern
 
create(Host) - Static method in class org.sonar.wsclient.connectors.ConnectorFactory
 
create(String, String) - Static method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
create(String, String) - Static method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ManualMeasureQuery
 
create(String, String) - Static method in class org.sonar.wsclient.services.ProfileQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ProjectDeleteQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ResourceQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ResourceSearchQuery
 
create(String) - Static method in class org.sonar.wsclient.services.SourceQuery
 
create(CreateQuery<M>) - 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
 
createChild() - Method in class org.sonar.api.platform.ComponentContainer
 
createClassLoader() - Method in class org.sonar.api.batch.ProjectClasspath
 
createComment() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
createComment() - Method in interface org.sonar.api.workflow.MutableReview
 
createDashboard() - Method in class org.sonar.api.web.DashboardTemplate
Returns the Dashboard object that represents the dashboard to use.
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
createFilter() - Method in class org.sonar.api.web.FilterTemplate
Returns the Filter object that represents the filter to use.
createFor(Resource) - Method in interface org.sonar.api.measures.FileLinesContextFactory
 
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 SONAR-2007.
createForComponent(Object) - Static method in class org.sonar.api.config.Settings
Create empty settings.
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
 
createForMetric(String, String, Float, boolean) - Static method in class org.sonar.api.web.Criterion
Creates a new Criterion on a metric, with a numerical value.
createForMetric(String, String, String, boolean) - Static method in class org.sonar.api.web.Criterion
Creates a new Criterion on a metric, with a text value.
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
 
createForQualifier(Object...) - Static method in class org.sonar.api.web.Criterion
Creates a new Criterion on a qualifier.
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.ReviewQuery
 
createForResource(Resource) - Static method in class org.sonar.wsclient.services.ViolationQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.ViolationQuery
 
createForReview(Long) - Static method in class org.sonar.wsclient.services.ReviewQuery
 
createForRule(Metric, Rule, Double) - Static method in class org.sonar.api.measures.RuleMeasure
 
createForSubDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createFromMavenIds(String, String) - Static method in class org.sonar.api.resources.Project
 
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
 
createNativeQuery(String) - Method in class org.sonar.api.database.DatabaseSession
 
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<M 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
 
createRulesWithNameAndDescription(String, RuleRepository) - Static method in class org.sonar.test.i18n.RuleRepositoryTestHelper
 
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
 
Criterion - Class in org.sonar.api.web
Definition of a criterion to be used to narrow down a Filter.
CRITICAL_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
CRITICAL_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CyclicDependenciesException - Exception in org.sonar.api.utils.dag
 
CyclicDependenciesException(String) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 

D

Dashboard - Class in org.sonar.api.web
Definition of a dashboard.
Dashboard.Widget - Class in org.sonar.api.web
Note that this class is an inner class to avoid confusion with the extension point org.sonar.api.web.Widget.
DashboardLayout - Enum in org.sonar.api.web
Possible layouts for a dashboard.
DashboardTemplate - Class in org.sonar.api.web
This extension point must be implemented to define a new dashboard.
DashboardTemplate() - Constructor for class org.sonar.api.web.DashboardTemplate
 
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.
declareExtension(PluginMetadata, Object) - Method in class org.sonar.api.platform.ComponentContainer
 
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
 
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
 
DecoratorExecutionHandler - Interface in org.sonar.api.batch.events
 
DecoratorExecutionHandler.DecoratorExecutionEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
DecoratorsPhaseHandler - Interface in org.sonar.api.batch.events
 
DecoratorsPhaseHandler.DecoratorsPhaseEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
decrypt(String) - Method in class org.sonar.api.config.Encryption
 
DEFAULT_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
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_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_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.wsclient.services.AbstractQuery
Default timeout for waiting data, in milliseconds.
DEFAULT_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
DefaultComment - Class in org.sonar.api.workflow.internal
 
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
 
DefaultGroups - Class in org.sonar.api.security
Name of the default user groups
DefaultProjectFileSystem - Class in org.sonar.api.resources
Deprecated.
in 2.8. In fact this class should not be located in sonar-plugin-api and most of the methods were overridden by a component in sonar-batch.
DefaultProjectFileSystem(Project, Languages) - Constructor for class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
DefaultProjectFileSystem(Project, Languages, FileFilter...) - Constructor for class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
DefaultReview - Class in org.sonar.api.workflow.internal
 
DefaultReview() - Constructor for class org.sonar.api.workflow.internal.DefaultReview
 
DefaultTab - Annotation Type in org.sonar.api.web
 
DefaultWorkflow - Class in org.sonar.api.workflow.internal
 
DefaultWorkflow() - Constructor for class org.sonar.api.workflow.internal.DefaultWorkflow
 
DefaultWorkflowContext - Class in org.sonar.api.workflow.internal
 
DefaultWorkflowContext() - Constructor for class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
definitions - Variable in class org.sonar.api.config.Settings
 
delete(DeleteQuery) - Method in class org.sonar.wsclient.Sonar
 
deleteData(MeasureModel) - Method in interface org.sonar.api.database.model.MeasureMapper
 
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 - Class in org.sonar.wsclient.services
DELETE HTTP request
DeleteQuery() - Constructor for class org.sonar.wsclient.services.DeleteQuery
 
deliver(Notification, String) - Method in class org.sonar.api.notifications.NotificationChannel
Implements the delivery of the given notification to the given user.
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_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.AverageFormula
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPTH_UNLIMITED - Static variable in class org.sonar.wsclient.services.ResourceQuery
 
DESC - Static variable in class org.sonar.api.web.FilterColumn
 
describeTo(Description) - Method in class org.sonar.test.channel.ChannelMatcher
 
describeTo(Description) - Method in class org.sonar.test.channel.ReaderHasNextCharMatcher
 
describeTo(Description) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
description - Variable in class org.sonar.api.measures.Measure
 
description(URI) - Method in class org.sonar.api.utils.UriReader
Returns a detailed description of the given uri.
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
Indicates whether Java bytecode analysis should be skipped.
DESIGN_SKIP_PACKAGE_DESIGN_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DESIGN_SKIP_PACKAGE_DESIGN_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Indicates whether Package Design Analysis should be skipped.
DirectAcyclicGraph - Class in org.sonar.api.utils.dag
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
DIRECTIONS - Static variable in class org.sonar.api.web.FilterColumn
 
DIRECTORIES - Static variable in class org.sonar.api.measures.CoreMetrics
 
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.
DIRECTORY_EXISTS - Static variable in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
disable(String) - Method in interface org.sonar.api.platform.ServerPluginRepository
Disabled plugins are not loaded by batch, but they are still installed : Plugin properties are available in General Settings Plugin is marked as installed in Update Center
disableAutomaticMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.
 
disabledMetrics(Collection<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.
 
dispatch(Notification, NotificationDispatcher.Context) - Method in class org.sonar.api.notifications.NotificationDispatcher
Implements the logic that defines which users will receive the notification.
DISTANCE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DISTANCE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
doAuthenticate(Authenticator.Context) - Method in class org.sonar.api.security.Authenticator
 
doesOverride() - Method in class org.sonar.api.rules.ActiveRule
 
doExecute(MutableReview, Review, WorkflowContext, Map<String, String>) - Method in class org.sonar.api.workflow.function.CommentFunction
 
doExecute(MutableReview, Review, WorkflowContext, Map<String, String>) - Method in class org.sonar.api.workflow.function.Function
This method is executed when all the conditions pass.
doGetAuthenticator() - Method in class org.sonar.api.security.SecurityRealm
 
doGetGroups(String) - Method in class org.sonar.api.security.ExternalGroupsProvider
 
doGetPattern() - Method in class org.sonar.api.web.ServletFilter
Override to change URL.
doGetUserDetails(String) - Method in class org.sonar.api.security.ExternalUsersProvider
doGetUserDetails(ExternalUsersProvider.Context) - Method in class org.sonar.api.security.ExternalUsersProvider
Override this method in order load user information.
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_INTEGRATION_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_OVERALL_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_REVIEWS - 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 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
 
doOnClearProperties() - Method in class org.sonar.api.config.Settings
 
doOnNewUser(NewUserHandler.Context) - Method in interface org.sonar.api.platform.NewUserHandler
 
doOnRemoveProperty(String) - Method in class org.sonar.api.config.Settings
 
doOnSetProperty(String, String) - Method in class org.sonar.api.config.Settings
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.AdminRoleCondition
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.Condition
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.HasProjectPropertyCondition
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.HasReviewPropertyCondition
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.NotCondition
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.ResolutionCondition
 
doVerify(Review, WorkflowContext) - Method in class org.sonar.api.workflow.condition.StatusCondition
 
download(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
download(URI, File) - Method in class org.sonar.api.utils.HttpDownloader
 
downloadPlainText(URI, String) - Method in class org.sonar.api.utils.HttpDownloader
 
DRY_RUN - Static variable in interface org.sonar.api.CoreProperties
 
DRY_RUN_EXCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
DRY_RUN_EXCLUDE_PLUGINS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DRY_RUN_INCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
DRY_RUN_INCLUDE_PLUGINS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DUPLICATED_BLOCKS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_BLOCKS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_FILES - Static variable in class org.sonar.api.measures.CoreMetrics
For files: if it contains duplicates, then 1, otherwise 0.
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_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
Information about duplications, which is represented as an XML string.
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_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 SONAR-2007
EFFICIENCY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
EmailSettings - Class in org.sonar.api.config
If batch extensions use this component, then batch must be executed with administrator rights (see properties sonar.login and sonar.password)
EmailSettings(Settings) - Constructor for class org.sonar.api.config.EmailSettings
 
encode(String) - Static method in class org.sonar.wsclient.services.AbstractQuery
Encodes single parameter value.
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().
encrypt(String) - Method in class org.sonar.api.config.Encryption
 
Encryption - Class in org.sonar.api.config
 
ENCRYPTION_SECRET_KEY_PATH - Static variable in interface org.sonar.api.CoreProperties
 
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_VIOLATION_PERSISTENCE - Static variable in interface org.sonar.api.batch.DecoratorBarriers
 
END_OF_VIOLATION_TRACKING - Static variable in interface org.sonar.api.batch.DecoratorBarriers
This barrier is after END_OF_VIOLATIONS_GENERATION and START_VIOLATION_TRACKING.
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
EQ - Static variable in class org.sonar.api.web.Criterion
 
equals(Object) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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.database.configuration.Property
 
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.notifications.Notification
 
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.resources.ResourceType
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRule
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleChange
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleParam
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
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.utils.dag.Node
 
equals(Object) - Method in class org.sonar.api.web.CodeColorizerFormat
 
equals(Object) - Method in class org.sonar.wsclient.services.Dependency
 
equals(Object) - Method in class org.sonar.wsclient.services.Event
 
equalsIgnoreEOL(String) - Static method in class org.sonar.test.MoreConditions
 
evaluateAnnotatedClasses(Object, Class<? extends Annotation>) - 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.
in 2.5
Event(String, String, String, Snapshot) - Constructor for class org.sonar.api.batch.Event
Deprecated.
in 2.5
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
 
EventHandler - Interface in org.sonar.api.batch.events
Marker interface for event handlers.
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
 
execute(Project) - Method in class org.sonar.api.batch.Initializer
 
execute(Command, StreamConsumer, StreamConsumer, long) - Method in class org.sonar.api.utils.command.CommandExecutor
 
execute(Command, long) - Method in class org.sonar.api.utils.command.CommandExecutor
Execute command and display error and output streams in log.
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
 
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
 
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
 
ExternalGroupsProvider - Class in org.sonar.api.security
Note that prefix "do" for names of methods is reserved for future enhancements, thus should not be used in subclasses.
ExternalGroupsProvider() - Constructor for class org.sonar.api.security.ExternalGroupsProvider
 
ExternalUsersProvider - Class in org.sonar.api.security
Note that prefix "do" for names of methods is reserved for future enhancements, thus should not be used in subclasses.
ExternalUsersProvider() - Constructor for class org.sonar.api.security.ExternalUsersProvider
 
ExternalUsersProvider.Context - Class in org.sonar.api.security
 
ExternalUsersProvider.Context(String, HttpServletRequest) - Constructor for class org.sonar.api.security.ExternalUsersProvider.Context
 
extractDefaultBundleName(String) - Static method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 

F

fail(String) - Method in class org.sonar.api.batch.BuildBreaker
Execute this method to fail the build.
FALSE_POSITIVE_REVIEWS - Static variable in class org.sonar.api.measures.CoreMetrics
 
FALSE_POSITIVE_REVIEWS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
 
FieldUtils2 - Class in org.sonar.api.utils
Add features missing in org.apache.commons.lang.reflect.FieldUtils
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_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_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_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_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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
 
FileLinesContext - Interface in org.sonar.api.measures
Provides access to measures for the lines of file.
FileLinesContextFactory - Interface in org.sonar.api.measures
This interface is not intended to be implemented by clients.
FILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
filter(Collection<Measure>) - Method in interface org.sonar.api.measures.MeasuresFilter
 
Filter - Class in org.sonar.api.web
Definition of a filter.
FilterColumn - Class in org.sonar.api.web
Definition of a Filter column.
filterOnMetricKey() - Method in class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
FilterTemplate - Class in org.sonar.api.web
This extension point must be implemented to define a new filter.
FilterTemplate() - Constructor for class org.sonar.api.web.FilterTemplate
 
find(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
 
find(Query<M>) - 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<M>) - Method in class org.sonar.wsclient.Sonar
 
FINDBUGS_CONFIDENCE_LEVEL_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_CONFIDENCE_LEVEL_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
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
Deprecated.
in 3.4
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
 
findById(int) - Method in interface org.sonar.api.security.UserFinder
 
findByKey(String) - Method in interface org.sonar.api.measures.MetricFinder
 
findByKey(String, String) - Method in interface org.sonar.api.rules.RuleFinder
 
findByLogin(String) - Method in interface org.sonar.api.security.UserFinder
 
findByName(String) - Method in interface org.sonar.api.qualitymodel.ModelFinder
 
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
 
FORCE_ANALYSIS - Static variable in interface org.sonar.api.CoreProperties
 
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.JdkUtils
 
format(Date, String) - Method in class org.sonar.wsclient.services.WSUtils
 
formatDate(Date) - Static method in class org.sonar.api.utils.DateUtils
 
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
 
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<M>) - 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
 
forResource(Resource) - Method in class org.sonar.api.violations.ViolationQuery
Specifies the resource which violations are search from.
FROM - Static variable in class org.sonar.api.config.EmailSettings
 
FROM_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
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
fromRelativePath(String, boolean) - Static method in class org.sonar.api.resources.JavaFile
 
Function - Class in org.sonar.api.workflow.function
Functions perform actions when the command is executed, e.g.: Assign the issue to a particular user (not yet implemented) Add a comment Set a review property
Function() - Constructor for class org.sonar.api.workflow.function.Function
 
FUNCTION_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

G

GENERATED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_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
generateRandomSecretKey() - Method in class org.sonar.api.config.Encryption
 
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.
get(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
get(String) - Method in class org.sonar.api.resources.Languages
Return a language from the current object based on its key
get(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getActiveRule(C) - 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.
getActiveRuleChange() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getActiveRuleParamChanges() - Method in class org.sonar.api.rules.ActiveRuleChange
 
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.
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
Deprecated.
since 3.4 because it does not manage alerts with variation
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.config.PropertyDefinitions
 
getAll() - Method in class org.sonar.api.resources.ResourceTypes
 
getAll(Predicate<ResourceType>) - Method in class org.sonar.api.resources.ResourceTypes
 
getAllWithPropertyKey(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getAllWithPropertyValue(String, String) - Method in class org.sonar.api.resources.ResourceTypes
 
getAllWithPropertyValue(String, boolean) - Method in class org.sonar.api.resources.ResourceTypes
 
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
 
getAnnotation(Object, Class<A>) - Static method in class org.sonar.api.utils.AnnotationUtils
Searches for a class annotation.
getArguments() - Method in class org.sonar.api.utils.command.Command
 
getArray(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.JdkUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.services.WSUtils
 
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
getAssignee() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getAssignee() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getAssigneeLogin() - Method in class org.sonar.wsclient.services.Review
 
getAssigneeLogins() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getAssigneeLoginsOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated.
since 3.0. Searching by user ID is not possible anymore. Use ReviewQuery.getAssigneeLogins() instead.
getAuthorLogin() - Method in class org.sonar.wsclient.services.Review.Comment
 
getAuthorLogin() - Method in class org.sonar.wsclient.services.Review
 
getAuthorLogins() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getAuthorLoginsOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated.
since 3.0. Searching by user ID is not possible anymore. Use ReviewQuery.getAuthorLogins() instead.
getBaseDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getBasedir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getBasedir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Project root directory.
getBasePlugin() - Method in interface org.sonar.api.platform.PluginMetadata
 
getBestValue() - Method in class org.sonar.api.measures.Metric
 
getBinaries() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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.
getBody() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
Property ReviewCreateQuery.comment is transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
Property ReviewUpdateQuery.comment transmitted through request body as content may exceed URL size allowed by the server.
getBoolean(String) - Method in class org.sonar.api.config.Settings
 
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
 
getBooleanProperty(String) - Method in class org.sonar.api.resources.ResourceType
Returns the value of the property for this resource type.
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
 
getBuildDate() - Method in class org.sonar.api.database.model.Snapshot
Insertion date (technical)
getBuildDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getBuildDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Build directory.
getBuildOutputDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getBuildOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Directory where classes are placed.
getBundleFileInputStream(String) - Static method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
getCardinality() - Method in class org.sonar.api.rules.Rule
 
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.config.PropertyDefinition
 
getCategory(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getCategory(Property) - Method in class org.sonar.api.config.PropertyDefinitions
 
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(ActiveRule) - Method in class org.sonar.api.checks.CheckFactory
 
getChecker() - Method in interface org.sonar.check.Message
Deprecated.
 
getChecks() - Method in class org.sonar.api.checks.CheckFactory
 
getChecksum() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getChecksum() - Method in class org.sonar.api.rules.Violation
Checksum is available in decorators executed after the barrier DecoratorBarriers.END_OF_VIOLATION_TRACKING
getChild() - Method in class org.sonar.api.platform.ComponentContainer
 
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
getChildren(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getChildren(String) - Method in class org.sonar.api.resources.ResourceTypeTree
 
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
 
getChildrenQualifiers(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getClassAnnotation(Object, Class<A>) - Static method in class org.sonar.api.utils.AnnotationUtils
Deprecated.
getClassloader() - Method in class org.sonar.api.batch.ProjectClasspath
 
getClearString(String) - Method in class org.sonar.api.config.Settings
Does not decrypt value.
getCode() - Method in enum org.sonar.api.web.DashboardLayout
 
getColorName() - Method in enum org.sonar.api.measures.Metric.Level
 
getColumn(String) - Method in class org.sonar.wsclient.services.TimeMachine
 
getColumnIndex(String) - Method in class org.sonar.wsclient.services.TimeMachine
 
getColumns() - Method in enum org.sonar.api.web.DashboardLayout
 
getColumns() - Method in class org.sonar.api.web.Filter
Get the list of FilterColumn displayed by this Filter.
getColumns() - Method in class org.sonar.wsclient.services.TimeMachine
 
getCommand() - Method in exception org.sonar.api.utils.command.CommandException
 
getCommandKey() - Method in class org.sonar.api.workflow.screen.Screen
 
getCommands() - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
getCommands() - Method in interface org.sonar.api.workflow.Workflow
 
getComment() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getComment() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getComments() - Method in class org.sonar.wsclient.services.Review
 
getComponentByKey(Object) - Method in class org.sonar.api.platform.ComponentContainer
 
getComponentByType(Class<T>) - Method in class org.sonar.api.platform.ComponentContainer
 
getComponentsByType(Class<T>) - Method in class org.sonar.api.platform.ComponentContainer
 
getConditions() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getConditions(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
Shortcut for: getReviewConditions(commandKey) + getContextConditions(commandKey)
getConditions(String) - Method in interface org.sonar.api.workflow.Workflow
 
getConditionsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getConfigKey() - Method in class org.sonar.api.rules.ActiveRule
 
getConfigKey() - Method in class org.sonar.api.rules.ActiveRuleChange
 
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
Deprecated.
since 2.12. The component org.sonar.api.config.Settings must be used.
getConnector() - Method in class org.sonar.wsclient.Sonar
 
getContainerExtensions() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getContextConditions(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
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.ResourceModel
 
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.api.utils.Semaphores.Semaphore
 
getCreatedAt() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getCreatedAt() - Method in class org.sonar.wsclient.services.Review
 
getCreatedAt() - Method in class org.sonar.wsclient.services.Violation
 
getCriteria() - Method in class org.sonar.api.web.Filter
Get the list of Criterion used to narrow down the results of this Filter.
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.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.wsclient.services.Measure
 
getDataAsMap(String) - Method in class org.sonar.wsclient.services.Measure
 
getDate() - Method in class org.sonar.api.batch.Event
 
getDate(String) - Method in class org.sonar.api.config.Settings
 
getDate() - Method in class org.sonar.api.measures.Measure
 
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(String) - Method in class org.sonar.api.config.Settings
 
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
 
getDecorator() - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler.DecoratorExecutionEvent
 
getDecorators() - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
getDefaultBundleFileInputStream(String) - Static method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
getDefaultProfile() - Method in class org.sonar.api.profiles.RulesProfile
 
getDefaultValue() - Method in class org.sonar.api.config.PropertyDefinition
 
getDefaultValue(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getDefaultValue(String) - Method in class org.sonar.api.config.Settings
 
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
 
getDefinitions() - Method in class org.sonar.api.config.Settings
 
getDeleteHistoricalData() - Method in class org.sonar.api.measures.Metric
 
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
 
getDeployedFiles() - Method in interface org.sonar.api.platform.PluginMetadata
 
getDeprecatedKey() - Method in class org.sonar.api.config.PropertyDefinition
 
getDeprecatedKey(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
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.wsclient.services.ResourceQuery
 
getDepth() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getDescription() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getDescription() - Method in class org.sonar.api.batch.Event
 
getDescription() - Method in class org.sonar.api.config.PropertyDefinition
 
getDescription() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
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(String, String, Locale) - Method in interface org.sonar.api.i18n.RuleI18n
Returns the localized description of the rule identified by its repository key and rule key.
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.platform.PluginMetadata
 
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.SonarPlugin
 
getDescription() - Method in class org.sonar.api.web.Dashboard
Returns the description of the dashboard.
getDescription() - Method in class org.sonar.wsclient.services.Event
 
getDescription() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
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.wsclient.services.DependencyQuery
 
getDirection() - Method in class org.sonar.wsclient.services.Metric
 
getDirectory() - Method in class org.sonar.api.utils.command.Command
 
getDisplayAs() - Method in class org.sonar.api.web.Filter
Get the type of display used by this Filter.
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.wsclient.services.Metric
 
getDouble(String) - Method in class org.sonar.api.config.Settings
 
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
 
getDurationSinceLocked() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
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
 
getEmail() - Method in class org.sonar.api.platform.NewUserHandler.Context
 
getEmail() - Method in class org.sonar.api.security.UserDetails
 
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
Deprecated.
since 3.3. Always return true.
getEnabled() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getEnabledMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.
 
getEncryption() - Method in class org.sonar.api.config.Settings
 
getEntity(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
getEntityManager() - Method in class org.sonar.api.database.DatabaseSession
 
getEnvironmentVariables() - Method in class org.sonar.api.utils.command.Command
Environment variables that are propagated during command execution.
getErrorKey() - Method in class org.sonar.api.config.PropertyDefinition.Result
 
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
 
getExpirationDate() - Method in class org.sonar.api.config.License
 
getExpirationDateAsString() - Method in class org.sonar.api.config.License
 
getExtensions(String, String...) - Method in interface org.sonar.api.platform.ServerFileSystem
 
getExtensions() - Method in interface org.sonar.api.Plugin
Deprecated.
Classes of the implemented extensions.
getFamily() - Method in class org.sonar.api.web.Criterion
Get the the criterion's family.
getFamily() - Method in class org.sonar.api.web.FilterColumn
Get the the column's family.
getField(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getField(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getFields() - Method in class org.sonar.api.config.PropertyDefinition
 
getFields(Class, boolean) - Static method in class org.sonar.api.utils.FieldUtils2
Get accessible Field breaking scope if requested.
getFields(Object) - Method in class org.sonar.wsclient.JdkUtils
 
getFields(Object) - Method in class org.sonar.wsclient.services.WSUtils
 
getFieldValue(String) - Method in class org.sonar.api.notifications.Notification
Returns the value of a field.
getFile() - Method in interface org.sonar.api.platform.PluginMetadata
 
getFile() - Method in interface org.sonar.api.resources.InputFile
Get the underlying file.
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
Deprecated.
 
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)
getFloat(String) - Method in class org.sonar.api.config.Settings
 
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.config.EmailSettings
 
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
 
getFunctions(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
getFunctions(String) - Method in interface org.sonar.api.workflow.Workflow
 
getGlobalPropertiesByCategory() - Method in class org.sonar.api.config.PropertyDefinitions
since 3.3
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
getGroupsProvider() - Method in class org.sonar.api.security.SecurityRealm
 
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
 
getHomepage() - Method in interface org.sonar.api.platform.PluginMetadata
 
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)
getHttpClient() - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
getHttpClient() - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
getIconPath() - Method in class org.sonar.api.resources.ResourceType
Returns the relative path of the icon used to represent the resource type
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.web.AbstractDashboardWidget
Deprecated.
 
getId() - Method in class org.sonar.api.web.Dashboard.Widget
Returns the identifier of this widget.
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.ManualMeasure
 
getId() - Method in class org.sonar.wsclient.services.Resource
 
getId() - Method in class org.sonar.wsclient.services.Review.Comment
 
getId() - Method in class org.sonar.wsclient.services.Review
 
getId() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getId() - Method in class org.sonar.wsclient.services.Server
 
getId() - Method in class org.sonar.wsclient.services.Violation
 
getIdOrKey() - Method in class org.sonar.wsclient.services.FavouriteDeleteQuery
 
getIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getIncludeReview() - Method in class org.sonar.wsclient.services.ViolationQuery
 
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
 
getIndicativeSize() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
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.
getInitialSourceFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getInitialTestFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getInputStream() - Method in interface org.sonar.api.resources.InputFile
Get an InputStream that reads from the file.
getINSTANCE() - Static method in class org.sonar.wsclient.services.WSUtils
 
getInt(String) - Method in class org.sonar.api.config.Settings
 
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(String, int) - Method in interface org.sonar.api.measures.FileLinesContext
 
getIntValue() - Method in class org.sonar.api.measures.Measure
 
getIntValue() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getIntValue() - Method in class org.sonar.wsclient.services.Measure
 
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 class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getKey() - Method in interface org.sonar.api.charts.Chart
 
getKey() - Method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
getKey() - Method in class org.sonar.api.config.PropertyDefinition
 
getKey() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
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 class org.sonar.api.notifications.NotificationChannel
Returns the unique key of this channel.
getKey() - Method in class org.sonar.api.notifications.NotificationDispatcher
Returns the unique key of this dispatcher.
getKey() - Method in interface org.sonar.api.platform.PluginMetadata
 
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.ActiveRuleParamChange
 
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.SonarPlugin
 
getKey() - Method in class org.sonar.api.utils.KeyValue
 
getKey() - Method in class org.sonar.api.web.Criterion
Get the the criterion's key.
getKey() - Method in class org.sonar.api.web.FilterColumn
Get the the column's key.
getKey() - Method in class org.sonar.api.workflow.screen.Screen
 
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.ProjectDeleteQuery
 
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
 
getKeysStartingWith(String) - Method in class org.sonar.api.config.Settings
 
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.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.RuleRepository
 
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
 
getLanguages() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getLast() - Method in class org.sonar.api.database.model.Snapshot
 
getLayout() - Method in class org.sonar.api.web.Dashboard
Returns the layout.
getLeaves() - Method in class org.sonar.api.resources.ResourceTypeTree
 
getLeavesQualifiers(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getLevelValue() - Method in class org.sonar.api.database.model.MeasureModel
 
getLibraries() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getLicense() - Method in interface org.sonar.api.platform.PluginMetadata
 
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.workflow.internal.DefaultReview
 
getLine() - Method in interface org.sonar.api.workflow.Review
 
getLine() - Method in interface org.sonar.check.Message
Deprecated.
 
getLine() - Method in class org.sonar.wsclient.services.Review
 
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.wsclient.services.Source
 
getLinesById() - Method in class org.sonar.wsclient.services.Source
 
getLinesToCover() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getLocale() - Method in class org.sonar.api.charts.ChartParameters
Get the Locale
getLocale() - Method in class org.sonar.api.utils.LocalizedMessages
 
getLocale() - Method in class org.sonar.wsclient.services.AbstractQuery
Accepted-language, as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
getLocketAt() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
getLogger() - Method in class org.sonar.api.utils.TimeProfiler
 
getLogin() - Method in class org.sonar.api.database.model.User
 
getLogin() - Method in class org.sonar.api.platform.NewUserHandler.Context
 
getLoginPasswordAuthenticator() - Method in class org.sonar.api.security.SecurityRealm
Deprecated.
replaced by doGetAuthenticator in version 3.1
getLong(String) - Method in class org.sonar.api.config.Settings
 
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.wsclient.services.Resource
 
getMainClass() - Method in interface org.sonar.api.platform.PluginMetadata
 
getMarkdownText() - Method in interface org.sonar.api.workflow.Comment
 
getMarkdownText() - Method in class org.sonar.api.workflow.internal.DefaultComment
 
getMavenPluginHandler(Project) - Method in interface org.sonar.api.batch.maven.DependsUponMavenPlugin
 
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(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.MeasureModel
 
getMeasureFormattedValue(String, String) - Method in class org.sonar.wsclient.services.Resource
 
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.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() - 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.workflow.internal.DefaultReview
 
getMessage() - Method in interface org.sonar.api.workflow.Review
 
getMessage() - Method in class org.sonar.wsclient.services.ServerSetup
 
getMessage() - Method in class org.sonar.wsclient.services.Violation
 
getMetadata() - Method in interface org.sonar.api.platform.PluginRepository
Metadata of installed plugins.
getMetadata(String) - Method in interface org.sonar.api.platform.PluginRepository
Search for an installed plugin.
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
 
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.ManualMeasure
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
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.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.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.AuthenticationQuery
 
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.ManualMeasureCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
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.ResourceSearchQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
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.ServerSetupQuery
 
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
 
getModulePropertiesByCategory() - Method in class org.sonar.api.config.PropertyDefinitions
since 3.3
getModules() - Method in class org.sonar.api.resources.Project
 
getName() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getName() - Method in class org.sonar.api.batch.Event
 
getName() - Method in class org.sonar.api.config.PropertyDefinition
 
getName() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
getName() - Method in class org.sonar.api.database.model.ResourceModel
 
getName() - Method in class org.sonar.api.database.model.User
 
getName(String, String, Locale) - Method in interface org.sonar.api.i18n.RuleI18n
Returns the localized name of the rule identified by its repository key and rule key.
getName(Rule, Locale) - Method in interface org.sonar.api.i18n.RuleI18n
Returns the localized name or the name of the rule.
getName() - Method in class org.sonar.api.measures.Metric
 
getName() - Method in class org.sonar.api.platform.NewUserHandler.Context
 
getName() - Method in interface org.sonar.api.platform.PluginMetadata
 
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.security.SecurityRealm
 
getName() - Method in class org.sonar.api.security.UserDetails
 
getName() - Method in class org.sonar.api.SonarPlugin
 
getName() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
getName() - Method in class org.sonar.api.web.DashboardTemplate
Dashboard name
getName() - Method in class org.sonar.api.web.FilterTemplate
Filter name
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
 
getNewComments() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getNewComments() - Method in interface org.sonar.api.workflow.MutableReview
 
getNewKey(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getNewSeverity() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getNewValue() - Method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
getNewValue() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getObject() - Method in class org.sonar.api.utils.dag.Node
 
getOldSeverity() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getOldValue() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getOperator() - Method in class org.sonar.api.profiles.Alert
 
getOperator() - Method in class org.sonar.api.web.Criterion
Get the the criterion's operator.
getOptions() - Method in class org.sonar.api.config.PropertyDefinition
 
getOptions() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
getOrder() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getOrganization() - Method in class org.sonar.api.config.License
 
getOrganization() - Method in interface org.sonar.api.platform.PluginMetadata
 
getOrganizationUrl() - Method in interface org.sonar.api.platform.PluginMetadata
 
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
 
getOutput() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getOutput() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getPackaging() - Method in class org.sonar.api.resources.Project
Deprecated.
in 2.8. See http://jira.codehaus.org/browse/SONAR-2341
getPage() - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
getPage() - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
getPageSize() - Method in class org.sonar.api.web.Filter
Get the size of a page displayed this Filter.
getPageSize() - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
getPageSize() - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
getParam(String) - Method in class org.sonar.api.rules.Rule
 
getParamDescription(String, String, String, Locale) - Method in interface org.sonar.api.i18n.RuleI18n
Returns the localized name of the rule parameter identified by the rules's key and repository key, and by the parameter key.
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) - Method in class org.sonar.wsclient.services.Profile.Rule
 
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() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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() - Method in class org.sonar.api.platform.ComponentContainer
 
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.api.security.Authenticator.Context
Password can be null, for example when using CAS.
getPassword() - Method in class org.sonar.wsclient.Host
 
getPath() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod() - Method in class org.sonar.api.profiles.Alert
 
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
 
getPermanentId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getPermanentId() - Method in class org.sonar.api.rules.Violation
For internal use only.
getPermanentServerId() - Method in class org.sonar.api.platform.Server
 
getPersistenceMode() - Method in class org.sonar.api.measures.Measure
Gets the persistence mode of the measure.
getPersonId() - Method in class org.sonar.api.database.model.MeasureModel
 
getPersonId() - Method in class org.sonar.api.database.model.ResourceModel
 
getPersonId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getPersonId() - Method in class org.sonar.api.measures.Measure
 
getPersonId() - Method in class org.sonar.api.rules.Violation
 
getPicoContainer() - Method in class org.sonar.api.platform.ComponentContainer
 
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
 
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
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
getPrefix() - Method in class org.sonar.api.config.EmailSettings
 
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.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.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)
getProduct() - Method in class org.sonar.api.config.License
 
getProfile() - Method in class org.sonar.wsclient.services.RuleQuery
 
getProfileVersion() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getProject(String) - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
getProject() - Method in interface org.sonar.api.batch.DecoratorContext
 
getProject() - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler.ProjectAnalysisEvent
 
getProject() - Method in class org.sonar.api.batch.SonarIndex
 
getProjectId() - Method in class org.sonar.api.database.model.MeasureModel
 
getProjectId() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
getProjectId() - Method in interface org.sonar.api.workflow.WorkflowContext
TODO : to be replaced by getProjectKey()
getProjectKeysOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
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.
getProjectPropertiesByCategory() - Method in class org.sonar.api.config.PropertyDefinitions
since 3.3
getProjectPropertyKeys() - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
getProjects() - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
getProjectSettings() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
getProjectSettings() - Method in interface org.sonar.api.workflow.WorkflowContext
 
getProjectSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getProperties() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getProperties() - Method in class org.sonar.api.config.Settings
 
getProperties() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getProperties() - Method in class org.sonar.api.web.Dashboard.Widget
Returns the properties of this widget.
getProperties() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getProperties() - Method in interface org.sonar.api.workflow.Review
 
getProperty(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getProperty(String) - Method in class org.sonar.api.resources.Project
 
getProperty(String) - Method in class org.sonar.api.web.Dashboard.Widget
 
getPropertyKey() - Method in class org.sonar.api.workflow.condition.HasReviewPropertyCondition
 
getPropertyKey() - Method in class org.sonar.api.workflow.condition.ProjectPropertyCondition
 
getPropertySetKey() - Method in class org.sonar.api.config.PropertyDefinition
 
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
Deprecated.
since 3.3 not replaced
getProxySynthesis(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
getPurgeStatus() - Method in class org.sonar.api.database.model.Snapshot
 
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
The qualifier tells the type of the resource.
getQualifier() - Method in class org.sonar.api.resources.ResourceType
Qualifier is the unique key.
getQualifier() - Method in class org.sonar.wsclient.services.Favourite
 
getQualifier() - Method in class org.sonar.wsclient.services.Resource
 
getQualifiers() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getQualifiers() - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
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
 
getRelativeDirectory(InputFile) - Static method in class org.sonar.api.resources.InputFileUtils
Extract the directory from relative path.
getRelativePath(File, File) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
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
Deprecated.
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.
getReportOutputDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getReportOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getRepositories() - Method in class org.sonar.wsclient.services.RuleQuery
 
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.rules.ActiveRule
 
getRepositoryKey() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getRepositoryKey() - Method in class org.sonar.api.rules.Rule
 
getRepositoryKey() - Method in class org.sonar.api.rules.RuleQuery
 
getRequest() - Method in class org.sonar.api.security.Authenticator.Context
 
getRequest() - Method in class org.sonar.api.security.ExternalUsersProvider.Context
 
getResolution() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getResolution() - Method in interface org.sonar.api.workflow.Review
 
getResolution() - Method in class org.sonar.wsclient.services.Review
 
getResolution() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getResolution() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getResolutions() - Method in class org.sonar.wsclient.services.ReviewQuery
 
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.violations.ViolationQuery
Returns the resource which violations are search from.
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.wsclient.services.DependencyTree
 
getResourceId() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getResourceIdOrKey() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getResourceKee() - Method in class org.sonar.wsclient.services.Review
 
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.ManualMeasure
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
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
 
getResourceKeysOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
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.wsclient.services.ResourceSearchResult
 
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
 
getResponseCode() - Method in exception org.sonar.api.utils.HttpDownloader.HttpException
 
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
getReview() - Method in class org.sonar.wsclient.services.Violation
 
getReviewConditions(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
getReviewId() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getReviewId() - Method in interface org.sonar.api.workflow.Review
This method will probably be removed in order to decrease coupling with database.
getReviewId() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getReviewType() - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated.
since 2.9
getRoot() - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
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
 
getRootProjectId() - Method in class org.sonar.api.database.model.Snapshot
 
getRoots() - Method in class org.sonar.api.resources.ResourceTypes
 
getRootType() - Method in class org.sonar.api.resources.ResourceTypeTree
 
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.ActiveRuleChange
 
getRule() - Method in class org.sonar.api.rules.RuleParam
 
getRule() - Method in class org.sonar.api.rules.Violation
 
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 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() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getRuleKey(Class) - Static method in class org.sonar.api.rules.RuleAnnotationUtils
 
getRuleKey() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getRuleKey() - Method in interface org.sonar.api.workflow.Review
 
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.workflow.internal.DefaultReview
 
getRuleName() - Method in interface org.sonar.api.workflow.Review
 
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
 
getRuleParam() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
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
Deprecated.
since 2.14 use RuleMeasure.getSeverity() instead. See SONAR-1829.
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
getRuleRepositories() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getRuleRepositoryKey() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getRuleRepositoryKey() - Method in interface org.sonar.api.workflow.Review
 
getRules() - Method in class org.sonar.wsclient.services.Profile
 
getRules() - Method in class org.sonar.wsclient.services.ResourceQuery
 
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.profiles.Alert
 
getRulesProfile() - Method in class org.sonar.api.rules.ActiveRule
 
getRulesProfile() - Method in class org.sonar.api.rules.ActiveRuleChange
 
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.wsclient.services.Favourite
 
getScope() - Method in class org.sonar.wsclient.services.Resource
 
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
 
getScreen(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
getScreen(String) - Method in interface org.sonar.api.workflow.Workflow
 
getScreensByCommand() - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
getSearchText() - Method in class org.sonar.wsclient.services.RuleQuery
 
getSecureConnection() - Method in class org.sonar.api.config.EmailSettings
 
getSensor() - Method in interface org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent
 
getSensors() - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler.SensorsPhaseEvent
 
getServer() - Method in class org.sonar.api.config.License
 
getServerBaseURL() - Method in class org.sonar.api.config.EmailSettings
 
getSeverities() - Method in class org.sonar.wsclient.services.ReviewQuery
 
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.measures.RuleMeasure
 
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.api.workflow.internal.DefaultReview
 
getSeverity() - Method in interface org.sonar.api.workflow.Review
 
getSeverity() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getSeverity() - Method in class org.sonar.wsclient.services.Review
 
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
 
getSmtpHost() - Method in class org.sonar.api.config.EmailSettings
 
getSmtpPassword() - Method in class org.sonar.api.config.EmailSettings
 
getSmtpPort() - Method in class org.sonar.api.config.EmailSettings
 
getSmtpUsername() - Method in class org.sonar.api.config.EmailSettings
 
getSnapshot() - Method in class org.sonar.api.batch.Event
 
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
 
getSonarWorkingDirectory() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
getSonarWorkingDirectory() - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getSortDirection() - Method in class org.sonar.api.web.FilterColumn
Get the the column's sort direction.
getSource(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
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
Deprecated.
 
getSourceCharset() - Method in interface org.sonar.api.resources.ProjectFileSystem
Source encoding.
getSourceDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getSourceDirs() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
Maven can modify source directories during Sonar execution - see MavenPhaseExecutor.
getSourceDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
The list of existing directories with sources
getSourceEncoding(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
 
getSourceFiles() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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.api.workflow.internal.DefaultReview
 
getStatus() - Method in interface org.sonar.api.workflow.Review
 
getStatus() - Method in class org.sonar.wsclient.services.Review
 
getStatus() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getStatus() - Method in class org.sonar.wsclient.services.RuleQuery
 
getStatus() - Method in class org.sonar.wsclient.services.Server
 
getStatus() - Method in class org.sonar.wsclient.services.ServerSetup
 
getStatuses() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getStatusMessage() - Method in class org.sonar.wsclient.services.Server
 
getString(String) - Method in class org.sonar.api.config.Settings
 
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
 
getStringArray(String) - Method in class org.sonar.api.config.Settings
Value is split by comma and trimmed.
getStringArrayBySeparator(String, String) - Method in class org.sonar.api.config.Settings
Value is splitted and trimmed.
getStringLines(String) - Method in class org.sonar.api.config.Settings
Value is split by carriage returns.
getStringProperty(String) - Method in class org.sonar.api.resources.ResourceType
Returns the value of the property for this resource type.
getStringValue(String, int) - Method in interface org.sonar.api.measures.FileLinesContext
 
getSubProjects() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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
 
getSwitchMode() - Method in class org.sonar.api.violations.ViolationQuery
 
getTargetMetric() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getTargetMetric() - Method in interface org.sonar.api.measures.FormulaContext
 
getTempDir() - Method in interface org.sonar.api.platform.ServerFileSystem
 
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
 
getTemplatePath() - Method in class org.sonar.api.web.AbstractRubyTemplate
the path of the template.
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.batch.bootstrap.ProjectDefinition
 
getTestDirs() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
Maven can modify test directories during Sonar execution - see MavenPhaseExecutor.
getTestDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
The list of existing directories with tests
getTestExclusionPatterns() - Method in class org.sonar.api.resources.Project
Patterns of test exclusion as defined in project settings page.
getTestFiles() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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() - Method in class org.sonar.api.database.model.MeasureData
 
getText(Locale) - Method in interface org.sonar.check.Message
Deprecated.
 
getText() - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
getText() - Method in class org.sonar.wsclient.services.Review.Comment
 
getTextValue() - Method in class org.sonar.api.database.model.MeasureModel
Use getData() instead
getTextValue() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getTextValue() - Method in class org.sonar.api.web.Criterion
Get the the criterion's value as text.
getTextValue() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getTextValue() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getTimeoutMilliseconds() - Method in class org.sonar.wsclient.services.AbstractQuery
Get the timeout for waiting data, in milliseconds.
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.Review
 
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
 
getTotal() - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
getTree(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getTrend() - Method in class org.sonar.wsclient.services.Measure
 
getType() - Method in class org.sonar.api.config.License
 
getType() - Method in class org.sonar.api.config.PropertyDefinition
 
getType() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
getType() - Method in class org.sonar.api.measures.Metric
 
getType() - Method in class org.sonar.api.notifications.Notification
Returns the type of the notification
getType() - Method in class org.sonar.api.rules.RuleParam
 
getType() - Method in class org.sonar.wsclient.services.Metric
 
getType() - Method in class org.sonar.wsclient.services.Review
Deprecated.
since 2.9.
getTypes() - Method in class org.sonar.api.resources.ResourceTypeTree
 
getUpdatedAt() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.Review.Comment
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.Review
 
getUri() - Method in exception org.sonar.api.utils.HttpDownloader.HttpException
 
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.web.ServletFilter.UrlPattern
 
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.AuthenticationQuery
 
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.ManualMeasureCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
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.ProjectDeleteQuery
 
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.ResourceSearchQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
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.ServerSetupQuery
 
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
 
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
 
getUsed() - Method in class org.sonar.api.profiles.RulesProfile
 
getUserDefinedMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.
 
getUserEmail() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
getUserEmail() - Method in interface org.sonar.api.workflow.WorkflowContext
 
getUserId() - Method in class org.sonar.api.database.configuration.Property
 
getUserId() - Method in interface org.sonar.api.workflow.Comment
 
getUserId() - Method in class org.sonar.api.workflow.internal.DefaultComment
 
getUserId() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
getUserId() - Method in interface org.sonar.api.workflow.WorkflowContext
 
getUserLogin() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
getUserLogin() - Method in interface org.sonar.api.workflow.WorkflowContext
 
getUserLogin() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUserManaged() - Method in class org.sonar.api.measures.Metric
 
getUserManaged() - Method in class org.sonar.wsclient.services.Metric
 
getUserName() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getUsername() - Method in class org.sonar.api.security.Authenticator.Context
Username can be null, for example when using CAS.
getUsername() - Method in class org.sonar.api.security.ExternalUsersProvider.Context
 
getUserName() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
getUserName() - Method in interface org.sonar.api.workflow.WorkflowContext
 
getUsername() - Method in class org.sonar.wsclient.Host
 
getUsername() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUsersProvider() - Method in class org.sonar.api.security.SecurityRealm
 
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.utils.KeyValue
 
getValue() - Method in class org.sonar.api.web.Criterion
Get the the criterion's value.
getValue() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getValue() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
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 class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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 interface org.sonar.api.platform.PluginMetadata
 
getVersion() - Method in class org.sonar.api.platform.Server
 
getVersion() - Method in class org.sonar.api.profiles.RulesProfile
 
getVersion() - Method in class org.sonar.api.resources.Library
 
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
 
getViolationId() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
getViolationId() - Method in class org.sonar.wsclient.services.Review
 
getViolationId() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getViolations(ViolationQuery) - Method in interface org.sonar.api.batch.DecoratorContext
Returns the violations that match the ViolationQuery parameters.
getViolations() - Method in interface org.sonar.api.batch.DecoratorContext
Returns all the active (= non switched-off) violations found on the current resource.
getViolations(ViolationQuery) - Method in class org.sonar.api.batch.SonarIndex
Returns the violations that match the ViolationQuery parameters.
getViolations(Resource) - Method in class org.sonar.api.batch.SonarIndex
Returns all the active (= non switched-off) violations found on the given resource.
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
 
getWidgets() - Method in class org.sonar.api.web.Dashboard
 
getWidgetsOfColumn(int) - Method in class org.sonar.api.web.Dashboard
 
getWidth() - Method in class org.sonar.api.charts.ChartParameters
Get the chart width
getWorkDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getWorstValue() - Method in class org.sonar.api.measures.Metric
 
GLOBAL - Static variable in annotation type org.sonar.api.web.WidgetScope
 
GLOBAL_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
GLOBAL_TEST_EXCLUSIONS_DEFAULT - Static variable in interface org.sonar.api.CoreProperties
 
GLOBAL_TEST_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
GlobalPropertyChangeHandler - Class in org.sonar.api.config
Observe changes of global properties done from web application.
GlobalPropertyChangeHandler() - Constructor for class org.sonar.api.config.GlobalPropertyChangeHandler
 
GlobalPropertyChangeHandler.PropertyChange - Class in org.sonar.api.config
 
GOOGLE_ANALYTICS_ACCOUNT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
GOOGLE_ANALYTICS_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
grantDefaultRoles(Resource) - Method in interface org.sonar.api.security.ResourcePermissions
Limitation - the resource id is used instead of logical key.
grantGroupRole(Resource, String, String) - Method in interface org.sonar.api.security.ResourcePermissions
Limitation - the resource id is used instead of logical key.
grantUserRole(Resource, String, String) - Method in interface org.sonar.api.security.ResourcePermissions
Limitation - the resource id is used instead of logical key.
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
 
GT - Static variable in class org.sonar.api.web.Criterion
 
GTE - Static variable in class org.sonar.api.web.Criterion
 
GwtExtension - Interface in org.sonar.api.web
 
GwtPage - Class in org.sonar.api.web
 
GwtPage() - Constructor for class org.sonar.api.web.GwtPage
 

H

handleGetObject(String) - Method in class org.sonar.api.utils.LocalizedMessages
 
hasAdminRole() - Static method in class org.sonar.api.workflow.condition.Conditions
 
hasCommand(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
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
hasDefaultValue(String) - Method in class org.sonar.api.config.Settings
 
hasErrors() - Method in class org.sonar.api.utils.ValidationMessages
 
hashCode() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
hashCode() - Method in class org.sonar.api.database.configuration.Property
 
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.notifications.Notification
 
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.resources.ResourceType
 
hashCode() - Method in class org.sonar.api.rules.ActiveRule
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleChange
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleParam
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
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.utils.dag.Node
 
hashCode() - Method in class org.sonar.api.web.CodeColorizerFormat
 
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
Deprecated.
 
hasJavaSourceFiles() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
since 2.6 - API should be language agnostic
hasKey(String) - Method in class org.sonar.api.config.Settings
 
hasLegend() - Method in class org.sonar.api.charts.AbstractChart
 
hasLine() - Method in class org.sonar.wsclient.services.Violation
 
hasLineId() - Method in class org.sonar.api.rules.Violation
 
hasNextChar(char) - Static method in class org.sonar.test.channel.ChannelMatchers
 
hasProjectProperty(String) - Static method in class org.sonar.api.workflow.condition.Conditions
 
HasProjectPropertyCondition - Class in org.sonar.api.workflow.condition
Checks that a project property is set, whatever its value.
HasProjectPropertyCondition(String) - Constructor for class org.sonar.api.workflow.condition.HasProjectPropertyCondition
 
hasProperty(String) - Method in class org.sonar.api.resources.ResourceType
 
hasReviewProperty(String) - Static method in class org.sonar.api.workflow.condition.Conditions
 
HasReviewPropertyCondition - Class in org.sonar.api.workflow.condition
 
HasReviewPropertyCondition(String) - Constructor for class org.sonar.api.workflow.condition.HasReviewPropertyCondition
 
hasRoles(Resource) - Method in interface org.sonar.api.security.ResourcePermissions
Limitation - the resource id is used instead of logical key.
hasRule() - Method in class org.sonar.api.qualitymodel.Characteristic
 
hasSecretKey() - Method in class org.sonar.api.config.Encryption
Checks the availability of the secret key, that is required to encrypt and decrypt.
hasSourceCode() - Method in class org.sonar.api.resources.ResourceType.Builder
Tells that the resources of this type will have source code.
hasSourceCode() - Method in class org.sonar.api.resources.ResourceType
Tells whether resources of this type has source code or not.
hasTestFiles(Language) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
in 2.6
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
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
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
 
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, Settings) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader(Settings) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader.BaseHttpDownloader - Class in org.sonar.api.utils
 
HttpDownloader.BaseHttpDownloader(Map<String, String>, String) - Constructor for class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
HttpDownloader.HttpException - Exception in org.sonar.api.utils
 
HttpDownloader.HttpException(URI, int) - Constructor for exception org.sonar.api.utils.HttpDownloader.HttpException
 

I

I18n - Interface in org.sonar.api.i18n
Main component that provides translation facilities.
I18nMatchers - Class in org.sonar.test.i18n
 
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
Deprecated.
default level is INFO since version 2.12. Please use your own logger.
INFO_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
INFO_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
Deprecated.
in 2.14, but was left for backward compatibility - when this authenticator is not a part of SecurityRealm, otherwise has no effect and not invoked
init() - Method in class org.sonar.api.security.SecurityRealm
Invoked during server startup and can be used to initialize internal state.
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
 
InputFileUtils - Class in org.sonar.api.resources
 
insert(MeasureModel) - Method in interface org.sonar.api.database.model.MeasureMapper
 
insertData(MeasureData) - Method in interface org.sonar.api.database.model.MeasureMapper
 
INSTABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
INSTABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
INSTANCE - Static variable in class org.sonar.api.resources.Java
 
InstantiationStrategy - Annotation Type in org.sonar.api.batch
Define instantiation strategy of batch extensions.
isActivated() - Method in class org.sonar.api.web.Dashboard
A dashboard can be activated for all anonymous users or users who haven't configured their own dashboards.
isActive() - Method in class org.sonar.wsclient.services.Rule
 
isAdmin() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
isAdmin() - Method in interface org.sonar.api.workflow.WorkflowContext
 
isAnyone(String) - Static method in class org.sonar.api.security.DefaultGroups
 
isBestValue() - Method in class org.sonar.api.measures.Measure
 
isBlockUnit(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isBundleUpToDate() - Static method in class org.sonar.test.i18n.I18nMatchers
Returns a matcher which checks that a translation bundle is up to date with the corresponding default one found in the classpath.
isClass(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isCore() - Method in interface org.sonar.api.platform.PluginMetadata
 
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
 
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
isDirectory(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isDisabled(String) - Method in interface org.sonar.api.platform.ServerPluginRepository
 
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
 
isEnabled(Project) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
isEnabled() - Method in class org.sonar.api.profiles.RulesProfile
Deprecated.
since 3.3. Always return true.
isEnabled() - Method in class org.sonar.api.rules.ActiveRule
 
isEnabled() - Method in class org.sonar.api.rules.ActiveRuleChange
 
isEnabled() - Method in class org.sonar.api.rules.Rule
 
isEncrypted(String) - Method in class org.sonar.api.config.Encryption
 
isEnd() - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler.DecoratorExecutionEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler.ProjectAnalysisEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler.SensorsPhaseEvent
 
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
 
isExpired() - Method in class org.sonar.api.config.License
 
isFavouritesOnly() - Method in class org.sonar.api.web.Filter
The Filter can be configured to return only favourites.
isFile(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isFile(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
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
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
 
isGlobal() - Method in class org.sonar.api.config.PropertyDefinition
 
isGlobal() - Method in class org.sonar.api.web.Dashboard
A dashboard is global when it doesn't display information from a projet but rather more general information.
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
 
isLocked() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
isManual() - Method in class org.sonar.api.rules.Violation
 
isManual() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
isManual() - Method in interface org.sonar.api.workflow.Review
 
isMethod(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
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
 
isMultiValues() - Method in class org.sonar.api.config.PropertyDefinition
 
isNew() - Method in class org.sonar.api.rules.Violation
A violation is considered as "new" if it has been created after the reference analysis (the "previous" analysis).
isNewShell() - Method in class org.sonar.api.utils.command.Command
true if a new shell should be used to execute the command.
isNotEqualsOperator() - Method in class org.sonar.api.profiles.Alert
 
isNumericType() - Method in class org.sonar.api.measures.Metric
 
IsoCategory - Enum in org.sonar.check
Deprecated.
since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
isOnContext() - Method in class org.sonar.api.workflow.condition.Condition
 
isOnlyLastAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isOnModule() - Method in class org.sonar.api.config.PropertyDefinition
 
isOnProject() - Method in class org.sonar.api.config.PropertyDefinition
 
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
 
isProfileCategory() - Method in class org.sonar.api.batch.Event
 
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
 
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
 
isStart() - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler.DecoratorExecutionEvent
 
isStart() - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
isStart() - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler.ProjectAnalysisEvent
 
isStart() - Method in interface org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent
 
isStart() - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler.SensorsPhaseEvent
 
isSubview(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isSubview(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isSuccessful() - Method in class org.sonar.wsclient.services.ServerSetup
 
isSwitchedOff() - Method in class org.sonar.api.database.model.RuleFailureModel
 
isSwitchedOff() - Method in class org.sonar.api.rules.Violation
Tells whether this violation is ON or OFF.
isSwitchedOff() - Method in class org.sonar.api.violations.ViolationQuery
Tells if the query should return only switched-off violations.
isSwitchedOff() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
isSwitchedOff() - Method in interface org.sonar.api.workflow.Review
 
isSwitchedOff() - Method in class org.sonar.wsclient.services.Violation
 
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.
isUseChildFirstClassLoader() - Method in interface org.sonar.api.platform.PluginMetadata
 
isValid() - Method in class org.sonar.api.config.PropertyDefinition.Result
 
isValid() - Method in class org.sonar.wsclient.services.Authentication
 
isVariation() - Method in class org.sonar.api.web.Criterion
A criterion can be based on the varation of a value rather than on the value itself.
isVariation() - Method in class org.sonar.api.web.FilterColumn
A column can be based on the variation of a value rather than on the value itself.
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
 
IT_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERED_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERED_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

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
Default 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
 
JsonUtils - Class in org.sonar.wsclient.unmarshallers
 

K

KEY - Static variable in class org.sonar.api.resources.Java
Java key
key() - Method in class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
KEY_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
KeyValue<K,V> - Class in org.sonar.api.utils
A utility class to store a key / value couple of generic types
KeyValue(K, V) - 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<T> - 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
Deprecated.
in version 2.13. Replaced by KeyValueFormat.newDateConverter()
KeyValueFormat.DateTimeConverter - Class in org.sonar.api.utils
Deprecated.
in version 2.13. Replaced by KeyValueFormat.newDateTimeConverter()
KeyValueFormat.DateTimeConverter() - Constructor for class org.sonar.api.utils.KeyValueFormat.DateTimeConverter
Deprecated.
 
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

L10N_PATH - Static variable in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
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_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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LIBRARIES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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.
License - Class in org.sonar.api.config
SonarSource license.
LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINKS_CI - Static variable in interface org.sonar.api.CoreProperties
 
LINKS_HOME_PAGE - Static variable in interface org.sonar.api.CoreProperties
 
LINKS_ISSUE_TRACKER - Static variable in interface org.sonar.api.CoreProperties
 
LINKS_SOURCES - Static variable in interface org.sonar.api.CoreProperties
 
LINKS_SOURCES_DEV - Static variable in interface org.sonar.api.CoreProperties
 
LIST - Static variable in class org.sonar.api.web.Filter
 
load() - Method in class org.sonar.api.database.configuration.DatabaseConfiguration
 
loadProperties(InputStream) - Static method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
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(Logger) - Method in class org.sonar.api.utils.ValidationMessages
 
LOGIN - Static variable in interface org.sonar.api.CoreProperties
 
LoginPasswordAuthenticator - Interface in org.sonar.api.security
Deprecated.
replaced by Authenticator in version 3.1
Logs - Class in org.sonar.api.utils
Predefined SLF4j loggers
LT - Static variable in class org.sonar.api.web.Criterion
 
LTE - Static variable in class org.sonar.api.web.Criterion
 

M

mainFiles(String...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
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 SONAR-2007
MAINTAINABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
MAJOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MAJOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ManifestUtils - Class in org.sonar.api.utils
 
ManualMeasure - Class in org.sonar.wsclient.services
 
ManualMeasure() - Constructor for class org.sonar.wsclient.services.ManualMeasure
 
ManualMeasureCreateQuery - Class in org.sonar.wsclient.services
 
ManualMeasureDeleteQuery - Class in org.sonar.wsclient.services
 
ManualMeasureQuery - Class in org.sonar.wsclient.services
 
ManualMeasureUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ManualMeasureUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ManualMeasureUnmarshaller
 
match(String) - Method in class org.sonar.api.utils.WildcardPattern
Returns true if specified value matches this pattern.
match(WildcardPattern[], String) - Static method in class org.sonar.api.utils.WildcardPattern
Returns true if specified value matches one of specified patterns.
matches(String) - Method in class org.sonar.api.web.ServletFilter.UrlPattern
 
matches(Object) - Method in class org.sonar.test.channel.ChannelMatcher
 
matches(Object) - Method in class org.sonar.test.channel.ReaderHasNextCharMatcher
 
matches(Object) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
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.
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.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
 
MeasureMapper - Interface in org.sonar.api.database.model
 
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(Locale, String, String, Object...) - Method in interface org.sonar.api.i18n.I18n
Searches the message of the key for the locale in the list of available bundles.
Message - Interface in org.sonar.check
Deprecated.
in 2.3
MESSAGE_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.RuleFailureModel
 
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
This class represents the definition of a metric in Sonar.
Metric() - Constructor for class org.sonar.api.measures.Metric
Deprecated.
in 1.12. Use the Metric.Builder factory.
Metric(String) - Constructor for class org.sonar.api.measures.Metric
Deprecated.
since 2.7 use the Metric.Builder factory.
Metric(String, Metric.ValueType) - Constructor for class org.sonar.api.measures.Metric
Deprecated.
since 2.7 use the Metric.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 Metric.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 Metric.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 Metric.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 is used to create metric definitions.
Metric.Builder(String, String, Metric.ValueType) - Constructor for class org.sonar.api.measures.Metric.Builder
Creates a new Metric.Builder object.
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.CoverageMeasuresBuilder
Metrics of generated measures
Metrics - Interface in org.sonar.api.measures
 
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_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.
MoreConditions - Class in org.sonar.test
Conditions for use with FestAssert.
MutableReview - Interface in org.sonar.api.workflow
Review that can be changed by functions.

N

NAME - Static variable in class org.sonar.api.resources.Java
Java name
name() - Method in class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
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_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Information about lines of code in file.
NCLOC_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_IT_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_LINES_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_OVERALL_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_OVERALL_UNCOVERED_LINES_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_UNREVIEWED_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNREVIEWED_VIOLATIONS_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
 
newDateConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newDateConverter(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
newDateTimeConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newDoubleConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newInputSupplier(URI) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, String, String) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newIntegerConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newPriorityConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newStringConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newToStringConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
NewUserHandler - Interface in org.sonar.api.platform
 
NewUserHandler.Context - Class in org.sonar.api.platform
 
NewUserHandler.Context.Builder - Class in org.sonar.api.platform
 
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
 
not(Condition) - Static method in class org.sonar.api.workflow.condition.Conditions
 
NotCondition - Class in org.sonar.api.workflow.condition
 
NotCondition(Condition) - Constructor for class org.sonar.api.workflow.condition.NotCondition
 
Notification - Class in org.sonar.api.notifications
This class represents a notification that will be delivered to users.
Notification(String) - Constructor for class org.sonar.api.notifications.Notification
Create a new Notification of the given type.
NotificationChannel - Class in org.sonar.api.notifications
Plugins should extend this class to provide implementation on a specific way to deliver notifications.
NotificationChannel() - Constructor for class org.sonar.api.notifications.NotificationChannel
 
NotificationDispatcher - Class in org.sonar.api.notifications
Plugins should extend this class to provide logic to determine which users are interested in receiving notifications.
NotificationDispatcher() - Constructor for class org.sonar.api.notifications.NotificationDispatcher
 
NotificationDispatcher.Context - Interface in org.sonar.api.notifications
Additional information related to the notification, which will be used to know who should receive the notification.
NotificationManager - Interface in org.sonar.api.notifications
The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
NUMBER_OF_CHILDREN - Static variable in class org.sonar.api.measures.CoreMetrics
 
NUMBER_OF_CHILDREN_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

O

onChange(GlobalPropertyChangeHandler.PropertyChange) - Method in class org.sonar.api.config.GlobalPropertyChangeHandler
This method gets called when a property is changed.
onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent) - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler
Called before and after execution of Decorator.
onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent) - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler
Called before and after execution of all Decorators.
onFinished() - Method in class org.sonar.api.batch.AbstractSourceImporter
 
onProjectAnalysis(ProjectAnalysisHandler.ProjectAnalysisEvent) - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler
Called before and after analysis of project.
onSensorExecution(SensorExecutionHandler.SensorExecutionEvent) - Method in interface org.sonar.api.batch.events.SensorExecutionHandler
Called before and after execution of Sensor.
onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent) - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler
Called before and after execution of all Sensors.
onServerStart(Server) - Method in interface org.sonar.api.platform.ServerStartHandler
 
onServerStop(Server) - Method in interface org.sonar.api.platform.ServerStopHandler
 
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
OPERATORS - Static variable in class org.sonar.api.web.Criterion
 
org.sonar.api - package org.sonar.api
 
org.sonar.api.batch - package org.sonar.api.batch
 
org.sonar.api.batch.bootstrap - package org.sonar.api.batch.bootstrap
 
org.sonar.api.batch.events - package org.sonar.api.batch.events
 
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.config - package org.sonar.api.config
 
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.i18n - package org.sonar.api.i18n
 
org.sonar.api.measures - package org.sonar.api.measures
 
org.sonar.api.notifications - package org.sonar.api.notifications
 
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.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.violations - package org.sonar.api.violations
 
org.sonar.api.web - package org.sonar.api.web
 
org.sonar.api.workflow - package org.sonar.api.workflow
 
org.sonar.api.workflow.condition - package org.sonar.api.workflow.condition
 
org.sonar.api.workflow.function - package org.sonar.api.workflow.function
 
org.sonar.api.workflow.internal - package org.sonar.api.workflow.internal
This package is not considered as API and future versions can break backward-compatibility.
org.sonar.api.workflow.screen - package org.sonar.api.workflow.screen
 
org.sonar.check - package org.sonar.check
 
org.sonar.test - package org.sonar.test
 
org.sonar.test.channel - package org.sonar.test.channel
 
org.sonar.test.i18n - package org.sonar.test.i18n
 
org.sonar.wsclient - package org.sonar.wsclient
 
org.sonar.wsclient.connectors - package org.sonar.wsclient.connectors
 
org.sonar.wsclient.services - package org.sonar.wsclient.services
 
org.sonar.wsclient.unmarshallers - package org.sonar.wsclient.unmarshallers
 
ORGANISATION - Static variable in interface org.sonar.api.CoreProperties
 
OUTGOING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
OUTLINE_COLOR - Static variable in class org.sonar.api.charts.AbstractChart
 
OUTPUT_HTML - Static variable in class org.sonar.wsclient.services.ReviewQuery
 
OUTPUT_PLAIN - Static variable in class org.sonar.wsclient.services.ReviewQuery
 
OVERALL_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_COVERED_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_COVERED_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
OVERALL_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_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_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_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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Page - Interface in org.sonar.api.web
 
PageDecoration - Class in org.sonar.api.web
Adds content to HTML pages.
PageDecoration() - Constructor for class org.sonar.api.web.PageDecoration
 
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
Deprecated.
since Sonar 2.14 - See SONAR-3239
PARAGRAPH_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since Sonar 2.14 - See SONAR-3239
PARAGRAPH_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since Sonar 2.14 - See SONAR-3239
PARAGRAPH_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since Sonar 2.14 - See SONAR-3239
PARAGRAPHS - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since Sonar 2.14 - See SONAR-3239
PARAGRAPHS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since Sonar 2.14 - See SONAR-3239
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(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(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<K, V>) - 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.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.ManualMeasureUnmarshaller
 
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.ResourceSearchUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ResourceUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ReviewUnmarshaller
 
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
 
parseDateQuietly(String) - Static method in class org.sonar.api.utils.DateUtils
Parse format DateUtils.DATE_FORMAT.
parseDateTime(String) - Static method in class org.sonar.api.utils.DateUtils
 
parseDateTimeQuietly(String) - Static method in class org.sonar.api.utils.DateUtils
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
 
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
parseResource(ClassLoader, String, ValidationMessages) - Method in class org.sonar.api.profiles.XMLProfileParser
 
parseStringDouble(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseStringInt(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
ParsingUtils - Class in org.sonar.api.utils
Utility to parse various inputs
PASSWORD - Static variable in interface org.sonar.api.CoreProperties
 
PER_BATCH - Static variable in annotation type org.sonar.api.batch.InstantiationStrategy
Shared extension.
PER_PROJECT - Static variable in annotation type org.sonar.api.batch.InstantiationStrategy
Created and initialized for each project and sub-project (a project is a module in Maven terminology).
PERMANENT_SERVER_ID - Static variable in interface org.sonar.api.CoreProperties
 
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.
 
personId - Variable in class org.sonar.api.measures.Measure
 
Phase - Annotation Type in org.sonar.api.batch
 
Phase.Name - Enum in org.sonar.api.batch
 
Plugin - Interface in org.sonar.api
Deprecated.
in 2.8. Use SonarPlugin instead.
Plugin - Class in org.sonar.wsclient.services
 
Plugin() - Constructor for class org.sonar.wsclient.services.Plugin
 
PluginMetadata - Interface in org.sonar.api.platform
 
PluginRepository - Interface in org.sonar.api.platform
 
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
 
pom - Variable in class org.sonar.api.batch.ProjectClasspath
 
PORTABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
PORTABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
PostJob - Interface in org.sonar.api.batch
PostJobs are executed when project is analysed.
PREFIX - Static variable in class org.sonar.api.config.EmailSettings
 
PREFIX_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
Priority - Enum in org.sonar.check
 
PROFILE - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
 
PROFILE_VERSION - Static variable in class org.sonar.api.measures.CoreMetrics
 
PROFILE_VERSION_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 - Static variable in annotation type org.sonar.api.web.WidgetScope
 
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_TEST_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_VERSION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
ProjectAnalysisHandler - Interface in org.sonar.api.batch.events
 
ProjectAnalysisHandler.ProjectAnalysisEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
ProjectBuilder - Class in org.sonar.api.batch.bootstrap
This extension point allows to change project structure at runtime.
ProjectBuilder(ProjectReactor) - Constructor for class org.sonar.api.batch.bootstrap.ProjectBuilder
 
ProjectClasspath - Class in org.sonar.api.batch
 
ProjectClasspath(MavenProject) - Constructor for class org.sonar.api.batch.ProjectClasspath
 
ProjectDefinition - Class in org.sonar.api.batch.bootstrap
Defines project metadata (key, name, source directories, ...).
ProjectDeleteQuery - Class in org.sonar.wsclient.services
 
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
 
ProjectPropertyCondition - Class in org.sonar.api.workflow.condition
 
ProjectPropertyCondition(String) - Constructor for class org.sonar.api.workflow.condition.ProjectPropertyCondition
 
ProjectReactor - Class in org.sonar.api.batch.bootstrap
 
ProjectReactor(ProjectDefinition) - Constructor for class org.sonar.api.batch.bootstrap.ProjectReactor
 
PROJECTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
PROJECTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ProjectUtils - Class in org.sonar.api.resources
 
PROP_DIALECT - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER - 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_EMBEDDED_PORT_DEFAULT_VALUE - 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_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_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.config.Settings
 
Properties - Annotation Type in org.sonar.api
Plugin properties.
PropertiesBuilder<K,V> - Class in org.sonar.api.measures
 
PropertiesBuilder(Metric, Map<K, V>) - 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
 
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.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
 
PropertyDefinition - Class in org.sonar.api.config
 
PropertyDefinition.Result - Class in org.sonar.api.config
 
PropertyDefinitions - Class in org.sonar.api.config
Metadata of all the properties declared by plugins
PropertyDefinitions(Object...) - Constructor for class org.sonar.api.config.PropertyDefinitions
 
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
 
PropertyField - Annotation Type in org.sonar.api
Property field.
PropertyFieldDefinition - Class in org.sonar.api.config
 
PropertyQuery - Class in org.sonar.wsclient.services
 
PropertyQuery() - Constructor for class org.sonar.wsclient.services.PropertyQuery
 
PropertyType - Enum in org.sonar.api
 
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.ExtensionProvider
 
PUBLIC_API - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

Q

qualifier - Variable in class org.sonar.api.resources.Method
 
qualifier() - Method in class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
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.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.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.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.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.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.wsclient.services.Resource
 
QUALIFIER_PROJECT_TRUNK - Static variable in class org.sonar.api.database.model.ResourceModel
 
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_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
 
Qualifiers - Class in org.sonar.api.resources
The qualifier determines the exact type of a resource.
Query<M extends Model> - Class in org.sonar.wsclient.services
 
Query() - Constructor for class org.sonar.wsclient.services.Query
 

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
 
readBase64(String) - Static method in class org.sonar.api.config.License
 
readBytes(URI) - Method in class org.sonar.api.utils.UriReader
Reads all bytes from uri.
ReaderHasNextCharMatcher - Class in org.sonar.test.channel
 
ReaderHasNextCharMatcher(char) - Constructor for class org.sonar.test.channel.ReaderHasNextCharMatcher
 
readString(URI, Charset) - Method in class org.sonar.api.utils.UriReader
Reads all characters from uri, using the given character set.
reassign(long, String) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to reassign review.
reattach(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
reflectionEqualTo(Object) - Static method in class org.sonar.test.MoreConditions
 
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

release(String) - Method in interface org.sonar.api.utils.Semaphores
Release the lock on a semaphore by its name.
RELIABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
RELIABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
remove() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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
 
removeChild() - Method in class org.sonar.api.platform.ComponentContainer
 
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
removeProperty(String) - Method in class org.sonar.api.config.Settings
 
removeWithoutFlush(Object) - Method in class org.sonar.api.database.DatabaseSession
 
reopen(long) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to reopen review.
RequiredMeasures - Annotation Type in org.sonar.api.web
Annotation used to specify which measures should be available on a snapshot to be able to display a view (page, tab, ...).
reset() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
reset() - Method in class org.sonar.api.utils.dag.Node
 
resetSourceDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
resetTestDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
ResolutionCondition - Class in org.sonar.api.workflow.condition
 
ResolutionCondition(Set<String>) - Constructor for class org.sonar.api.workflow.condition.ResolutionCondition
 
ResolutionCondition(String...) - Constructor for class org.sonar.api.workflow.condition.ResolutionCondition
 
resolutions(String...) - Static method in class org.sonar.api.workflow.condition.Conditions
 
resolve(long, String) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to resolve review.
resolveOrder() - Method in class org.sonar.api.utils.dag.Node
 
resolvePath(String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
resolvePath(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
resolvePaths(List<String>) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
Resource<P 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 - 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.
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
ResourcePermissions - Interface in org.sonar.api.security
Grant access to newly created projects.
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
 
ResourceScope - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same qualifier.
ResourceSearchQuery - Class in org.sonar.wsclient.services
 
ResourceSearchResult - Class in org.sonar.wsclient.services
 
ResourceSearchResult() - Constructor for class org.sonar.wsclient.services.ResourceSearchResult
 
ResourceSearchResult.Resource - Class in org.sonar.wsclient.services
 
ResourceSearchResult.Resource() - Constructor for class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
ResourceSearchUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ResourceSearchUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ResourceSearchUnmarshaller
 
ResourceType - Class in org.sonar.api.resources
Experimental extension to declare types of resources.
ResourceType.Builder - Class in org.sonar.api.resources
Builder used to create ResourceType objects.
ResourceType.Builder(String) - Constructor for class org.sonar.api.resources.ResourceType.Builder
Creates a new ResourceType.Builder
ResourceTypes - Class in org.sonar.api.resources
 
ResourceTypes(ResourceTypeTree[]) - Constructor for class org.sonar.api.resources.ResourceTypes
 
ResourceTypeTree - Class in org.sonar.api.resources
 
ResourceTypeTree.Builder - Class in org.sonar.api.resources
 
ResourceUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ResourceUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ResourceUnmarshaller
 
ResourceUtils - Class in org.sonar.api.resources
 
retrieveMissingTranslations(InputStream, InputStream) - Static method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
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
Review - Interface in org.sonar.api.workflow
 
Review - Class in org.sonar.wsclient.services
 
Review() - Constructor for class org.sonar.wsclient.services.Review
 
Review.Comment - Class in org.sonar.wsclient.services
 
ReviewCreateQuery - Class in org.sonar.wsclient.services
 
ReviewCreateQuery() - Constructor for class org.sonar.wsclient.services.ReviewCreateQuery
 
ReviewQuery - Class in org.sonar.wsclient.services
 
ReviewQuery() - Constructor for class org.sonar.wsclient.services.ReviewQuery
 
ReviewUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ReviewUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ReviewUnmarshaller
 
ReviewUpdateQuery - Class in org.sonar.wsclient.services
 
RFC - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
Interface to create a web service by implementing a Ruby On Rails controller.
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 - 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
 
RuleI18n - Interface in org.sonar.api.i18n
I18n-companion component that provides translation facilities for rule names, descriptions and parameter names.
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 - Enum in org.sonar.api.rules
A class to hold rules priority
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
 
RuleRepositoryTestHelper - Class in org.sonar.test.i18n
 
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
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()
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
 
save() - Method in interface org.sonar.api.measures.FileLinesContext
Saves unsaved values.
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
scheduleForSending(Notification) - Method in interface org.sonar.api.notifications.NotificationManager
Receives a notification and stores it so that it is processed by the notification service.
SCM_AUTHORS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Key-value pairs, where key - is a number of line, and value - is an author for this line.
SCM_AUTHORS_BY_LINE_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
Key-value pairs, where key - is a number of line, and value - is a date of last commit for this line.
SCM_LAST_COMMIT_DATETIMES_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Key-value pairs, where key - is a number of line, and value - is a revision for this line.
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_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.wsclient.services.Resource
 
SCOPE_PROJECT - Static variable in class org.sonar.api.database.model.ResourceModel
 
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.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.wsclient.services.Resource
 
Scopes - Class in org.sonar.api.resources
Resource scopes are used to group some types of resources.
scramble(String) - Method in class org.sonar.api.config.Encryption
 
Screen - Class in org.sonar.api.workflow.screen
Localization
Screen(String) - Constructor for class org.sonar.api.workflow.screen.Screen
 
Section - Enum in org.sonar.api.web
Deprecated.
add annotation org.sonar.api.web.NavigationSection to View extensions
SecurityRealm - Class in org.sonar.api.security
 
SecurityRealm() - Constructor for class org.sonar.api.security.SecurityRealm
 
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
 
Semaphores - Interface in org.sonar.api.utils
A semaphore shared among all the processes that can connect to the central database.
Semaphores.Semaphore - Class in org.sonar.api.utils
 
Semaphores.Semaphore() - Constructor for class org.sonar.api.utils.Semaphores.Semaphore
 
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
 
SensorExecutionHandler - Interface in org.sonar.api.batch.events
 
SensorExecutionHandler.SensorExecutionEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
SensorsPhaseHandler - Interface in org.sonar.api.batch.events
 
SensorsPhaseHandler.SensorsPhaseEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
SEPARATOR - Static variable in class org.sonar.api.resources.Directory
 
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_BASE_URL - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_BASE_URL_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_ID - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_ID_IP_ADDRESS - 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
 
ServerPluginRepository - Interface in org.sonar.api.platform
 
ServerQuery - Class in org.sonar.wsclient.services
 
ServerQuery() - Constructor for class org.sonar.wsclient.services.ServerQuery
 
ServerSetup - Class in org.sonar.wsclient.services
 
ServerSetup() - Constructor for class org.sonar.wsclient.services.ServerSetup
 
ServerSetupQuery - Class in org.sonar.wsclient.services
 
ServerSetupQuery() - Constructor for class org.sonar.wsclient.services.ServerSetupQuery
 
ServerSetupUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ServerSetupUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ServerSetupUnmarshaller
 
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
 
ServletFilter - Class in org.sonar.api.web
 
ServletFilter() - Constructor for class org.sonar.api.web.ServletFilter
 
ServletFilter.UrlPattern - Class in org.sonar.api.web
 
setActivated(boolean) - Method in class org.sonar.api.web.Dashboard
Set whether the dashboard is activated for all anonymous users or users who haven't configured their own dashboards.
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.
setAssignee(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setAssignee(String) - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
setAssigneeLogin(String) - Method in class org.sonar.wsclient.services.Review
 
setAssigneeLogins(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setAssigneeLoginsOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated.
since 3.0. Searching by user ID is not possible anymore. Use ReviewQuery.setAssigneeLogins(String...) instead.
setAuthorLogin(String) - Method in class org.sonar.wsclient.services.Review
 
setAuthorLogins(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setAuthorLoginsOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated.
since 3.0. Searching by user ID is not possible anymore. Use ReviewQuery.setAuthorLogins(String...) instead.
setBaseDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setBestValue(Double) - Method in class org.sonar.api.measures.Metric.Builder
Sets the best value that the metric can get (example: 100.0 for code coverage).
setBestValue(Double) - Method in class org.sonar.api.measures.Metric
 
setBranch(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setBuildDate(Date) - Method in class org.sonar.api.database.model.Snapshot
Insertion date (technical)
setCardinality(Cardinality) - Method in class org.sonar.api.rules.Rule
 
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
 
setChecksum(String) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setChecksum(String) - Method in class org.sonar.api.rules.Violation
For internal use only.
setCommandKey(String) - Method in class org.sonar.api.workflow.screen.Screen
 
setComment(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setComment(String) - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
setConditions(int, int, int) - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
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.
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.ResourceModel
 
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.api.utils.Semaphores.Semaphore
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.Review
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.Violation
 
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.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.wsclient.services.Event
 
setDate(Date) - Method in class org.sonar.wsclient.services.Resource
 
setDecoratorContext(DecoratorContext) - Method in class org.sonar.api.batch.DefaultFormulaContext
 
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
 
setDefaultValue(String) - Method in class org.sonar.api.rules.RuleParam
 
setDeleteHistoricalData(boolean) - Method in class org.sonar.api.measures.Metric.Builder
Specifies whether measures from the past can be automatically deleted to minimize database volume.
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.wsclient.services.ResourceQuery
 
setDepth(int) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setDescription(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setDescription(String) - Method in class org.sonar.api.batch.Event
 
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
Sets the metric description.
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.api.web.Dashboard
Sets the description of the dashboard.
setDescription(String) - Method in class org.sonar.wsclient.services.Event
 
setDescription(String) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
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
Sets the metric direction (used for numeric values only), which is used in the Web UI to show if the trend of a metric is good or not.
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
 
setDirectory(File) - Method in class org.sonar.api.utils.command.Command
Sets working directory.
setDisplayAs(String) - Method in class org.sonar.api.web.Filter
Set the type of display used by this Filter.
setDomain(String) - Method in class org.sonar.api.measures.Metric.Builder
Sets the domain for the metric (General, Complexity...).
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
 
setDurationSinceLocked(Long) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setEffectiveKey(String) - Method in class org.sonar.api.resources.Resource
Internal use only
setEmail(String) - Method in class org.sonar.api.database.model.User
 
setEmail(String) - Method in class org.sonar.api.platform.NewUserHandler.Context.Builder
 
setEmail(String) - Method in class org.sonar.api.security.UserDetails
 
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
Deprecated.
since 3.3.
setEnabled(Boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setEnabled(Boolean) - Method in class org.sonar.api.rules.ActiveRuleChange
 
setEnabled(Boolean) - Method in class org.sonar.api.rules.Rule
Do not call.
setEnvironmentVariable(String, String) - Method in class org.sonar.api.utils.command.Command
 
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.
setFavouritesOnly(boolean) - Method in class org.sonar.api.web.Filter
The Filter can be configured to return only favourites.
setFieldValue(String, String) - Method in class org.sonar.api.notifications.Notification
Adds a field (kind of property) to the notification
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.wsclient.services.Measure
 
setFormula(Formula) - Method in class org.sonar.api.measures.Metric.Builder
Specifies the formula used by Sonar to automatically aggregate measures stored on files up to the project level.
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(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
 
setGlobal(boolean) - Method in class org.sonar.api.web.Dashboard
A dashboard is global when it doesn't display information from a projet but rather more general information.
setHidden(boolean) - Method in class org.sonar.api.measures.Metric.Builder
Sets whether the metric should be hidden in Web UI (e.g.
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
 
setIconPath(String) - Method in class org.sonar.api.resources.ResourceType.Builder
Relative path of the icon used to represent the resource type.
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(long) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setId(Integer) - Method in class org.sonar.wsclient.services.Resource
 
setId(Long) - Method in class org.sonar.wsclient.services.Review
 
setId(Long) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setId(String) - Method in class org.sonar.wsclient.services.Server
 
setId(Long) - Method in class org.sonar.wsclient.services.Violation
 
setIds(Long...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setIncludeReview(Boolean) - Method in class org.sonar.wsclient.services.ViolationQuery
 
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(String, int, int) - Method in interface org.sonar.api.measures.FileLinesContext
 
setIntValue(Integer) - Method in class org.sonar.api.measures.Measure
Sets the measure value as an int
setIntValue(Integer) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
setIsAdmin(boolean) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setKey(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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(K) - Method in class org.sonar.api.utils.KeyValue
Sets the key of the couple
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.ResourceSearchResult.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(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.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
 
setLanguages(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
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.
setLayout(DashboardLayout) - Method in class org.sonar.api.web.Dashboard
 
setLevelToDebug() - Method in class org.sonar.api.utils.TimeProfiler
 
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(Long) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setLine(Integer) - Method in class org.sonar.wsclient.services.Review
 
setLine(Integer) - Method in class org.sonar.wsclient.services.Violation
 
setLineId(Integer) - Method in class org.sonar.api.rules.Violation
Sets the violation line.
setLinesFromLine(int, int) - Method in class org.sonar.wsclient.services.SourceQuery
 
setLocale(String) - Method in class org.sonar.wsclient.services.AbstractQuery
Set the Accepted-language HTTP parameter
setLocked(boolean) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setLocketAt(Date) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setLogger(Logger) - Method in class org.sonar.api.utils.TimeProfiler
 
setLogin(String) - Method in class org.sonar.api.database.model.User
 
setLogin(String) - Method in class org.sonar.api.platform.NewUserHandler.Context.Builder
 
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.wsclient.services.Resource
 
setManual(boolean) - Method in class org.sonar.api.rules.Violation
For internal use only.
setManual(boolean) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setMarkdownText(String) - Method in interface org.sonar.api.workflow.Comment
 
setMarkdownText(String) - Method in class org.sonar.api.workflow.internal.DefaultComment
 
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.MeasureModel
Sets the date for the measure
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.workflow.internal.DefaultReview
 
setMessage(String) - Method in class org.sonar.wsclient.services.ServerSetup
 
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
setMetricId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
 
setMetricKey(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setMetricKey(String) - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
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.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(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.bootstrap.ProjectDefinition
 
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.platform.NewUserHandler.Context.Builder
 
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.security.UserDetails
 
setName(String) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
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.ResourceSearchResult.Resource
 
setName(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setNew(boolean) - Method in class org.sonar.api.rules.Violation
For internal use only.
setNewSeverity(RulePriority) - Method in class org.sonar.api.rules.ActiveRuleChange
 
setNewShell(boolean) - Method in class org.sonar.api.utils.command.Command
Set to true if a new shell should be used to execute the command.
setOldSeverity(RulePriority) - Method in class org.sonar.api.rules.ActiveRuleChange
 
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
Specifies whether file-level measures that equal to the defined best value are stored or not.
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
setOutput(String) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setOutput(String) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setPackaging(String) - Method in class org.sonar.api.resources.Project
Deprecated.
in 2.8. See http://jira.codehaus.org/browse/SONAR-2341
setPage(int) - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
setPage(int) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
setPageSize(int) - Method in class org.sonar.api.web.Filter
Set the size of a page displayed this Filter.
setPageSize(int) - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
setPageSize(int) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
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
 
setParameterChange(String, String, String) - Method in class org.sonar.api.rules.ActiveRuleChange
 
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
 
setPeriod(Integer) - Method in class org.sonar.api.profiles.Alert
Sets the period if any
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.
setPermanentId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setPermanentId(Integer) - Method in class org.sonar.api.rules.Violation
For internal use only.
setPersistenceMode(PersistenceMode) - Method in class org.sonar.api.measures.Measure
Sets the persistence mode of a measure.
setPersonId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
 
setPersonId(Integer) - Method in class org.sonar.api.database.model.ResourceModel
 
setPersonId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setPersonId(Integer) - Method in class org.sonar.api.measures.Measure
 
setPersonId(Integer) - Method in class org.sonar.api.rules.Violation
For internal use only.
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.wsclient.services.ViolationQuery
Deprecated.
since 2.5 use ViolationQuery.setSeverities(String...) instead. See http://jira.codehaus.org/browse/SONAR-1829
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.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.MeasureModel
Sets the project id
setProjectId(Long) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setProjectKeysOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setProjectLinks(List<ProjectLink>) - Method in class org.sonar.api.database.model.ResourceModel
 
setProjectSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setProperties(Properties) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Copies specified properties into this object.
setProperties(Map<String, String>) - Method in class org.sonar.api.config.Settings
 
setProperties(Map<String, String>) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setPropertiesAsString(String) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setProperty(String, String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setProperty(String, String[]) - Method in class org.sonar.api.config.Settings
 
setProperty(String, String) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Boolean) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Integer) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Long) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Double) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Float) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Date) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Date, boolean) - Method in class org.sonar.api.config.Settings
 
setProperty(String, String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setProperty(String, Double) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setProperty(String, String) - Method in class org.sonar.api.resources.ResourceType.Builder
Sets a property on the resource type.
setProperty(String, boolean) - Method in class org.sonar.api.resources.ResourceType.Builder
 
setProperty(String, String) - Method in class org.sonar.api.web.Dashboard.Widget
 
setProperty(String, String) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setProperty(String, String) - Method in interface org.sonar.api.workflow.MutableReview
 
setProvided(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
Deprecated.
since 3.3 not replaced
setPurgeStatus(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
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.wsclient.services.Favourite
 
setQualifier(String) - Method in class org.sonar.wsclient.services.Resource
 
setQualifier(String) - Method in class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setQualitative(Boolean) - Method in class org.sonar.api.measures.Metric.Builder
Sets whether the metric is qualitative or not.
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.rules.Rule
 
setResolution(String) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setResolution(String) - Method in interface org.sonar.api.workflow.MutableReview
 
setResolution(String) - Method in class org.sonar.wsclient.services.Review
 
setResolution(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setResolution(String) - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
setResolutions(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
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
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(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
 
setResourceKee(String) - Method in class org.sonar.wsclient.services.Review
 
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.ManualMeasure
 
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
 
setResourceKeysOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
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
 
setResources(List<ResourceSearchResult.Resource>) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
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
 
setReview(Review) - Method in class org.sonar.wsclient.services.Violation
 
setReviewId(Long) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setReviewType(String) - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated.
since 2.9
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
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 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.workflow.internal.DefaultReview
 
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.workflow.internal.DefaultReview
 
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.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
Deprecated.
since 2.14 use RuleMeasure.setSeverity(org.sonar.api.rules.RulePriority) instead. See SONAR-1829.
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
 
setRuleRepositoryKey(String) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setRules(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
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.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.wsclient.services.Favourite
 
setScope(String) - Method in class org.sonar.wsclient.services.Resource
 
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
 
setScreen(String, Screen) - Method in class org.sonar.api.workflow.internal.DefaultWorkflow
 
setScreen(String, Screen) - Method in interface org.sonar.api.workflow.Workflow
 
setSearchText(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setSettings(Settings) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setSeverities(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
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.measures.RuleMeasure
 
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.api.workflow.internal.DefaultReview
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Review
 
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
 
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.
setSourceDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setSourceDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setStatus(String) - Method in class org.sonar.api.database.model.Snapshot
 
setStatus(String) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setStatus(String) - Method in interface org.sonar.api.workflow.MutableReview
 
setStatus(String) - Method in class org.sonar.wsclient.services.Review
 
setStatus(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setStatus(Server.Status) - Method in class org.sonar.wsclient.services.Server
 
setStatus(String) - Method in class org.sonar.wsclient.services.ServerSetup
 
setStatuses(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setStatusMessage(String) - Method in class org.sonar.wsclient.services.Server
 
setStringValue(String, int, String) - Method in interface org.sonar.api.measures.FileLinesContext
 
setSupportedLanguages(String...) - Method in class org.sonar.api.profiles.ProfileExporter
 
setSupportedLanguages(String...) - Method in class org.sonar.api.profiles.ProfileImporter
 
setSwitchedOff(boolean) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setSwitchedOff(boolean) - Method in class org.sonar.api.rules.Violation
Switches off the current violation.
setSwitchedOff(boolean) - Method in class org.sonar.api.violations.ViolationQuery
Specifies if the query should return only switched-off violations.
setSwitchedOff(boolean) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setSwitchedOff(Boolean) - Method in class org.sonar.wsclient.services.Violation
 
setSwitchMode(ViolationQuery.SwitchMode) - Method in class org.sonar.api.violations.ViolationQuery
 
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
setTestDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setTestDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setText(String) - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
setTextValue(String) - Method in class org.sonar.api.database.model.MeasureModel
Use setData() instead
setTextValue(String) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setTextValue(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setTextValue(String) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
setTimeoutMilliseconds(int) - Method in class org.sonar.wsclient.services.AbstractQuery
Set the timeout for waiting data, in milliseconds.
Settings - Class in org.sonar.api.config
Project Settings on batch side, Global Settings on server side.
Settings() - Constructor for class org.sonar.api.config.Settings
 
Settings(PropertyDefinitions) - Constructor for class org.sonar.api.config.Settings
 
Settings(Settings) - Constructor for class org.sonar.api.config.Settings
Clone settings.
setTitle(String) - Method in class org.sonar.wsclient.services.Review
 
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
 
setTotal(int) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
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
 
setType(String) - Method in class org.sonar.wsclient.services.Review
Deprecated.
since 2.9.
setUniqueKey(String, String) - Method in class org.sonar.api.rules.Rule
 
setUpdatedAt(Date) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setUpdatedAt(Date) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setUpdatedAt(Date) - Method in class org.sonar.wsclient.services.Review
 
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
 
setUsed(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
setUserEmail(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setUserId(Integer) - Method in class org.sonar.api.database.configuration.Property
 
setUserId(Long) - Method in interface org.sonar.api.workflow.Comment
 
setUserId(Long) - Method in class org.sonar.api.workflow.internal.DefaultComment
 
setUserId(Long) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setUserLogin(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setUserLogin(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setUserManaged(boolean) - Method in class org.sonar.api.measures.Metric.Builder
Specifies whether this metric can be edited online in the "Manual measures" page.
setUserManaged(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is managed by users ("manual metric")
setUserManaged(Boolean) - Method in class org.sonar.wsclient.services.Metric
 
setUserName(String) - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
setUsername(String) - Method in class org.sonar.wsclient.Host
 
setUsername(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setValid(boolean) - Method in class org.sonar.wsclient.services.Authentication
 
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(V) - Method in class org.sonar.api.utils.KeyValue
Sets the value of the couple
setValue(Double) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setValue(Double) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
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
 
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.wsclient.services.ResourceQuery
 
setVersion(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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(int) - Method in class org.sonar.api.profiles.RulesProfile
 
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
 
setViolationId(Long) - Method in class org.sonar.api.workflow.internal.DefaultReview
 
setViolationId(Long) - Method in class org.sonar.wsclient.services.Review
 
setViolationId(Long) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
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
 
setWorkDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setWorstValue(Double) - Method in class org.sonar.api.measures.Metric.Builder
Sets the worst value that the metric can get (example: 0.0 for code coverage).
setWorstValue(Double) - Method in class org.sonar.api.measures.Metric
 
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
Generally this method should not be overridden in subclasses, but if it is, then it should be executed anyway (see SONAR-3419).
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
 
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SMTP_HOST - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_HOST_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_PASSWORD - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_PASSWORD_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_PORT - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_PORT_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_SECURE_CONNECTION - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_SECURE_CONNECTION_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_USERNAME - Static variable in class org.sonar.api.config.EmailSettings
 
SMTP_USERNAME_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
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
 
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
 
SonarPlugin - Class in org.sonar.api
A plugin is a group of extensions.
SonarPlugin() - Constructor for class org.sonar.api.SonarPlugin
 
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
 
SOURCE_DIRS_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
SOURCE_FILES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
SourceQuery - Class in org.sonar.wsclient.services
 
SourceQuery(String) - Constructor for class org.sonar.wsclient.services.SourceQuery
 
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
 
start() - Method in class org.sonar.api.batch.bootstrap.ProjectBuilder
 
start() - Method in class org.sonar.api.database.DatabaseSession
 
start(String) - Method in class org.sonar.api.utils.TimeProfiler
 
START_VIOLATION_PERSISTENCE - Static variable in interface org.sonar.api.batch.DecoratorBarriers
 
START_VIOLATION_TRACKING - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Extensions which call the method Violation#setSwitchedOff must be executed before this barrier (@DependedUpon(value=DecoratorBarriers.VIOLATION_TRACKING) This barrier is after END_OF_VIOLATIONS_GENERATION
START_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
 
startComponents() - Method in class org.sonar.api.platform.ComponentContainer
This method MUST NOT be renamed start() because the container is registered itself in picocontainer.
STATEMENTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
StatusCondition - Class in org.sonar.api.workflow.condition
 
StatusCondition(Set<String>) - Constructor for class org.sonar.api.workflow.condition.StatusCondition
 
StatusCondition(String...) - Constructor for class org.sonar.api.workflow.condition.StatusCondition
 
statuses(String...) - Static method in class org.sonar.api.workflow.condition.Conditions
 
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
 
stopComponents() - Method in class org.sonar.api.platform.ComponentContainer
This method MUST NOT be renamed stop() because the container is registered itself in picocontainer.
stream(SMHierarchicCursor) - Method in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
 
StreamConsumer - Interface in org.sonar.api.utils.command
 
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
 
sumOnVariation(boolean, int, Collection<Measure>) - Static method in class org.sonar.api.measures.MeasureUtils
Sums a series of measures for the given variation index
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_DIRS_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
TEST_ERRORS - Static variable in class org.sonar.api.measures.CoreMetrics
 
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_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FAILURES - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FAILURES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FILES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
TEST_SUCCESS_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_SUCCESS_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
testFiles(String...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
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
Value of measure for this metric can be saved from Sensor, taking into account following rules: If tool (like Maven Surefire Plugin) has not been activated to run unit tests, then Sensor should not save anything.
TESTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TestUtils - Class in org.sonar.test
Utilities for unit tests
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_DATE - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_DAYS - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_PREVIOUS_ANALYSIS - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_PREVIOUS_VERSION - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_VERSION - 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
 
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
toCheckPriority() - Method in enum org.sonar.api.rules.RulePriority
 
toCommandLine() - Method in class org.sonar.api.utils.command.Command
 
toFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.InputFileUtils
 
toIoFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.ProjectUtils
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.AuthenticationUnmarshaller
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.ServerSetupUnmarshaller
 
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.AuthenticationUnmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.ServerSetupUnmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
toModels(String) - Method in interface org.sonar.wsclient.unmarshallers.Unmarshaller
 
toResource(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
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.config.GlobalPropertyChangeHandler.PropertyChange
 
toString() - Method in class org.sonar.api.database.configuration.Property
 
toString() - Method in class org.sonar.api.database.model.MeasureData
 
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.database.model.SnapshotSource
 
toString() - Method in class org.sonar.api.database.model.User
 
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.notifications.Notification
 
toString() - Method in class org.sonar.api.notifications.NotificationChannel
 
toString() - Method in class org.sonar.api.notifications.NotificationDispatcher
 
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.ActiveRuleChange
 
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.security.UserDetails
 
toString() - Method in class org.sonar.api.SonarPlugin
Returns a string representation of the plugin, suitable for debugging purposes only.
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
Returns string representation of this pattern.
toString() - Method in enum org.sonar.api.web.DashboardLayout
 
toString() - Method in class org.sonar.api.web.ServletFilter.UrlPattern
 
toString() - Method in class org.sonar.api.workflow.condition.HasProjectPropertyCondition
 
toString() - Method in class org.sonar.api.workflow.internal.DefaultComment
 
toString() - Method in class org.sonar.api.workflow.internal.DefaultReview
 
toString() - Method in class org.sonar.api.workflow.internal.DefaultWorkflowContext
 
toString() - Method in class org.sonar.wsclient.services.Dependency
 
toString() - Method in class org.sonar.wsclient.services.ManualMeasure
 
toString() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
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
 
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.
 
TREEMAP - Static variable in class org.sonar.api.web.Filter
 

U

UNASSIGNED_REVIEWS - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNASSIGNED_REVIEWS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNIT_TEST_FILE - Static variable in class org.sonar.api.resources.Qualifiers
 
UnmarshalException - Exception in org.sonar.wsclient.unmarshallers
 
UnmarshalException(String) - Constructor for exception org.sonar.wsclient.unmarshallers.UnmarshalException
 
UnmarshalException(AbstractQuery, String, Throwable) - Constructor for exception org.sonar.wsclient.unmarshallers.UnmarshalException
 
Unmarshaller<MODEL extends Model> - Interface in org.sonar.wsclient.unmarshallers
 
Unmarshallers - Class in org.sonar.wsclient.unmarshallers
 
UNPLANNED_REVIEWS - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNPLANNED_REVIEWS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNREVIEWED_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNREVIEWED_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
unsetData() - Method in class org.sonar.api.measures.Measure
 
unsetMetrics() - Method in class org.sonar.api.batch.TimeMachineQuery
Unsets the metrics
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
update(MeasureModel) - Method in interface org.sonar.api.database.model.MeasureMapper
 
update(UpdateQuery<?>) - Method in class org.sonar.wsclient.Sonar
 
UpdateCenterQuery - Class in org.sonar.wsclient.services
 
UpdateQuery<M extends Model> - Class in org.sonar.wsclient.services
PUT HTTP request
UpdateQuery() - Constructor for class org.sonar.wsclient.services.UpdateQuery
 
UriReader - Class in org.sonar.api.utils
Reads different types of URI.
UriReader(UriReader.SchemeProcessor[]) - Constructor for class org.sonar.api.utils.UriReader
 
url - Variable in class org.sonar.api.measures.Measure
 
USABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See SONAR-2007
USABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 2.5 See 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
 
UserDetails - Class in org.sonar.api.security
This class is not intended to be subclassed by clients.
UserDetails() - Constructor for class org.sonar.api.security.UserDetails
 
UserFinder - Interface in org.sonar.api.security
 
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 - Annotation Type in org.sonar.api.web
 
USERS - Static variable in class org.sonar.api.security.DefaultGroups
 

V

validate(String) - Method in class org.sonar.api.config.PropertyDefinition
 
validate(String) - Method in class org.sonar.api.config.PropertyFieldDefinition
 
ValidationMessages - Class in org.sonar.api.utils
 
validKey(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
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.PropertyType
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.violations.ViolationQuery.SwitchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.DashboardLayout
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.PropertyType
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.violations.ViolationQuery.SwitchMode
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.DashboardLayout
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.
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.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.api.violations
Class that allows to query the Sonar index about violations.
ViolationQuery - Class in org.sonar.wsclient.services
 
ViolationQuery(String) - Constructor for class org.sonar.wsclient.services.ViolationQuery
 
ViolationQuery.SwitchMode - Enum in org.sonar.api.violations
 
VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ViolationUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ViolationUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ViolationUnmarshaller
 

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_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
 
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
 
WidgetScope - Annotation Type in org.sonar.api.web
Depending on its scope, a widget can be available for project dashboards (value = "PROJECT"), global dashboards (value = "GLOBAL") or both (value = {"PROJECT", "GLOBAL"}).
WildcardPattern - Class in org.sonar.api.utils
Implementation of Ant-style matching patterns.
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
 
Workflow - Interface in org.sonar.api.workflow
Experimental component to customize the actions that can be executed on reviews.
WorkflowContext - Interface in org.sonar.api.workflow
 
write(RulesProfile, Writer) - Method in class org.sonar.api.profiles.XMLProfileSerializer
 
writeToFile(String, File, String) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
writeToWorkingDirectory(String, String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.
 
writeToWorkingDirectory(String, String) - Method in interface org.sonar.api.resources.ProjectFileSystem
Save data into a new file of Sonar working directory.
WSUtils - Class in org.sonar.wsclient.services
Compatibility layer between GWT and plain Java.
WSUtils() - Constructor for class org.sonar.wsclient.services.WSUtils
 

X

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
 
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-2013 SonarSource. All Rights Reserved.