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

absolutePath() - Method in interface org.sonar.api.batch.fs.InputDir
Normalized absolute path.
absolutePath() - Method in interface org.sonar.api.batch.fs.InputFile
Normalized absolute path.
absolutePath() - Method in interface org.sonar.api.batch.fs.InputPath
 
absolutePath() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
absolutePath() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
AbstractChart - Class in org.sonar.api.charts
Deprecated.
in 4.5.1, replaced by Javascript charts
AbstractChart() - Constructor for class org.sonar.api.charts.AbstractChart
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.
 
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
 
AbstractFilePredicate - Class in org.sonar.api.batch.fs.internal
Partial implementation of FilePredicate.
AbstractFilePredicate() - Constructor for class org.sonar.api.batch.fs.internal.AbstractFilePredicate
 
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.
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
Deprecated.
since 4.2 Component indexing and source import are done by core and this extension is not used.
AbstractSourceImporter(Language) - Constructor for class org.sonar.api.batch.AbstractSourceImporter
Deprecated.
 
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(InputFile) - Method in interface org.sonar.api.batch.fs.InputFileFilter
 
accept(Issue, IssueFilterChain) - Method in class org.sonar.api.checks.NoSonarFilter
Deprecated.
 
accept(Issue, IssueFilterChain) - Method in interface org.sonar.api.issue.batch.IssueFilter
The accept method is called for each Issue created during analysis, to check if it has to be persisted.
accept(Issue) - Method in interface org.sonar.api.issue.batch.IssueFilterChain
Called by a filter to let downstream filters decide the fate of the issue
accept(Issue) - Method in interface org.sonar.api.issue.IssueFilter
Deprecated.
 
accept(Issue, IssueFilterChain) - Method in class org.sonar.api.issue.NoSonarFilter
 
accept(File, FileSystemFilter.Context) - Method in interface org.sonar.api.scan.filesystem.FileSystemFilter
Deprecated.
 
accept(ZipEntry) - Method in interface org.sonar.api.utils.ZipUtils.ZipEntryFilter
 
ACCESSORS - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0.
ACCESSORS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0.
acquire(String, int, 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.
Action - Class in org.sonar.api.issue.action
 
action() - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
action(String) - Method in class org.sonar.api.server.ws.WebService.Controller
 
actionParameter(String, String, Object) - Method in class org.sonar.wsclient.issue.BulkChangeQuery
 
ActionPlan - Interface in org.sonar.api.issue
 
ActionPlan - Interface in org.sonar.wsclient.issue
 
actionPlan() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
actionPlan() - Method in interface org.sonar.wsclient.issue.Issue
 
ActionPlanClient - Interface in org.sonar.wsclient.issue
 
actionPlanClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to issue action plans
actionPlanKey() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
actionPlanKey() - Method in interface org.sonar.api.issue.Issue
 
ActionPlanQuery - Class in org.sonar.wsclient.issue
 
actionPlans() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
actionPlans(Issue) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
actionPlans(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
actionPlans() - Method in interface org.sonar.wsclient.issue.Issues
 
actionPlans(Issue) - Method in interface org.sonar.wsclient.issue.Issues
 
Actions - Class in org.sonar.api.issue.action
 
Actions() - Constructor for class org.sonar.api.issue.action.Actions
 
actions() - Method in class org.sonar.api.server.ws.WebService.Controller
 
actions(String...) - Method in class org.sonar.wsclient.issue.BulkChangeQuery
 
actions(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
actions(String) - Method in interface org.sonar.wsclient.issue.IssueClient
 
activate() - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
activateRule(Rule, RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
 
active() - Method in interface org.sonar.api.user.User
 
active() - Method in class org.sonar.wsclient.user.User
 
ActiveRule - Interface in org.sonar.api.batch.rule
Configuration of a rule activated on a Quality profile
ActiveRule - Class in org.sonar.api.rules
 
ActiveRule() - Constructor for class org.sonar.api.rules.ActiveRule
Deprecated.
visibility should be reduced to protected or package
ActiveRule(RulesProfile, Rule, RulePriority) - Constructor for class org.sonar.api.rules.ActiveRule
Deprecated.
visibility should be reduced to protected or package
ActiveRuleParam - Class in org.sonar.api.rules
 
ActiveRuleParam() - Constructor for class org.sonar.api.rules.ActiveRuleParam
Deprecated.
visibility should be decreased to protected or package
ActiveRuleParam(ActiveRule, RuleParam, String) - Constructor for class org.sonar.api.rules.ActiveRuleParam
Deprecated.
visibility should be decreased to protected or package
ActiveRules - Interface in org.sonar.api.batch.rule
The rules that are activated on the current module.
activeRules() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
activeRules() - Method in interface org.sonar.api.batch.sensor.SensorContext
Get list of active rules.
ActiveRulesBuilder - Class in org.sonar.api.batch.rule.internal
Builds instances of ActiveRules.
ActiveRulesBuilder() - Constructor for class org.sonar.api.batch.rule.internal.ActiveRulesBuilder
 
add(DefaultInputFile) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
Adds InputFile to the list and registers its language, if present.
add(DefaultInputDir) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
Adds InputDir to the list.
add(InputDir) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
add(RuleKey) - Method in class org.sonar.api.batch.rule.internal.RulesBuilder
 
add(String) - Method in class org.sonar.api.issue.action.Actions
 
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<String>) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Adds an existing Distribution to the current one.
add(Object...) - Method in class org.sonar.api.platform.ComponentContainer
 
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(Duration) - Method in class org.sonar.api.utils.Duration
Add the given duration to the current one.
add(WorkDuration) - Method in class org.sonar.api.utils.internal.WorkDuration
 
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
 
addAnnotatedChecks(Object...) - Method in class org.sonar.api.batch.rule.Checks
 
addAnnotatedChecks(Collection) - Method in class org.sonar.api.batch.rule.Checks
 
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
Deprecated.
since 4.5.1 use SonarQube Java specific API
addBinaryDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
since 4.5.1 use SonarQube Java specific API
addChange(FieldDiffs) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
addCharacteristic(DebtCharacteristic) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
addClasspath(String) - Method in class org.sonar.process.monitor.JavaCommand
 
addComment(String) - Method in interface org.sonar.api.issue.action.Function.Context
 
addComment(DefaultIssueComment) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
addComment(String) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
addComment(String, String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
addComment(String, String) - Method in interface org.sonar.wsclient.issue.IssueClient
 
addComponent(Object) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponent(Object, String) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponent(String, Set<Integer>) - Method in class org.sonar.api.issue.NoSonarFilter
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
 
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.
addContext(String, Object) - Method in class org.sonar.api.utils.log.Profiler
Context information is removed if value is null.
addDays(Date, int) - Static method in class org.sonar.api.utils.DateUtils
 
addDependency(Dependency) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
addDependency(Node) - Method in class org.sonar.api.utils.dag.Node
 
addEnvironmentVariables() - Method in class org.sonar.api.config.Settings
Deprecated.
since 4.4 For embedding purpose all properties should be provided by the bootstrapper
addErrorText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addEvent(Resource, String, String, String, Date) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
addExtension(PluginMetadata, Object) - Method in class org.sonar.api.platform.ComponentContainer
 
addFieldsParam(Collection) - Method in class org.sonar.api.server.ws.WebService.NewAction
Creates the parameter WebService.Param.FIELDS, which is used to restrict the number of fields returned in JSON response.
addFormatParam(WebService.NewAction) - Static method in class org.sonar.api.server.ws.RailsHandler
 
addInfoText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addIssue(Issue) - Method in interface org.sonar.api.issue.Issuable
Register an issue created with Issuable.newIssueBuilder().
additionalProperties() - Method in class org.sonar.api.config.License
Get additional properties available on this license (like threshold conditions)
addJavaOption(String) - Method in class org.sonar.process.monitor.JavaCommand
 
addJavaOptions(String) - Method in class org.sonar.process.monitor.JavaCommand
 
addJsonOnlyFormatParam(WebService.NewAction) - Static method in class org.sonar.api.server.ws.RailsHandler
 
addLanguages(String, String...) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
Adds a language to the list.
addLibrary(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
since 4.5.1 use SonarQube Java specific API
addLine(int, String) - Method in class org.sonar.wsclient.services.Source
 
addLink(ProjectLink) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
addMaskedArgument(String) - Method in class org.sonar.api.utils.command.Command
 
addMeasure(Resource, Measure) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
Warning: the resource is automatically indexed for backward-compatibility, but it should be explictly indexed before.
addPagingParams(int) - Method in class org.sonar.api.server.ws.WebService.NewAction
Add predefined parameters related to pagination of results.
addParam(String) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
addParameter(String, String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Adds a parameter to the maven plugin
addParameter(String, String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
addPermission(PermissionParameters) - Method in class org.sonar.wsclient.permissions.internal.DefaultPermissionClient
 
addPermission(PermissionParameters) - Method in interface org.sonar.wsclient.permissions.PermissionClient
 
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
 
addRelations(String, String...) - Method in class org.sonar.api.resources.ResourceTypeTree.Builder
 
addRequirement(DefaultRequirement) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
addResource(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
since 2.6. Use methods index()
addResource(Resource, Set<Integer>) - Method in class org.sonar.api.checks.NoSonarFilter
Deprecated.
 
addRule(Profile.Rule) - Method in class org.sonar.wsclient.services.Profile
 
addSingleton(Object) - Method in class org.sonar.api.platform.ComponentContainer
 
addSingletons(Collection) - Method in class org.sonar.api.platform.ComponentContainer
 
addSortParams(Collection<V>, V, boolean) - Method in class org.sonar.api.server.ws.WebService.NewAction
Add predefined parameters related to sorting of results.
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
Deprecated.
addSourceDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
addSourceFiles(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
addSourceFiles(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
addSources(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSources(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSubCharacteristic(DebtCharacteristic, String) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
addSubProject(ProjectDefinition) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSystemProperties() - Method in class org.sonar.api.config.Settings
Deprecated.
since 4.4 For embedding purpose all properties should be provided by the bootstrapper
addTags(String...) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
addTestCase(String) - Method in interface org.sonar.api.test.MutableTestPlan
 
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
Deprecated.
addTestDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
addTestFiles(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
addTestFiles(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
addTests(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addTests(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addType(ResourceType) - Method in class org.sonar.api.resources.ResourceTypeTree.Builder
 
addUser(String) - Method in interface org.sonar.api.notifications.NotificationDispatcher.Context
addUser(String, NotificationChannel) - Method in interface org.sonar.api.notifications.NotificationDispatcher.Context
Adds a user that will be notified through the given notification channel.
addViolation(Violation, boolean) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
in 3.6
addViolation(Violation) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
in 3.6
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
 
after() - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
after() - Method in class org.sonar.api.utils.log.LogTester
 
age(Locale, long) - Method in interface org.sonar.api.i18n.I18n
Return the distance in time for a duration in milliseconds.
age(Locale, Date, Date) - Method in interface org.sonar.api.i18n.I18n
Return the distance in time between two dates.
ageFromNow(Locale, Date) - Method in interface org.sonar.api.i18n.I18n
Reports the distance in time a date and now.
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() - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that always evaluates to true
all() - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
Returns a predicate that always evaluates to true
all() - Method in class org.sonar.api.batch.rule.Checks
 
ALL - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
all() - Static method in class org.sonar.api.measures.MeasuresFilters
 
all() - Method in class org.sonar.api.resources.Languages
 
ALL - Static variable in class org.sonar.api.rule.Severity
All the supported severity values, ordered from Severity.INFO to Severity.BLOCKER.
all() - Static method in class org.sonar.wsclient.services.MetricQuery
 
ALL - Static variable in interface org.sonar.xoo.checks.Check
 
ALL_ACTIVES - Static variable in class org.sonar.api.user.UserQuery
 
allCharacteristics() - Method in interface org.sonar.api.batch.debt.DebtModel
Deprecated.
Return characteristics and sub-characteristics
allCharacteristics() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
allCharacteristics() - Method in interface org.sonar.api.server.debt.DebtModel
 
allIssues() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
analyse(Project, SensorContext) - Method in class org.sonar.api.batch.AbstractSourceImporter
Deprecated.
 
analyse(ProjectFileSystem, SensorContext) - Method in class org.sonar.api.batch.AbstractSourceImporter
Deprecated.
 
analyse(Project, SensorContext) - Method in interface org.sonar.api.batch.Sensor
The method that is going to be run when the sensor is called
analyse(Project, SensorContext) - Method in class org.sonar.xoo.rule.DeprecatedResourceApiSensor
 
ANALYSIS_MODE - Static variable in interface org.sonar.api.CoreProperties
 
ANALYSIS_MODE_ANALYSIS - Static variable in interface org.sonar.api.CoreProperties
 
ANALYSIS_MODE_INCREMENTAL - Static variable in interface org.sonar.api.CoreProperties
 
ANALYSIS_MODE_PREVIEW - Static variable in interface org.sonar.api.CoreProperties
 
AnalysisMode - Interface in org.sonar.api.batch
Use this component to find the current running mode.
analysisMode() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
analysisMode() - Method in interface org.sonar.api.batch.sensor.SensorContext
Get analysis mode.
and(Collection<FilePredicate>) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
and(FilePredicate...) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
and(FilePredicate, FilePredicate) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
and(Collection<FilePredicate>) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
and(FilePredicate...) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
and(FilePredicate, FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
AnnotationCheckFactory - Class in org.sonar.api.checks
Deprecated.
since 4.2 use 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
Deprecated.
AnnotationRuleParser() - Constructor for class org.sonar.api.rules.AnnotationRuleParser
Deprecated.
 
AnnotationUtils - Class in org.sonar.api.utils
A utility class for annotations
ANYONE - Static variable in class org.sonar.api.security.DefaultGroups
 
API_ABUSE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic SECURITY
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
 
apply(InputFile) - Method in interface org.sonar.api.batch.fs.FilePredicate
Test if provided file is valid for this predicate
apply(InputFile) - Method in class org.sonar.api.batch.fs.internal.RelativePathPredicate
 
apply(Statement, Description) - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
ARCHITECTURE_CHANGEABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic CHANGEABILITY
ARCHITECTURE_RELIABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
ARTIFACT_ID - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
Deprecated.
 
as(Class<P>, Component) - Method in interface org.sonar.api.component.Perspectives
 
as(Class<P>, Resource) - Method in interface org.sonar.api.component.ResourcePerspectives
 
as(Class<P>, InputPath) - Method in interface org.sonar.api.component.ResourcePerspectives
Allow to create perspective from InputPath.
ASC - Static variable in class org.sonar.api.web.FilterColumn
 
asc(boolean) - Method in class org.sonar.wsclient.issue.IssueQuery
 
ASCENDING - Static variable in class org.sonar.api.server.ws.WebService.Param
 
askedForStop() - Method in class org.sonar.process.ProcessCommands
 
askForStop() - Method in class org.sonar.process.ProcessCommands
To be executed by monitor process to ask for child process termination
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.
assign(String) - Method in interface org.sonar.api.issue.IssueHandler.Context
Deprecated.
since 3.7.1
assign(User) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
assign(String, String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
assign(String, String) - Method in interface org.sonar.wsclient.issue.IssueClient
Assign an existing issue to a user.
assigned(Boolean) - Method in class org.sonar.wsclient.issue.IssueQuery
 
assignee() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
assignee() - Method in interface org.sonar.api.issue.Issue
Login of the user who is assigned to this issue.
assignee() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
Login of assignee.
assignee() - Method in interface org.sonar.wsclient.issue.Issue
Login of assignee.
assignees(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
assignToMe(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
assignToMe(String) - Method in interface org.sonar.wsclient.issue.IssueClient
Assign an existing issue to current user.
atLine(int) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
atLine(int) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
Line of the issue.
attribute(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
attribute(String, String) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
 
attribute(String) - Method in interface org.sonar.api.issue.Issue
 
attribute(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
attribute(String) - Method in interface org.sonar.wsclient.issue.Issue
 
attribute(String, String) - Method in class org.sonar.wsclient.issue.NewIssue
 
attributes() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
attributes() - Method in interface org.sonar.api.issue.Issue
 
attributes() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
attributes() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
attributes() - Method in interface org.sonar.wsclient.issue.Issue
 
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
 
author() - Method in class org.sonar.api.batch.scm.BlameLine
 
author(String) - Method in class org.sonar.api.batch.scm.BlameLine
 
author() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
SCM account
author() - Method in interface org.sonar.wsclient.issue.Issue
SCM account
authorLogin() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
authorLogin() - Method in interface org.sonar.api.issue.Issue
Login of the SCM account that introduced this issue.
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".
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).
awaitStop() - Method in interface org.sonar.process.Monitored
Blocks until the process is terminated
awaitStop() - Method in class org.sonar.search.SearchServer
 
awaitTermination() - Method in class org.sonar.process.monitor.Monitor
Blocks until all processes are terminated

B

BASE_URL - Static variable in class org.sonar.wsclient.issue.ActionPlanQuery
 
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.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
 
baseDir() - Method in interface org.sonar.api.batch.fs.FileSystem
Absolute base directory of module
baseDir() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
baseDir() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
Base directory.
baseDirPath() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
BaseIdentifiable<G> - 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
Marker interface for all the components available in container of batch (code analyzer).
BatchExtension - Interface in org.sonar.api
Marker interface for all the batch extension points, which are aimed to be implemented by plugins.
before() - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
before() - Method in class org.sonar.api.utils.log.LogTester
 
begin(String) - Method in class org.sonar.api.utils.text.XmlWriter
 
beginArray() - Method in class org.sonar.api.utils.text.JsonWriter
Begins encoding a new array.
beginObject() - Method in class org.sonar.api.utils.text.JsonWriter
Begins encoding a new object.
BelongsToProfile - Annotation Type in org.sonar.check
 
BINARIES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
since 4.5.1 use SonarQube Java specific API
binaryDirs() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
since 4.2 sonar.binaries will be converted to java specific property
blame(BlameCommand.BlameInput, BlameCommand.BlameOutput) - Method in class org.sonar.api.batch.scm.BlameCommand
Compute blame of the provided files.
blame(BlameCommand.BlameInput, BlameCommand.BlameOutput) - Method in class org.sonar.xoo.scm.XooBlameCommand
 
BlameCommand - Class in org.sonar.api.batch.scm
This class should be implemented by SCM providers.
BlameCommand() - Constructor for class org.sonar.api.batch.scm.BlameCommand
 
blameCommand() - Method in class org.sonar.api.batch.scm.ScmProvider
 
blameCommand() - Method in class org.sonar.xoo.scm.XooScmProvider
 
BlameCommand.BlameInput - Interface in org.sonar.api.batch.scm
Callback for the provider to report results of blame per file.
BlameCommand.BlameOutput - Interface in org.sonar.api.batch.scm
Callback for the provider to report results of blame per file.
BlameLine - Class in org.sonar.api.batch.scm
 
BlameLine() - Constructor for class org.sonar.api.batch.scm.BlameLine
 
blameResult(InputFile, List<BlameLine>) - Method in interface org.sonar.api.batch.scm.BlameCommand.BlameOutput
Add result of the blame command for a single file.
BLOCK_UNIT - Static variable in class org.sonar.api.resources.Scopes
Deprecated.
since 4.3 resources under FILE level are no more be supported since 4.2.
BLOCKER - Static variable in class org.sonar.api.rule.Severity
 
BLOCKER_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
BLOCKER_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
BOOLEAN - Static variable in class org.sonar.api.server.rule.RuleParamType
 
bootstrap() - Method in interface org.sonar.api.batch.bootstrap.ProjectBootstrapper
Deprecated.
Implement this method to create project reactor
BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
build(ProjectBuilder.Context) - Method in class org.sonar.api.batch.bootstrap.ProjectBuilder
Override this method to change project reactor structure.
build(ProjectReactor) - Method in class org.sonar.api.batch.bootstrap.ProjectBuilder
Deprecated.
since 3.7 override ProjectBuilder.build(Context) instead
build() - Method in class org.sonar.api.batch.rule.internal.ActiveRulesBuilder
 
build() - Method in class org.sonar.api.batch.rule.internal.RulesBuilder
 
build() - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
build(String) - Static method in class org.sonar.api.config.PropertyFieldDefinition
 
build() - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
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 interface org.sonar.api.issue.Issuable.IssueBuilder
 
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
 
build() - Method in interface org.sonar.api.source.Symbolizable.SymbolTableBuilder
 
build() - Method in class org.sonar.api.task.TaskDefinition.Builder
Deprecated.
 
build() - Method in class org.sonar.api.user.UserQuery.Builder
 
build() - Method in class org.sonar.home.cache.FileCacheBuilder
 
build() - Method in class org.sonar.wsclient.SonarClient.Builder
Build a new client
build(ProjectBuilder.Context) - Method in class org.sonar.xoo.extensions.XooProjectBuilder
 
BUILD_DIR_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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
 
buildDir() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
Optional directory used by the build tool to generate various kinds of data (test reports, temp files, ...).
builder(String) - Static method in class org.sonar.api.config.PropertyDefinition
 
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
 
builder() - Static method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
builder() - Static method in class org.sonar.api.user.UserQuery
 
builder() - Static method in class org.sonar.wsclient.SonarClient
Create a builder of SonarClients.
BulkChange - Interface in org.sonar.wsclient.issue
 
bulkChange(BulkChangeQuery) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
bulkChange(BulkChangeQuery) - Method in interface org.sonar.wsclient.issue.IssueClient
Execute bulk change on a list of issues
BulkChangeQuery - Class in org.sonar.wsclient.issue
 
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
 
canonicalPath() - Method in interface org.sonar.api.scan.filesystem.FileSystemFilter.Context
Deprecated.
Absolute file path.
canonicalPath(File) - Static method in class org.sonar.api.utils.PathUtils
Get canonical path and replace file separators by forward slash.
Cardinality - Enum in org.sonar.check
Deprecated.
since 4.4
Category - Class in org.sonar.api.config
 
category(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
category() - Method in class org.sonar.api.config.PropertyDefinition
Category where the property appears in settings pages.
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
Deprecated.
since 4.0. See http://jira.codehaus.org/browse/SONAR-4660. Do not forget to remove the properties from core bundles
CATEGORY_DUPLICATIONS - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
since 4.0. See http://jira.codehaus.org/browse/SONAR-4660. Do not forget to remove the properties from core bundles
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
Deprecated.
since 4.0. See http://jira.codehaus.org/browse/SONAR-4660. Do not forget to remove the properties from core bundles
CATEGORY_LICENSES - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_PROFILE - Static variable in class org.sonar.api.batch.Event
 
CATEGORY_SCM - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_SECURITY - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_TECHNICAL_DEBT - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_VERSION - Static variable in class org.sonar.api.batch.Event
 
CHANGEABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic CHANGEABILITY
changes() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
changes(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
changes(String) - Method in interface org.sonar.wsclient.issue.IssueClient
 
characteristic - Variable in class org.sonar.api.measures.Measure
 
characteristic(Metric, Characteristic) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Characteristic - Interface in org.sonar.api.technicaldebt.batch
Deprecated.
since 4.3
characteristic() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
characteristic() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
Characteristic - Interface in org.sonar.api.technicaldebt.server
Deprecated.
since 4.3.
characteristicById(int) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
characteristicById(Integer) - Method in interface org.sonar.api.technicaldebt.batch.TechnicalDebtModel
Deprecated.
 
characteristicByKey(String) - Method in interface org.sonar.api.batch.debt.DebtModel
Deprecated.
Return a characteristic or a sub-characteristic by a key
characteristicByKey(String) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
characteristicByKey(String) - Method in interface org.sonar.api.server.debt.DebtModel
Return a characteristic or a sub-characteristic by its key
characteristicByKey(String) - Method in interface org.sonar.api.technicaldebt.batch.TechnicalDebtModel
Deprecated.
 
characteristics() - Method in interface org.sonar.api.batch.debt.DebtModel
Deprecated.
Return only characteristics
characteristics() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
characteristics() - Method in interface org.sonar.api.server.debt.DebtModel
 
characteristics() - Method in interface org.sonar.api.technicaldebt.batch.TechnicalDebtModel
Deprecated.
 
charset() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
Chart - Interface in org.sonar.api.charts
Deprecated.
in 4.5.1, replaced by Javascript charts
ChartParameters - Class in org.sonar.api.charts
Deprecated.
in 4.5.1, replaced by Javascript charts
ChartParameters(Map<String, String>) - Constructor for class org.sonar.api.charts.ChartParameters
Deprecated.
Creates a ChartParameter based on a list of parameters
ChartParameters(String) - Constructor for class org.sonar.api.charts.ChartParameters
Deprecated.
Creates a Chartparameter based on a query string with a format key1=value1&key2=value2...
check() - Method in class org.sonar.process.MinimumViableSystem
Entry point for all checks
Check - Interface in org.sonar.xoo.checks
 
CheckFactory - Class in org.sonar.api.batch.rule
Creates Checks.
CheckFactory(ActiveRules) - Constructor for class org.sonar.api.batch.rule.CheckFactory
 
CheckFactory<C> - Class in org.sonar.api.checks
Deprecated.
since 4.2 use CheckFactory
CheckFactory(RulesProfile, String) - Constructor for class org.sonar.api.checks.CheckFactory
Deprecated.
 
CheckProject - Interface in org.sonar.api.batch
 
Checks<C> - Class in org.sonar.api.batch.rule
Instantiates checks (objects that provide implementation of coding rules) that use sonar-check-api annotations.
ChecksSensor - Class in org.sonar.xoo.rule
 
ChecksSensor(CheckFactory) - Constructor for class org.sonar.xoo.rule.ChecksSensor
 
checksum() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
children() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
children() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
CLASS - Static variable in class org.sonar.api.resources.Qualifiers
Deprecated.
since 4.2 now java files are considered as regular files. Use Qualifiers.FILE instead.
CLASS_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
Information about the cyclomatic complexity per class, calculated by divided the complexity in classes by the number of classes.
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
 
clean() - Method in class org.sonar.api.utils.internal.DefaultTempFolder
 
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
clear() - Method in class org.sonar.api.utils.log.LogTester
 
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.RulesProfile
 
clone() - Method in class org.sonar.api.rules.ActiveRule
 
clone() - Method in class org.sonar.api.rules.ActiveRuleParam
 
CLOSE - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
close(AutoCloseable) - Method in class org.sonar.api.utils.System2
Closes the object and throws an IllegalStateException on error.
close() - Method in class org.sonar.api.utils.text.CsvWriter
 
close() - Method in class org.sonar.api.utils.text.JsonWriter
 
close() - Method in class org.sonar.api.utils.text.XmlWriter
 
close() - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
close(String) - Method in interface org.sonar.wsclient.issue.ActionPlanClient
 
close(String) - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
 
closeDate() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
closeDate() - Method in interface org.sonar.api.issue.Issue
Date when status was set to Issue.STATUS_CLOSED, else null.
closeDate() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
closeDate() - Method in interface org.sonar.wsclient.issue.Issue
 
closeStreams(Process) - Static method in class org.sonar.process.ProcessUtils
 
CLUSTER_ACTIVATE - Static variable in interface org.sonar.process.ProcessConstants
 
CLUSTER_MASTER - Static variable in interface org.sonar.process.ProcessConstants
 
CLUSTER_MASTER_HOST - Static variable in interface org.sonar.process.ProcessConstants
 
CLUSTER_NAME - Static variable in interface org.sonar.process.ProcessConstants
 
CLUSTER_NODE_NAME - Static variable in interface org.sonar.process.ProcessConstants
 
CodeColorizerFormat - Class in org.sonar.api.web
Deprecated.
since 4.5.2 use Highlightable
CodeColorizerFormat(String) - Constructor for class org.sonar.api.web.CodeColorizerFormat
Deprecated.
 
CODEVIEWER - Static variable in annotation type org.sonar.api.web.UserRole
 
coefficient() - Method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
coefficient() - Method in interface org.sonar.api.server.debt.DebtRemediationFunction
coefficient() - Method in class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
COLORS - Static variable in class org.sonar.api.charts.AbstractChart
Deprecated.
 
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(String) - Method in class org.sonar.wsclient.issue.BulkChangeQuery
 
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
Deprecated.
since 4.2 - see SONAR-4990
COMMENTED_OUT_CODE_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2 - see SONAR-4990
comments() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
comments() - Method in interface org.sonar.api.issue.Issue
Non-null list of comments, ordered by chronological order.
comments() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
Non-null list of comments
comments() - Method in interface org.sonar.wsclient.issue.Issue
Non-null list of comments
commit() - Method in class org.sonar.api.database.DatabaseSession
 
commitAndClose() - Method in class org.sonar.api.database.DatabaseSession
This method should be called before a long period were database will not be accessed in order to close database connection and avoid timeout.
compareTo(OptimizedFilePredicate) - Method in class org.sonar.api.batch.fs.internal.AbstractFilePredicate
 
compareTo(TaskDefinition) - Method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
compareTo(Node) - Method in class org.sonar.api.utils.dag.Node
 
COMPILER_RELATED_PORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY_IN_CLASSES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY_IN_CLASSES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY_IN_FUNCTIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY_IN_FUNCTIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Component - Interface in org.sonar.api.component
 
component() - Method in interface org.sonar.api.component.Perspective
 
Component - Class in org.sonar.wsclient.component
 
Component(Map) - Constructor for class org.sonar.wsclient.component.Component
 
component(Issue) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
component(Issue) - Method in interface org.sonar.wsclient.issue.Issues
 
component(String) - Method in class org.sonar.wsclient.issue.NewIssue
 
component(String) - Method in class org.sonar.wsclient.permissions.PermissionParameters
 
componentById(long) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
componentById(long) - Method in interface org.sonar.wsclient.issue.Issues
 
componentByKey(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
componentByKey(String) - Method in interface org.sonar.wsclient.issue.Issues
 
ComponentContainer - Class in org.sonar.api.platform
 
ComponentContainer() - Constructor for class org.sonar.api.platform.ComponentContainer
Create root container
ComponentContainer(ComponentContainer) - Constructor for class org.sonar.api.platform.ComponentContainer
Create child container
componentId() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
componentId() - Method in interface org.sonar.wsclient.issue.Issue
Deprecated.
since 4.4. Use Issue.componentKey() instead
componentKey() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
componentKey() - Method in interface org.sonar.api.issue.Issue
Components are modules ("my_project"), directories ("my_project:my/dir") or files ("my_project:my/file.c").
componentKey() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
componentKey() - Method in interface org.sonar.wsclient.issue.Issue
 
components() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
components(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
components() - Method in interface org.sonar.wsclient.issue.Issues
 
componentUuid() - Method in class org.sonar.api.issue.internal.DefaultIssue
Can be null on Views or Devs
componentUuid() - Method in interface org.sonar.api.issue.Issue
 
compute(Measure, Measure, boolean) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
Condition - Interface in org.sonar.api.issue.condition
 
conditions() - Method in class org.sonar.api.issue.action.Action
 
conditions() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateDetails
 
conditions() - Method in interface org.sonar.wsclient.qualitygate.QualityGateDetails
 
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
 
ConfigurationUtils - Class in org.sonar.process
 
configure(Project) - Static method in class org.sonar.api.batch.maven.MavenSurefireUtils
Deprecated.
Configures the project POM with base required surefire settings
configure() - Method in class org.sonar.search.SearchLogging
 
configureColors(Values2D, CategoryPlot, String[]) - Method in class org.sonar.api.charts.AbstractChart
Deprecated.
Helper to set color of series.
configureLogger(LoggerContext, String, Level) - Method in class org.sonar.process.LogbackHelper
 
CONFIRM - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
CONFIRMED_ISSUES - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONFIRMED_ISSUES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
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
 
connectTimeoutMilliseconds(int) - Method in class org.sonar.wsclient.SonarClient.Builder
Sets a specified timeout value, in milliseconds, to be used when opening HTTP connection.
CONSTANT_ISSUE - Static variable in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
constantPerIssue(String) - Method in interface org.sonar.api.server.rule.RulesDefinition.DebtRemediationFunctions
 
consumeLine(String) - Method in interface org.sonar.api.utils.command.StreamConsumer
 
consumeLine(String) - Method in class org.sonar.api.utils.command.StringStreamConsumer
 
contains(Object) - Method in class org.sonar.api.database.DatabaseSession
 
contains(String) - Method in class org.sonar.process.Props
 
context - Variable in class org.sonar.process.LogbackHelper.RollingPolicy
 
controller(String) - Method in class org.sonar.api.server.ws.WebService.Context
 
controllers() - Method in class org.sonar.api.server.ws.WebService.Context
 
convertJavaFileKeyFromSquidFormat(String) - Static method in class org.sonar.api.batch.SquidUtils
Deprecated.
since 4.2 JavaFile is deprecated
convertJavaPackageKeyFromSquidFormat(String) - Static method in class org.sonar.api.batch.SquidUtils
Deprecated.
since 4.2 JavaPackage is deprecated
convertToSquidKeyFormat(JavaFile) - Static method in class org.sonar.api.batch.SquidUtils
Deprecated.
since 4.0
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
Deprecated.
since 2.14. See http://jira.codehaus.org/browse/SONAR-3153. Replaced by CoreProperties.CORE_AUTHENTICATOR_REALM.
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_AUTHENTICATOR_LOCAL_USERS - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_REALM - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_UPDATE_USER_ATTRIBUTES - 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_INCLUDED_MODULES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
since 4.3. See http://jira.codehaus.org/browse/SONAR-5109
CORE_PREVENT_AUTOMATIC_PROJECT_CREATION - Static variable in interface org.sonar.api.CoreProperties
 
CORE_SKIPPED_MODULES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
since 4.3. See http://jira.codehaus.org/browse/SONAR-5109
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
Deprecated.
since 4.1. See http://jira.codehaus.org/browse/SONAR-4875
CoreMetrics - Class in org.sonar.api.measures
 
CoreProperties - Interface in org.sonar.api
Non-exhaustive list of constants of core properties.
countCoveredLines() - Method in interface org.sonar.api.test.TestCase
 
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
countTestCasesOfLine(Integer) - Method in interface org.sonar.api.test.Testable
 
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
 
CoverageAlreadyExistsException - Exception in org.sonar.api.test.exception
 
CoverageAlreadyExistsException(String) - Constructor for exception org.sonar.api.test.exception.CoverageAlreadyExistsException
 
CoverageBlock - Interface in org.sonar.api.test
 
coverageBlock(TestCase) - Method in interface org.sonar.api.test.Testable
 
coverageBlock(Testable) - Method in interface org.sonar.api.test.TestCase
 
coverageBlocks() - Method in interface org.sonar.api.test.Testable
 
coverageBlocks() - Method in interface org.sonar.api.test.TestCase
 
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_PROJECT - Static variable in interface org.sonar.api.CoreProperties
 
CPD_CROSS_RPOJECT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_EXCLUSIONS - Static variable in interface org.sonar.api.CoreProperties
 
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
Deprecated.
in 5.0
CpdMapping - Interface in org.sonar.api.batch
Implement this extension to get Copy/Paste detection for your language.
CPU_EFFICIENCY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic EFFICIENCY
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(DebtRemediationFunction.Type, Duration, Duration) - Static method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
create(String) - Static method in class org.sonar.api.batch.fs.internal.PathPattern
 
create(String[]) - Static method in class org.sonar.api.batch.fs.internal.PathPattern
 
create(String) - Method in class org.sonar.api.batch.rule.CheckFactory
 
create(RuleKey) - Method in class org.sonar.api.batch.rule.internal.ActiveRulesBuilder
 
create(int, int, TypeOfText) - Static method in class org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
 
create(File) - Static method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
create(RulesProfile, String, Collection) - Static method in class org.sonar.api.checks.AnnotationCheckFactory
Deprecated.
 
create(String, String) - Static method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
create(String, String, String) - Static method in class org.sonar.api.issue.internal.DefaultIssueComment
 
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) - Static method in class org.sonar.api.notifications.NotificationDispatcherMetadata
Creates a new metadata instance for the given dispatcher.
create(String, String) - Static method in class org.sonar.api.profiles.RulesProfile
 
create() - Static method in class org.sonar.api.profiles.RulesProfile
 
create(String) - Static method in class org.sonar.api.resources.Directory
Deprecated.
create(String) - Static method in class org.sonar.api.resources.File
create(String, Language, boolean) - Static method in class org.sonar.api.resources.File
create(File, File) - Static method in class org.sonar.api.resources.InputFileUtils
Deprecated.
For internal and for testing purposes.
create(File, String) - Static method in class org.sonar.api.resources.InputFileUtils
Deprecated.
For internal and for testing purposes.
create(File, Collection<File>) - Static method in class org.sonar.api.resources.InputFileUtils
Deprecated.
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
Deprecated.
 
create(Rule, Resource) - Static method in class org.sonar.api.rules.Violation
Deprecated.
 
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(long) - Static method in class org.sonar.api.utils.Duration
Create a Duration from a number of minutes.
create(long) - Method in class org.sonar.api.utils.Durations
Create a Duration object from a number of minutes
create() - Static method in class org.sonar.api.utils.internal.Uuids
Create a universally unique identifier.
create(int, int, int, int) - Static method in class org.sonar.api.utils.internal.WorkDuration
 
create(Logger) - Static method in class org.sonar.api.utils.log.Profiler
 
create(int, int, int) - Static method in class org.sonar.api.utils.Paging
 
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(Double, String) - Static method in class org.sonar.api.utils.WorkUnit
Deprecated.
 
create() - Static method in class org.sonar.api.utils.WorkUnit
Deprecated.
 
create() - Static method in class org.sonar.api.violations.ViolationQuery
Deprecated.
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(File, Log) - Static method in class org.sonar.home.cache.FileCache
 
create() - Static method in class org.sonar.process.monitor.Monitor
 
create(Host) - Static method in class org.sonar.wsclient.connectors.ConnectorFactory
 
create(NewActionPlan) - Method in interface org.sonar.wsclient.issue.ActionPlanClient
 
create() - Static method in class org.sonar.wsclient.issue.ActionPlanQuery
 
create() - Static method in class org.sonar.wsclient.issue.BulkChangeQuery
 
create(NewActionPlan) - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
 
create(NewIssue) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
create(NewIssue) - Method in interface org.sonar.wsclient.issue.IssueClient
 
create() - Static method in class org.sonar.wsclient.issue.IssueQuery
 
create() - Static method in class org.sonar.wsclient.issue.NewActionPlan
 
create() - Static method in class org.sonar.wsclient.issue.NewIssue
 
create() - Static method in class org.sonar.wsclient.issue.UpdateActionPlan
 
create() - Static method in class org.sonar.wsclient.permissions.PermissionParameters
 
create(NewProject) - Method in class org.sonar.wsclient.project.internal.DefaultProjectClient
 
create() - Static method in class org.sonar.wsclient.project.NewProject
 
create(NewProject) - Method in interface org.sonar.wsclient.project.ProjectClient
 
create(String) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
create(long) - Static method in class org.sonar.wsclient.qualitygate.NewCondition
 
create(String) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
create(long) - Static method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
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) - Static method in class org.sonar.wsclient.services.MetricCreateQuery
 
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
 
create(String) - Static method in class org.sonar.wsclient.SonarClient
Create a client with default configuration.
create(UserParameters) - Method in class org.sonar.wsclient.user.internal.DefaultUserClient
 
create(UserParameters) - Method in interface org.sonar.wsclient.user.UserClient
 
create() - Static method in class org.sonar.wsclient.user.UserParameters
 
create() - Static method in class org.sonar.wsclient.user.UserQuery
 
createAction(String) - Method in class org.sonar.api.server.ws.WebService.NewController
 
createAppender(String) - Method in class org.sonar.process.LogbackHelper.RollingPolicy
 
createCheck(ActiveRule) - Method in class org.sonar.api.checks.AnnotationCheckFactory
Deprecated.
 
createChild() - Method in class org.sonar.api.platform.ComponentContainer
 
createClassLoader() - Method in class org.sonar.api.batch.ProjectClasspath
Deprecated.
 
createCondition(NewCondition) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
createCondition(NewCondition) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
createConstantPerIssue(Duration) - Static method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
createController(String) - Method in class org.sonar.api.server.ws.WebService.Context
Create a new controller.
createdAfter(Date) - Method in class org.sonar.wsclient.issue.IssueQuery
 
createDashboard() - Method in class org.sonar.api.web.DashboardTemplate
Returns the Dashboard object that represents the dashboard to use.
createdAt() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
createdAt() - Method in interface org.sonar.api.issue.ActionPlan
 
createdAt() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
createdAt() - Method in interface org.sonar.api.issue.IssueComment
 
createdAt() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
createdAt() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
createdAt() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
createdAt() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
createdAt() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
createdAt() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
createdAt() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
createdAt() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueComment
 
createdAt() - Method in interface org.sonar.wsclient.issue.IssueComment
 
createdAt(Date) - Method in class org.sonar.wsclient.issue.IssueQuery
Require second precision.
createdBefore(Date) - Method in class org.sonar.wsclient.issue.IssueQuery
 
createElements() - Method in class org.sonar.api.batch.ProjectClasspath
Deprecated.
 
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
createFor(InputFile) - Method in interface org.sonar.api.measures.FileLinesContextFactory
 
createForAll() - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForArguments(String[]) - Static method in class org.sonar.process.ProcessEntryPoint
 
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
 
createForRule(Metric, Rule, Double) - Static method in class org.sonar.api.measures.RuleMeasure
createForRule(Metric, RuleKey, Double) - Static method in class org.sonar.api.measures.RuleMeasure
 
createForSubDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createFromMavenIds(String, String, String) - Static method in class org.sonar.api.resources.Library
 
createFromMavenIds(String, String) - Static method in class org.sonar.api.resources.Project
 
createFromMavenIds(String, String, String) - Static method in class org.sonar.api.resources.Project
 
createFromValueAndUnit(int, WorkDuration.UNIT, int) - Static method in class org.sonar.api.utils.internal.WorkDuration
 
createIfDebug(Logger) - Static method in class org.sonar.api.utils.log.Profiler
 
createIfTrace(Logger) - Static method in class org.sonar.api.utils.log.Profiler
 
CreateIssueByInternalKeySensor - Class in org.sonar.xoo.rule
 
CreateIssueByInternalKeySensor() - Constructor for class org.sonar.xoo.rule.CreateIssueByInternalKeySensor
 
createIssuesForRuleRepositories(String...) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
createIssuesForRuleRepositories(String...) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
List rule repositories this Sensor create issues for.
createIssuesForRuleRepository(String...) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
createIssuesForRuleRepository(String...) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
Rule repository this Sensor create issues for.
createLinear(Duration) - Static method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
createLinearWithOffset(Duration, Duration) - Static method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
createMain(String) - Static method in class org.sonar.api.component.mock.MockSourceFile
 
createMeasures() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
createMethod(String, Language) - Static method in class org.sonar.api.resources.Method
Deprecated.
 
createNativeQuery(String) - Method in class org.sonar.api.database.DatabaseSession
 
createParam(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
createParam(String) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
createParam(String, String) - Method in class org.sonar.api.server.ws.WebService.NewAction
Deprecated.
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
 
createProfile(ValidationMessages) - Method in class org.sonar.xoo.rule.XooQualityProfile
 
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
 
createRepository(String, String) - Method in class org.sonar.api.server.rule.RulesDefinition.Context
 
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
Deprecated.
 
createResource(File, List<File>) - Method in interface org.sonar.api.batch.CpdMapping
Deprecated.
since 4.2 not used anymore
createRollingPolicy(Context, Props, String) - Method in class org.sonar.process.LogbackHelper
 
createRule(String) - Method in interface org.sonar.api.server.rule.RulesDefinition.NewExtendedRepository
 
createRule(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRepositoryImpl
 
createRules() - Method in class org.sonar.api.rules.RuleRepository
Deprecated.
 
createScan(Date) - Static method in class org.sonar.api.issue.internal.IssueChangeContext
 
createTempDirectory() - Static method in class org.sonar.api.utils.TempFileUtils
Deprecated.
Create a temporary directory.
createTempDirectory(String) - Static method in class org.sonar.api.utils.TempFileUtils
Deprecated.
 
createUser(Date, String) - Static method in class org.sonar.api.issue.internal.IssueChangeContext
 
createWithLanguage(String) - Static method in class org.sonar.wsclient.services.ProfileQuery
 
creationDate() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
creationDate() - Method in class org.sonar.api.issue.internal.FieldDiffs
 
creationDate() - Method in interface org.sonar.api.issue.Issue
 
creationDate() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
creationDate() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueChange
 
creationDate() - Method in interface org.sonar.wsclient.issue.Issue
 
creationDate() - Method in interface org.sonar.wsclient.issue.IssueChange
 
Criterion - Class in org.sonar.api.web
Definition of a criterion to be used to narrow down a Filter.
CRITICAL - Static variable in class org.sonar.api.rule.Severity
 
CRITICAL_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
CRITICAL_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
cssClass() - Method in enum org.sonar.api.batch.sensor.highlighting.TypeOfText
For internal use
CsvWriter - Class in org.sonar.api.utils.text
 
currentChange() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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
 
DATA_CHANGEABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic CHANGEABILITY
DATA_RELIABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
DatabaseProperties - Interface in org.sonar.api.database
 
DatabaseSession - Class in org.sonar.api.database
This component should not be accessed by plugins.
DatabaseSession() - Constructor for class org.sonar.api.database.DatabaseSession
 
date() - Method in class org.sonar.api.batch.scm.BlameLine
 
date(Date) - Method in class org.sonar.api.batch.scm.BlameLine
 
date() - Method in class org.sonar.api.issue.internal.IssueChangeContext
 
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
 
dateToLong(Date) - Static method in class org.sonar.api.utils.DateUtils
 
DateUtils - Class in org.sonar.api.utils
Parses and formats ISO 8601 dates.
DAY - Static variable in class org.sonar.api.utils.Duration
 
days() - Method in class org.sonar.api.utils.internal.WorkDuration
 
DAYS - Static variable in class org.sonar.api.utils.WorkUnit
Deprecated.
 
DbTests - Interface in org.sonar.test
JUnit category declared on all the tests that interact with database.
deactivate(String) - Method in class org.sonar.wsclient.user.internal.DefaultUserClient
 
deactivate(String) - Method in interface org.sonar.wsclient.user.UserClient
 
deadLine() - Method in interface org.sonar.api.issue.ActionPlan
 
deadLine() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
deadLine() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
deadLine(Date) - Method in class org.sonar.wsclient.issue.NewActionPlan
 
deadLine(Date) - Method in class org.sonar.wsclient.issue.UpdateActionPlan
 
debt() - Method in class org.sonar.api.issue.internal.DefaultIssue
Elapsed time to fix the issue
debt() - Method in interface org.sonar.api.issue.Issue
 
debt() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
debt() - Method in interface org.sonar.wsclient.issue.Issue
 
DebtCharacteristic - Interface in org.sonar.api.batch.debt
 
DebtCharacteristic - Interface in org.sonar.api.server.debt
 
debtInMinutes() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
DebtModel - Interface in org.sonar.api.batch.debt
Deprecated.
since 5.1 debt model will soon be unavailable on batch side
DebtModel - Interface in org.sonar.api.server.debt
 
DebtRemediationFunction - Class in org.sonar.api.batch.debt
 
debtRemediationFunction() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
debtRemediationFunction() - Method in interface org.sonar.api.batch.rule.Rule
Remediation function : can by Linear (with a coefficient), Linear with offset (with a coefficient and an offset) or Constant per issue (with an offset)
DebtRemediationFunction - Interface in org.sonar.api.server.debt
Function used to calculate the remediation cost of an issue.
debtRemediationFunction() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
DebtRemediationFunction.Type - Enum in org.sonar.api.batch.debt
 
DebtRemediationFunction.Type - Enum in org.sonar.api.server.debt
 
debtRemediationFunctions() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
debtSubCharacteristic() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
debtSubCharacteristic() - Method in interface org.sonar.api.batch.rule.Rule
Sub characteristic key.
debtSubCharacteristic() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
debug(String) - Method in interface org.sonar.api.utils.log.Logger
Logs a DEBUG message.
debug(String, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an DEBUG parameterized message according to the specified format and argument.
debug(String, Object, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an DEBUG parameterized message according to the specified format and arguments.
debug(String, Object...) - Method in interface org.sonar.api.utils.log.Logger
Logs an DEBUG parameterized message according to the specified format and arguments.
debug(String) - Method in interface org.sonar.home.log.Log
 
debug(String) - Method in class org.sonar.home.log.Slf4jLog
 
debug(String) - Method in class org.sonar.home.log.StandardLog
 
declaration() - Method in class org.sonar.api.utils.text.XmlWriter
 
declareExtension(PluginMetadata, Object) - Method in class org.sonar.api.platform.ComponentContainer
 
decode(String, int) - Static method in class org.sonar.api.utils.Duration
Create a Duration from a text duration and the number of hours in a day.
decode(String) - Method in class org.sonar.api.utils.Durations
Convert the text to a Duration
Example : decode("9d 10 h") -> Duration.encode("10d2h") (if sonar.technicalDebt.hoursInDay property is set to 8)
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
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
 
decrypt(String) - Method in class org.sonar.process.Encryption
 
DEFAULT_CONNECT_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.wsclient.SonarClient
 
DEFAULT_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.api.resources.Java
Deprecated.
Default package name for classes without package def
DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.api.resources.JavaPackage
Deprecated.
 
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.batch.fs.internal.AbstractFilePredicate
 
DEFAULT_PRIORITY - Static variable in class org.sonar.api.rules.Rule
The default priority given to a rule if not explicitly set
DEFAULT_READ_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.wsclient.SonarClient
 
DEFAULT_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.wsclient.services.AbstractQuery
Default timeout for waiting data, in milliseconds.
DEFAULT_UNIT - Static variable in class org.sonar.api.utils.WorkUnit
Deprecated.
 
DEFAULT_VALUE - Static variable in class org.sonar.api.utils.WorkUnit
Deprecated.
 
DEFAULT_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
DefaultActionPlan - Class in org.sonar.wsclient.issue.internal
 
DefaultActionPlanClient - Class in org.sonar.wsclient.issue.internal
Do not instantiate this class, but use SonarClient.actionPlanClient().
DefaultActionPlanClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
For internal use.
DefaultActiveRule - Class in org.sonar.api.batch.rule.internal
 
DefaultActiveRules - Class in org.sonar.api.batch.rule.internal
 
DefaultActiveRules(Collection<NewActiveRule>) - Constructor for class org.sonar.api.batch.rule.internal.DefaultActiveRules
 
DefaultBulkChange - Class in org.sonar.wsclient.issue.internal
 
DefaultBulkChange() - Constructor for class org.sonar.wsclient.issue.internal.DefaultBulkChange
 
DefaultCharacteristic - Class in org.sonar.api.technicaldebt.batch.internal
Deprecated.
since 4.3
DefaultCharacteristic() - Constructor for class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
DefaultCharacteristic - Class in org.sonar.api.technicaldebt.server.internal
Deprecated.
since 4.3.
DefaultCharacteristic() - Constructor for class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
DefaultDebtCharacteristic - Class in org.sonar.api.batch.debt.internal
 
DefaultDebtCharacteristic() - Constructor for class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
DefaultDebtCharacteristic - Class in org.sonar.api.server.debt.internal
 
DefaultDebtCharacteristic() - Constructor for class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
DefaultDebtModel - Class in org.sonar.api.batch.debt.internal
 
DefaultDebtModel() - Constructor for class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
DefaultDebtRemediationFunction - Class in org.sonar.api.server.debt.internal
 
DefaultDebtRemediationFunction(DebtRemediationFunction.Type, String, String) - Constructor for class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
DefaultDependency - Class in org.sonar.api.batch.sensor.dependency.internal
 
DefaultDependency() - Constructor for class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
DefaultDependency(SensorStorage) - Constructor for class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
DefaultDuplication - Class in org.sonar.api.batch.sensor.duplication.internal
 
DefaultDuplication() - Constructor for class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
DefaultDuplication(SensorStorage) - Constructor for class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
DefaultFilePredicates - Class in org.sonar.api.batch.fs.internal
Factory of FilePredicate
DefaultFileSystem - Class in org.sonar.api.batch.fs.internal
 
DefaultFileSystem(Path) - Constructor for class org.sonar.api.batch.fs.internal.DefaultFileSystem
Only for testing
DefaultFileSystem(File) - Constructor for class org.sonar.api.batch.fs.internal.DefaultFileSystem
Only for testing
DefaultFileSystem(File, DefaultFileSystem.Cache) - Constructor for class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
DefaultFileSystem.Cache - Class in org.sonar.api.batch.fs.internal
 
DefaultFileSystem.Cache() - Constructor for class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
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
 
defaultGate() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGates
 
defaultGate() - Method in interface org.sonar.wsclient.qualitygate.QualityGates
 
DefaultGroups - Class in org.sonar.api.security
Name of the default user groups
DefaultHighlighting - Class in org.sonar.api.batch.sensor.highlighting.internal
 
DefaultHighlighting() - Constructor for class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
DefaultHighlighting(SensorStorage) - Constructor for class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
DefaultInputDir - Class in org.sonar.api.batch.fs.internal
 
DefaultInputDir(String, String) - Constructor for class org.sonar.api.batch.fs.internal.DefaultInputDir
 
DefaultInputFile - Class in org.sonar.api.batch.fs.internal
 
DefaultInputFile(String, String) - Constructor for class org.sonar.api.batch.fs.internal.DefaultInputFile
 
DefaultIssue - Class in org.sonar.api.batch.sensor.issue.internal
 
DefaultIssue() - Constructor for class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
DefaultIssue(SensorStorage) - Constructor for class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
DefaultIssue - Class in org.sonar.api.issue.internal
PLUGINS MUST NOT BE USED THIS CLASS, EXCEPT FOR UNIT TESTING.
DefaultIssue() - Constructor for class org.sonar.api.issue.internal.DefaultIssue
 
DefaultIssue - Class in org.sonar.wsclient.issue.internal
 
DefaultIssueChange - Class in org.sonar.wsclient.issue.internal
 
DefaultIssueChangeDiff - Class in org.sonar.wsclient.issue.internal
 
DefaultIssueClient - Class in org.sonar.wsclient.issue.internal
Do not instantiate this class, but use SonarClient.issueClient().
DefaultIssueClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
DefaultIssueComment - Class in org.sonar.api.issue.internal
PLUGINS MUST NOT BE USED THIS CLASS, EXCEPT FOR UNIT TESTING.
DefaultIssueComment() - Constructor for class org.sonar.api.issue.internal.DefaultIssueComment
 
DefaultIssueComment - Class in org.sonar.wsclient.issue.internal
 
DefaultIssues - Class in org.sonar.wsclient.issue.internal
 
DefaultIssues() - Constructor for class org.sonar.wsclient.issue.internal.DefaultIssues
 
DefaultMeasure<G extends Serializable> - Class in org.sonar.api.batch.sensor.measure.internal
 
DefaultMeasure() - Constructor for class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
DefaultMeasure(SensorStorage) - Constructor for class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
DefaultMigration - Class in org.sonar.wsclient.system.internal
 
DefaultMigration(Map) - Constructor for class org.sonar.wsclient.system.internal.DefaultMigration
 
DefaultPermissionClient - Class in org.sonar.wsclient.permissions.internal
 
DefaultPermissionClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.permissions.internal.DefaultPermissionClient
For internal use.
DefaultProject - Class in org.sonar.wsclient.project.internal
 
DefaultProject(Map<String, String>) - Constructor for class org.sonar.wsclient.project.internal.DefaultProject
 
DefaultProjectClient - Class in org.sonar.wsclient.project.internal
Do not instantiate this class, but use SonarClient.projectClient().
DefaultProjectClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.project.internal.DefaultProjectClient
 
DefaultQProfileClient - Class in org.sonar.wsclient.qprofile.internal
 
DefaultQProfileClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.qprofile.internal.DefaultQProfileClient
 
DefaultQProfileResult - Class in org.sonar.wsclient.qprofile.internal
 
DefaultQualityGate - Class in org.sonar.wsclient.qualitygate.internal
 
DefaultQualityGateClient - Class in org.sonar.wsclient.qualitygate.internal
 
DefaultQualityGateClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
DefaultQualityGateCondition - Class in org.sonar.wsclient.qualitygate.internal
 
DefaultQualityGateCondition(Map<String, String>) - Constructor for class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
DefaultQualityGateDetails - Class in org.sonar.wsclient.qualitygate.internal
 
DefaultQualityGates - Class in org.sonar.wsclient.qualitygate.internal
 
DefaultQualityGates(Map<String, Object>) - Constructor for class org.sonar.wsclient.qualitygate.internal.DefaultQualityGates
 
DefaultRequirement - Class in org.sonar.api.technicaldebt.batch.internal
Deprecated.
since 4.3
DefaultRequirement() - Constructor for class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
DefaultRule - Class in org.sonar.api.batch.rule.internal
 
DefaultSensorDescriptor - Class in org.sonar.api.batch.sensor.internal
 
DefaultSensorDescriptor() - Constructor for class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
defaultSeverity() - Static method in class org.sonar.api.rule.Severity
 
defaultStatus() - Static method in enum org.sonar.api.rule.RuleStatus
 
DefaultStorable - Class in org.sonar.api.batch.sensor.internal
 
DefaultStorable() - Constructor for class org.sonar.api.batch.sensor.internal.DefaultStorable
 
DefaultStorable(SensorStorage) - Constructor for class org.sonar.api.batch.sensor.internal.DefaultStorable
 
DefaultSystemClient - Class in org.sonar.wsclient.system.internal
 
DefaultSystemClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.system.internal.DefaultSystemClient
 
DefaultTab - Annotation Type in org.sonar.api.web
 
DefaultTempFolder - Class in org.sonar.api.utils.internal
 
DefaultTempFolder(File) - Constructor for class org.sonar.api.utils.internal.DefaultTempFolder
 
DefaultTransitions - Interface in org.sonar.api.issue
 
DefaultUserClient - Class in org.sonar.wsclient.user.internal
Do not instantiate this class, but use SonarClient.userClient().
DefaultUserClient(HttpRequestFactory) - Constructor for class org.sonar.wsclient.user.internal.DefaultUserClient
For internal use.
defaultValue(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
defaultValue() - Method in class org.sonar.api.config.PropertyDefinition
 
defaultValue() - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
defaultValue() - Method in class org.sonar.api.server.ws.WebService.Param
 
define(RulesDefinition.Context) - Method in interface org.sonar.api.server.rule.RulesDefinition
This method is executed when server is started.
define(WebService.Context) - Method in interface org.sonar.api.server.ws.WebService
Executed once at server startup.
define(RulesDefinition.Context) - Method in class org.sonar.xoo.rule.XooRulesDefinition
 
definitions - Variable in class org.sonar.api.config.Settings
 
delete(String) - Method in interface org.sonar.wsclient.issue.ActionPlanClient
 
delete(String) - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
 
delete(String) - Static method in class org.sonar.wsclient.services.MetricDeleteQuery
 
delete(DeleteQuery) - Method in class org.sonar.wsclient.Sonar
 
deleteCondition(long) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
deleteCondition(long) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
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
Deprecated.
 
deleteLink(String) - Method in interface org.sonar.api.batch.SensorContext
remove a link.
deleteLink(String) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
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
 
dependencies() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
Dependency - Interface in org.sonar.api.batch.sensor.dependency
 
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
Deprecated.
since 5.0 this is an internal metric that should not be accessed by plugins
DEPENDENCY_MATRIX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 this is an internal metric that should not be accessed by plugins
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
 
DependencySensor - Class in org.sonar.xoo.lang
Parse files *.xoo.deps
DependencySensor() - Constructor for class org.sonar.xoo.lang.DependencySensor
 
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
 
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
 
DeprecatedDefaultInputFile - Class in org.sonar.api.batch.fs.internal
 
DeprecatedDefaultInputFile(String, String) - Constructor for class org.sonar.api.batch.fs.internal.DeprecatedDefaultInputFile
 
deprecatedKey(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
deprecatedKey() - Method in class org.sonar.api.config.PropertyDefinition
 
deprecatedKey() - Method in class org.sonar.api.server.ws.WebService.Action
 
deprecatedKey() - Method in class org.sonar.api.server.ws.WebService.Param
 
DeprecatedResourceApiSensor - Class in org.sonar.xoo.rule
 
DeprecatedResourceApiSensor(ModuleFileSystem, ResourcePerspectives, ActiveRules) - Constructor for class org.sonar.xoo.rule.DeprecatedResourceApiSensor
 
DEPTH_IN_TREE - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.0. See SONAR-4643
DEPTH_IN_TREE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.0. See SONAR-4643
DEPTH_UNLIMITED - Static variable in class org.sonar.wsclient.services.ResourceQuery
 
DESC - Static variable in class org.sonar.api.web.FilterColumn
 
describe(SensorDescriptor) - Method in interface org.sonar.api.batch.sensor.Sensor
Populate SensorDescriptor of this sensor.
describe(SensorDescriptor) - Method in class org.sonar.xoo.lang.DependencySensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.lang.MeasureSensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.lang.SymbolReferencesSensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.lang.SyntaxHighlightingSensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.rule.ChecksSensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.rule.CreateIssueByInternalKeySensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.rule.OneIssueOnDirPerFileSensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.rule.OneIssuePerLineSensor
 
describe(SensorDescriptor) - Method in class org.sonar.xoo.rule.RandomAccessSensor
 
describeTo(Description) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
description() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
description() - Method in interface org.sonar.api.batch.rule.Rule
 
description() - Method in interface org.sonar.api.batch.rule.RuleParam
 
description(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
description() - Method in class org.sonar.api.config.PropertyDefinition
 
description(String) - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
description() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
description() - Method in interface org.sonar.api.issue.ActionPlan
 
description - Variable in class org.sonar.api.measures.Measure
 
description() - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
description() - Method in class org.sonar.api.server.ws.WebService.Action
 
description() - Method in class org.sonar.api.server.ws.WebService.Controller
 
description() - Method in class org.sonar.api.server.ws.WebService.Param
 
description(String) - Method in class org.sonar.api.task.TaskDefinition.Builder
Deprecated.
 
description() - Method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
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() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
description() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
description(String) - Method in class org.sonar.wsclient.issue.NewActionPlan
 
description(String) - Method in class org.sonar.wsclient.issue.UpdateActionPlan
 
description() - Method in class org.sonar.wsclient.rule.Rule
 
DESCRIPTION_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
deselectProject(long, long) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
deselectProject(long, long) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
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.
destroy(long) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
destroy(long) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
DEVELOPMENT_COST - Static variable in interface org.sonar.api.CoreProperties
 
DEVELOPMENT_COST - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEVELOPMENT_COST_DEF_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DEVELOPMENT_COST_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
diffs() - Method in class org.sonar.api.issue.internal.FieldDiffs
 
diffs() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueChange
 
diffs() - Method in interface org.sonar.wsclient.issue.IssueChange
 
dir() - Method in class org.sonar.api.scan.filesystem.PathResolver.RelativePath
 
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_CYCLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_CYCLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_EDGES_WEIGHT - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_EDGES_WEIGHT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_FEEDBACK_EDGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_FEEDBACK_EDGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_TANGLE_INDEX - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_TANGLE_INDEX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORY_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
disabledInPreview() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
disabledInPreview() - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
Should this sensor be disabled in preview mode.
dispatch(Notification, NotificationDispatcher.Context) - Method in class org.sonar.api.notifications.NotificationDispatcher
Implements the logic that defines which users will receive the notification.
doAction(String, String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
doAction(String, String) - Method in interface org.sonar.wsclient.issue.IssueClient
 
doAdd(InputFile) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
doAdd(InputDir) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
doAfterStart() - Method in class org.sonar.api.platform.ComponentContainer
This method aims to be overridden
doAuthenticate(Authenticator.Context) - Method in class org.sonar.api.security.Authenticator
 
doBeforeStart() - Method in class org.sonar.api.platform.ComponentContainer
This method aims to be overridden
doesCover() - Method in interface org.sonar.api.test.TestCase
 
doesNotMatchPathPattern(String) - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that gets the files that do not match the given wildcard pattern.
doesNotMatchPathPattern(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
doesNotMatchPathPatterns(String[]) - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that gets the files that do not match any of the given wildcard patterns.
doesNotMatchPathPatterns(String[]) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
doesOverride() - Method in class org.sonar.api.rules.ActiveRule
 
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_ISSUES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_OVERALL_TESTS - 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_TECHNICAL_DEBT - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
done() - Method in interface org.sonar.api.server.rule.RulesDefinition.NewExtendedRepository
 
done() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRepositoryImpl
 
done() - Method in class org.sonar.api.server.ws.WebService.NewController
Important - this method must be called in order to apply changes and make the controller available in WebService.Context.controllers()
done() - Method in interface org.sonar.api.source.Highlightable.HighlightingBuilder
 
doOnClearProperties() - Method in class org.sonar.api.config.Settings
 
doOnGetProperties(String) - 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
 
doPreloadFiles() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
This method is called before each search of files.
doSave() - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
doSave() - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
doSave() - Method in class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
doSave() - Method in class org.sonar.api.batch.sensor.internal.DefaultStorable
 
doSave() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
doSave() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
doTransition(String, String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
doTransition(String, String) - Method in interface org.sonar.wsclient.issue.IssueClient
 
download(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
download(URI, File) - Method in class org.sonar.api.utils.HttpDownloader
 
download(String, File) - Method in interface org.sonar.home.cache.FileCache.Downloader
 
downloadPlainText(URI, String) - Method in class org.sonar.api.utils.HttpDownloader
 
DRY_RUN - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
since 5.1 use AnalysisMode to check existing mode
DRY_RUN_EXCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
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
Deprecated.
DRY_RUN_INCLUDE_PLUGINS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
DRY_RUN_READ_TIMEOUT_SEC - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 4.0 no more used
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
 
duplicates() - Method in interface org.sonar.api.batch.sensor.duplication.Duplication
 
duplicates() - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
Duplication - Interface in org.sonar.api.batch.sensor.duplication

A Duplication is a list of duplicated Duplication.Blocks.

Duplication.Block - Class in org.sonar.api.batch.sensor.duplication
 
Duplication.Block(String, int, int) - Constructor for class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
DUPLICATION_LINES_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Information about duplication in file.
DUPLICATION_LINES_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
duplications() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
DUPLICATIONS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.5. Internal storage of duplication is not an API.
DUPLICATIONS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.5. Internal storage of duplication is not an API.
Duration - Class in org.sonar.api.utils
 
durationInMs() - Method in interface org.sonar.api.test.TestCase
Duration in milliseconds
Durations - Class in org.sonar.api.utils
Used through ruby code
Durations(Settings, I18n) - Constructor for class org.sonar.api.utils.Durations
 
Durations.DurationFormat - Enum in org.sonar.api.utils
 
DYNAMIC_ANALYSIS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
since 4.3. See http://jira.codehaus.org/browse/SONAR-5185

E

EFFICIENCY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic EFFICIENCY
effortToFix(Double) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
effortToFix() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
effortToFix() - Method in interface org.sonar.api.batch.sensor.issue.Issue
Effort to fix the issue.
effortToFix(Double) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
Effort to fix the issue.
effortToFix() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
effortToFix(Double) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
 
effortToFix() - Method in interface org.sonar.api.issue.Issue
Arbitrary distance to threshold for resolving the issue.
effortToFix(Double) - Method in class org.sonar.wsclient.issue.NewIssue
 
effortToFixDescription() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
email() - Method in interface org.sonar.api.user.User
 
email() - Method in class org.sonar.wsclient.user.User
 
email(String) - Method in class org.sonar.wsclient.user.UserParameters
 
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
 
EMPTY - Static variable in class org.sonar.process.ProcessCommands
 
ENABLE_STOP_COMMAND - Static variable in interface org.sonar.process.ProcessConstants
Used by Orchestrator to ask for shutdown of monitor process
enableJulChangePropagation(LoggerContext) - Method in class org.sonar.process.LogbackHelper
 
encode(int) - Method in class org.sonar.api.utils.Duration
Return the duration in text, by using the given hours in day parameter to process hours.
encode(Duration) - Method in class org.sonar.api.utils.Durations
Return the string value of the Duration.
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() - Method in interface org.sonar.api.batch.fs.FileSystem
Default encoding of input files.
encoding() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
ENCODING_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
To determine value of this property use FileSystem.encoding().
EncodingUtils - Class in org.sonar.wsclient.internal
Not an API.
encrypt(String) - Method in class org.sonar.api.config.Encryption
 
Encryption - Class in org.sonar.api.config
 
Encryption(String) - Constructor for class org.sonar.api.config.Encryption
 
Encryption - Class in org.sonar.process
 
Encryption(String) - Constructor for class org.sonar.process.Encryption
 
ENCRYPTION_SECRET_KEY_PATH - Static variable in interface org.sonar.api.CoreProperties
 
end() - Method in class org.sonar.api.utils.text.XmlWriter
 
end(String) - Method in class org.sonar.api.utils.text.XmlWriter
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
Deprecated.
in 3.6. Issues are persisted at the end of analysis
END_OF_VIOLATION_TRACKING - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Deprecated.
END_OF_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Deprecated.
in 3.6. Replaced by DecoratorBarriers.ISSUES_ADDED
endArray() - Method in class org.sonar.api.utils.text.JsonWriter
Ends encoding the current array.
endObject() - Method in class org.sonar.api.utils.text.JsonWriter
Ends encoding the current object.
endWatch() - Method in class org.sonar.process.ProcessCommands
 
envVariable(String) - Method in class org.sonar.api.utils.System2
envVariables() - Method in class org.sonar.api.utils.System2
Shortcut for System.getenv()
EQ - Static variable in class org.sonar.api.web.Criterion
 
equals(Object) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
equals(Object) - Method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
equals(Object) - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
equals(Object) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
equals(Plugin, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Deprecated.
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
Deprecated.
Tests whether a ReportPlugin has got a given artifact id and group id
equals(Object) - Method in class org.sonar.api.batch.scm.BlameLine
 
equals(Object) - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
equals(Object) - Method in class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
equals(Object) - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
equals(Object) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
equals(Object) - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
equals(Object) - Method in class org.sonar.api.component.mock.MockSourceFile
 
equals(Object) - Method in class org.sonar.api.config.Category
 
equals(Object) - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
equals(Object) - Method in class org.sonar.api.database.model.ResourceModel
 
equals(Object) - Method in class org.sonar.api.database.model.Snapshot
 
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.issue.action.Action
 
equals(Object) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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.notifications.NotificationDispatcherMetadata
 
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.resources.AbstractLanguage
 
equals(Object) - Method in class org.sonar.api.resources.Library
 
equals(Object) - Method in class org.sonar.api.resources.Method
Deprecated.
 
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.rule.RuleKey
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRule
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleParam
 
equals(Object) - Method in class org.sonar.api.rules.Rule
 
equals(Object) - Method in class org.sonar.api.rules.RuleParam
 
equals(Object) - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
equals(Object) - Method in class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
equals(Object) - Method in class org.sonar.api.server.rule.RuleParamType
 
equals(Object) - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
equals(Object) - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
equals(Object) - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
equals(Object) - Method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
equals(Object) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
equals(Object) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
equals(Object) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
equals(Object) - Method in class org.sonar.api.utils.dag.Node
 
equals(Object) - Method in class org.sonar.api.utils.Duration
 
equals(Object) - Method in class org.sonar.api.utils.internal.WorkDuration
 
equals(Object) - Method in class org.sonar.api.utils.WorkUnit
Deprecated.
 
equals(Object) - Method in class org.sonar.api.web.CodeColorizerFormat
Deprecated.
 
equals(Object) - Method in class org.sonar.process.Lifecycle
 
equals(Object) - Method in class org.sonar.wsclient.services.Dependency
 
equals(Object) - Method in class org.sonar.wsclient.services.Event
 
error(String) - Method in interface org.sonar.api.utils.log.Logger
Logs an ERROR level message.
error(String, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an ERROR parameterized message according to the specified format and argument.
error(String, Object, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs a ERROR parameterized message according to the specified format and arguments.
error(String, Object...) - Method in interface org.sonar.api.utils.log.Logger
Logs a ERROR parameterized message according to the specified format and arguments.
error(String, Throwable) - Method in interface org.sonar.api.utils.log.Logger
Logs an exception at the ERROR level with an accompanying message.
error(String, Throwable) - Method in interface org.sonar.home.log.Log
 
error(String, Throwable) - Method in class org.sonar.home.log.Slf4jLog
 
error(String, Throwable) - Method in class org.sonar.home.log.StandardLog
 
ERRORS - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic SECURITY
errorThreshold() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
errorThreshold(String) - Method in class org.sonar.wsclient.qualitygate.NewCondition
 
errorThreshold() - Method in interface org.sonar.wsclient.qualitygate.QualityGateCondition
 
errorThreshold(String) - Method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
ES_PLUGIN_LISTUPDATE_FIELD - Static variable in interface org.sonar.process.ProcessConstants
 
ES_PLUGIN_LISTUPDATE_ID_FIELD - Static variable in interface org.sonar.process.ProcessConstants
 
ES_PLUGIN_LISTUPDATE_ID_VALUE - Static variable in interface org.sonar.process.ProcessConstants
 
ES_PLUGIN_LISTUPDATE_SCRIPT_NAME - Static variable in interface org.sonar.process.ProcessConstants
 
ES_PLUGIN_LISTUPDATE_VALUE - Static variable in interface org.sonar.process.ProcessConstants
 
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 - 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
 
exampleValue() - Method in class org.sonar.api.server.ws.WebService.Param
 
EXCEPTION_HANDLING - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
exclusions() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
execute(Project) - Method in class org.sonar.api.batch.Initializer
 
execute(SensorContext) - Method in interface org.sonar.api.batch.sensor.Sensor
The actual sensor code.
execute(Function.Context) - Method in interface org.sonar.api.issue.action.Function
 
execute() - Method in class org.sonar.api.platform.ComponentContainer
 
execute() - Method in interface org.sonar.api.task.Task
Deprecated.
 
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
 
execute(SensorContext, InputFile, RuleKey) - Method in interface org.sonar.xoo.checks.Check
 
execute(SensorContext, InputFile, RuleKey) - Method in class org.sonar.xoo.checks.TemplateRuleCheck
 
execute(SensorContext) - Method in class org.sonar.xoo.lang.DependencySensor
 
execute(SensorContext) - Method in class org.sonar.xoo.lang.MeasureSensor
 
execute(SensorContext) - Method in class org.sonar.xoo.lang.SymbolReferencesSensor
 
execute(SensorContext) - Method in class org.sonar.xoo.lang.SyntaxHighlightingSensor
 
execute(SensorContext) - Method in class org.sonar.xoo.rule.ChecksSensor
 
execute(SensorContext) - Method in class org.sonar.xoo.rule.CreateIssueByInternalKeySensor
 
execute(SensorContext) - Method in class org.sonar.xoo.rule.OneIssueOnDirPerFileSensor
 
execute(SensorContext) - Method in class org.sonar.xoo.rule.OneIssuePerLineSensor
 
execute(SensorContext) - Method in class org.sonar.xoo.rule.RandomAccessSensor
 
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
 
exit(int) - Method in class org.sonar.process.SystemExit
 
exportProfile(RulesProfile, Writer) - Method in class org.sonar.api.profiles.ProfileExporter
 
exportProfile(RulesProfile, Writer) - Method in class org.sonar.xoo.rule.XooFakeExporter
 
extendedRepositories(String) - Method in class org.sonar.api.server.rule.RulesDefinition.Context
 
extendedRepositories() - Method in class org.sonar.api.server.rule.RulesDefinition.Context
 
extendRepository(String, String) - Method in class org.sonar.api.server.rule.RulesDefinition.Context
 
Extension - Interface in org.sonar.api
Plugin 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

FACETS - Static variable in class org.sonar.api.server.ws.WebService.Param
 
factor() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
since 4.2
factor() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
since 4.2
factor() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
since 4.2
factor() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
factorUnit() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
factorUnit() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
factorUnit() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
factorUnit() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
factorValue() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
factorValue() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
factorValue() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
factorValue() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
fail(String) - Method in class org.sonar.api.batch.BuildBreaker
Execute this method to fail the build.
FALSE_POSITIVE - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
FALSE_POSITIVE_ISSUES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FALSE_POSITIVE_ISSUES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FAULT_TOLERANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
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
Deprecated.
since 4.2 resources under FILE level will no more be supported.
FIELD_SEPARATOR - Static variable in class org.sonar.api.utils.KeyValueFormat
 
FieldDiffs - Class in org.sonar.api.issue.internal
PLUGINS MUST NOT USE THIS CLASS, EXCEPT FOR UNIT TESTING.
FieldDiffs() - Constructor for class org.sonar.api.issue.internal.FieldDiffs
 
FieldDiffs.Diff<T extends Serializable> - Class in org.sonar.api.issue.internal
 
FieldDiffs.Diff(T, T) - Constructor for class org.sonar.api.issue.internal.FieldDiffs.Diff
 
fields(PropertyFieldDefinition, PropertyFieldDefinition...) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
fields(List<PropertyFieldDefinition>) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
fields() - Method in class org.sonar.api.config.PropertyDefinition
 
FIELDS - Static variable in class org.sonar.api.server.ws.WebService.Param
 
FIELDS_SPLITTER - Static variable in class org.sonar.api.issue.internal.FieldDiffs
 
FieldUtils2 - Class in org.sonar.api.utils
Add features missing in org.apache.commons.lang.reflect.FieldUtils
file() - Method in interface org.sonar.api.batch.fs.InputDir
The underlying absolute File
file() - Method in interface org.sonar.api.batch.fs.InputFile
The underlying absolute File
file() - Method in interface org.sonar.api.batch.fs.InputPath
 
file() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
file() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
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(String, String) - Constructor for class org.sonar.api.resources.File
File(Language, String) - Constructor for class org.sonar.api.resources.File
File(Language, String, String) - Constructor for class org.sonar.api.resources.File
Deprecated.
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_SUFFIX - Static variable in class org.sonar.xoo.Xoo
 
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
 
FileCache - Class in org.sonar.home.cache
This class is responsible for managing Sonar batch file cache.
FileCache.Downloader - Interface in org.sonar.home.cache
 
FileCacheBuilder - Class in org.sonar.home.cache
 
FileCacheBuilder() - Constructor for class org.sonar.home.cache.FileCacheBuilder
 
FileExclusions - Class in org.sonar.api.scan.filesystem
Configuration of file inclusions and exclusions.
FileExclusions(Settings) - Constructor for class org.sonar.api.scan.filesystem.FileExclusions
 
FileHashes - Class in org.sonar.home.cache
Hashes used to store files in the cache directory.
FileHashes() - Constructor for class org.sonar.home.cache.FileHashes
 
FileLinesContext - Interface in org.sonar.api.measures
Provides facility to store measures for the lines of file.
FileLinesContextFactory - Interface in org.sonar.api.measures
This interface is not intended to be implemented by clients.
filenamePrefix - Variable in class org.sonar.process.LogbackHelper.RollingPolicy
 
FilePredicate - Interface in org.sonar.api.batch.fs
Determines if a file must be kept in search results.
FilePredicates - Interface in org.sonar.api.batch.fs
Factory of FilePredicate
FileQuery - Class in org.sonar.api.scan.filesystem
Deprecated.
in 4.2. Replaced by FileSystem and FilePredicate
files(FilePredicate) - Method in interface org.sonar.api.batch.fs.FileSystem
Files matching the given predicate.
files(FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
FILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
files(FileQuery) - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
Search for files.
FILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
filesToBlame() - Method in interface org.sonar.api.batch.scm.BlameCommand.BlameInput
List of files that should be blamed.
FileSystem - Interface in org.sonar.api.batch.fs
The FileSystem manages all the source files to be analyzed.
fileSystem() - Method in interface org.sonar.api.batch.scm.BlameCommand.BlameInput
Filesystem of the current (sub )project.
fileSystem() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
fileSystem() - Method in interface org.sonar.api.batch.sensor.SensorContext
Get filesystem of the current project.
fileSystem() - Method in interface org.sonar.api.scan.filesystem.FileSystemFilter.Context
Deprecated.
 
FileSystem.Index - Interface in org.sonar.api.batch.fs
Interface of the underlying file index.
FileSystemFilter - Interface in org.sonar.api.scan.filesystem
Deprecated.
since 4.2 use InputFileFilter
FileSystemFilter.Context - Interface in org.sonar.api.scan.filesystem
Deprecated.
Plugins must not implement this interface.
FileType - Enum in org.sonar.api.scan.filesystem
Deprecated.
in 4.2
fillInStackTrace() - Method in exception org.sonar.api.utils.MessageException
Does not fill in the stack trace
fillInStackTrace() - Method in exception org.sonar.process.MessageException
Does not fill in the stack trace
filter(Iterable<InputFile>) - Method in class org.sonar.api.batch.fs.internal.AbstractFilePredicate
 
filter(Iterable<InputFile>) - Method in interface org.sonar.api.batch.fs.internal.OptimizedFilePredicate
Filter provided files to keep only the ones that are valid for this predicate
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
 
filters() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
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(RuleKey) - Method in interface org.sonar.api.batch.rule.ActiveRules
Find a ActiveRule by the associated rule key.
find(RuleKey) - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRules
 
find(RuleKey) - Method in interface org.sonar.api.batch.rule.Rules
Get a rule by its key.
find(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
Deprecated.
 
find(Map<String, Object>) - Method in interface org.sonar.api.user.RubyUserService
Search for users

Optional parameters are: s to match all the logins or names containing this search query logins, as an array of strings (['simon', 'julien']) or a comma-separated list of logins ('simon,julien') includeDeactivated as a boolean.

find(UserQuery) - Method in interface org.sonar.api.user.UserFinder
Deprecated.
 
find(String) - Method in interface org.sonar.wsclient.issue.ActionPlanClient
 
find(String) - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
 
find(IssueQuery) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
find(IssueQuery) - Method in interface org.sonar.wsclient.issue.IssueClient
Wrap the web service /api/issues/search in order to search for issues.
find(Query<M>) - Method in class org.sonar.wsclient.Sonar
 
find(UserQuery) - Method in class org.sonar.wsclient.user.internal.DefaultUserClient
 
find(UserQuery) - Method in interface org.sonar.wsclient.user.UserClient
 
findAll(List<String>) - Method in interface org.sonar.api.batch.measure.MetricFinder
 
findAll() - Method in interface org.sonar.api.batch.measure.MetricFinder
 
findAll() - Method in interface org.sonar.api.batch.rule.ActiveRules
All the active rules, whatever their repository and related language.
findAll() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRules
 
findAll() - Method in interface org.sonar.api.batch.rule.Rules
 
findAll(List<String>) - Method in interface org.sonar.api.measures.MetricFinder
Deprecated.
 
findAll() - Method in interface org.sonar.api.measures.MetricFinder
Deprecated.
 
findAll(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
Deprecated.
 
findAll(Query<M>) - Method in class org.sonar.wsclient.Sonar
 
findById(int) - Method in interface org.sonar.api.measures.MetricFinder
Deprecated.
 
findById(int) - Method in interface org.sonar.api.rules.RuleFinder
Deprecated.
findById(int) - Method in interface org.sonar.api.security.UserFinder
Deprecated.
 
findByInternalKey(String, String) - Method in interface org.sonar.api.batch.rule.ActiveRules
Find a ActiveRule by the associated internal key.
findByInternalKey(String, String) - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRules
 
findByKey(String) - Method in interface org.sonar.api.batch.measure.MetricFinder
 
findByKey(String) - Method in interface org.sonar.api.component.RubyComponentService
 
findByKey(String) - Method in interface org.sonar.api.measures.MetricFinder
Deprecated.
 
findByKey(String, String) - Method in interface org.sonar.api.rules.RuleFinder
Deprecated.
 
findByKey(RuleKey) - Method in interface org.sonar.api.rules.RuleFinder
Deprecated.
 
findByLanguage(String) - Method in interface org.sonar.api.batch.rule.ActiveRules
The active rules for a given language, like java
findByLanguage(String) - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRules
 
findByLogin(String) - Method in interface org.sonar.api.security.UserFinder
Deprecated.
 
findByLogin(String) - Method in interface org.sonar.api.user.RubyUserService
 
findByLogin(String) - Method in interface org.sonar.api.user.UserFinder
Deprecated.
 
findByLogins(List<String>) - Method in interface org.sonar.api.user.UserFinder
Deprecated.
 
findByRepository(String) - Method in interface org.sonar.api.batch.rule.ActiveRules
The active rules for a given repository, like findbugs
findByRepository(String) - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRules
 
findByRepository(String) - Method in interface org.sonar.api.batch.rule.Rules
Get the rules of the given repository.
findNotificationSubscribers(NotificationDispatcher, String) - Method in interface org.sonar.api.notifications.NotificationManager
 
findSubscribedRecipientsForDispatcher(NotificationDispatcher, Integer) - Method in interface org.sonar.api.notifications.NotificationManager
Returns the list of users who subscribed to the given dispatcher, along with the notification channels (email, twitter, ...) that they choose for this dispatcher.
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 :
FLOAT - Static variable in class org.sonar.api.server.rule.RuleParamType
 
FONT_SIZE - Static variable in class org.sonar.api.charts.AbstractChart
Deprecated.
 
Footer - Interface in org.sonar.api.web
 
FORCE_SEVERITY_PROPERTY - Static variable in class org.sonar.xoo.rule.OneIssuePerLineSensor
 
forCssClass(String) - Static method in enum org.sonar.api.batch.sensor.highlighting.TypeOfText
 
format(Locale, Duration, Durations.DurationFormat) - Method in class org.sonar.api.utils.Durations
Return the formatted work duration.
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(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, 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(Locale, Date) - Method in interface org.sonar.api.i18n.I18n
Return the formatted date.
formatDate(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatDateTime(Locale, Date) - Method in interface org.sonar.api.i18n.I18n
Return the formatted datetime.
formatDateTime(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatDateTimeNullSafe(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatDouble(Locale, Double) - Method in interface org.sonar.api.i18n.I18n
Return the formatted decimal, with always one fraction digit.
formatDuration(long) - Static method in class org.sonar.api.utils.TimeUtils
Label for a duration, expressed in numbers of ms, seconds or minutes.
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
 
formatInteger(Locale, Integer) - Method in interface org.sonar.api.i18n.I18n
Return the formatted integer.
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
 
forMetric(Metric<G>) - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
forMetric(Metric<G>) - Method in interface org.sonar.api.batch.sensor.measure.NewMeasure
Set the metric this measure belong to.
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
Deprecated.
Specifies the resource which violations are search from.
forRule(RuleKey) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
forRule(RuleKey) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
The RuleKey of the issue.
freePort() - Static method in class org.sonar.process.NetworkUtils
Get an unused port
from(InputFile) - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
from(InputFile) - Method in interface org.sonar.api.batch.sensor.dependency.NewDependency
 
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
Deprecated.
 
fromCheckPriority(Priority) - Static method in enum org.sonar.api.rules.RulePriority
Deprecated.
 
fromIOFile(File, Project) - Static method in class org.sonar.api.resources.Directory
Deprecated.
fromIOFile(File, List<File>) - Static method in class org.sonar.api.resources.File
Deprecated.
fromIOFile(File, Project) - Static method in class org.sonar.api.resources.File
fromIOFile(File, Project, boolean) - Static method in class org.sonar.api.resources.JavaFile
Deprecated.
 
fromIOFile(File, List<File>, boolean) - Static method in class org.sonar.api.resources.JavaFile
Deprecated.
 
fromKey() - Method in interface org.sonar.api.batch.sensor.dependency.Dependency
 
fromKey() - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
fromRelativePath(String, boolean) - Static method in class org.sonar.api.resources.JavaFile
Deprecated.
 
Function - Interface in org.sonar.api.issue.action
 
function() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
function() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
function() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
since 4.3. return null
function() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
Function.Context - Interface in org.sonar.api.issue.action
 
FUNCTION_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
Information about the cyclomatic complexity per function, calculated by divided the complexity in functions by the number of functions.
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
 
FUNCTION_LINEAR - Static variable in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
FUNCTION_LINEAR_WITH_OFFSET - Static variable in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
functions() - Method in class org.sonar.api.issue.action.Action
 
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
 
generateImage(ChartParameters) - Method in class org.sonar.api.charts.AbstractChart
Deprecated.
Generates a JFreeChart chart using a set of parameters
generateImage(ChartParameters) - Method in interface org.sonar.api.charts.Chart
Deprecated.
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.AbstractSumChildrenDecorator
Each metric is used individually.
get(FileSystem.Index) - Method in class org.sonar.api.batch.fs.internal.AbstractFilePredicate
 
get(FileSystem.Index) - Method in interface org.sonar.api.batch.fs.internal.OptimizedFilePredicate
Get all files that are valid for this predicate.
get(FileSystem.Index) - Method in class org.sonar.api.batch.fs.internal.RelativePathPredicate
 
get(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
get(String) - Method in class org.sonar.api.issue.internal.FieldDiffs
 
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
 
get(Class) - Static method in class org.sonar.api.utils.log.Loggers
 
get(String) - Static method in class org.sonar.api.utils.log.Loggers
 
get(String, String) - Method in class org.sonar.home.cache.FileCache
Look for a file in the cache by its filename and md5 checksum.
get(String, String, FileCache.Downloader) - Method in class org.sonar.home.cache.FileCache
 
get() - Static method in class org.sonar.process.LoopbackAddress
Quite similar to InetAddress.getLoopbackAddress() which was introduced in Java 7.
get(String, Map<String, Object>) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
get(String, Map<String, Object>) - Method in class org.sonar.wsclient.SonarClient
Send a GET request on the given relativeUrl, with provided parameters (can be empty).
get(String, Object...) - Method in class org.sonar.wsclient.SonarClient
Same as SonarClient.get(String, java.util.Map) but parameters are defined as an array of even number of elements (key1, value1, key, value2, ...).
getActiveRule(C) - Method in class org.sonar.api.checks.CheckFactory
Deprecated.
 
getActiveRule(String, String) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRule(Rule) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRule() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getActiveRuleByConfigKey(String, String) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRuleParams() - Method in class org.sonar.api.rules.ActiveRule
 
getActiveRules() - Method in class org.sonar.api.profiles.RulesProfile
 
getActiveRules(boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
getActiveRules(RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRulesByRepository(String) - Method in class org.sonar.api.profiles.RulesProfile
Get the active rules of a specific repository.
getAlertStatus() - Method in class org.sonar.api.database.model.MeasureModel
 
getAlertStatus() - Method in class org.sonar.api.measures.Measure
 
getAlertStatus() - Method in class org.sonar.wsclient.services.Measure
 
getAlertText() - Method in class org.sonar.api.database.model.MeasureModel
 
getAlertText() - Method in class org.sonar.api.measures.Measure
 
getAlertText() - Method in class org.sonar.wsclient.services.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
Deprecated.
since 4.4 Since 4.3 SQ will no more run tests. So basically it's always reuse report.
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
 
getArguments() - Method in class org.sonar.process.monitor.JavaCommand
 
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 class org.sonar.api.resources.Project
Deprecated.
since 2.5. See http://jira.codehaus.org/browse/SONAR-2011
getBaseDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getBasedir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
Project root directory.
getBasePlugin() - Method in interface org.sonar.api.platform.PluginMetadata
 
getBaseUrl() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getBestValue() - Method in class org.sonar.api.measures.Metric
 
getBinaries() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
since 4.5.1 use SonarQube Java specific API
getBody() - Method in class org.sonar.wsclient.services.AbstractQuery
Request body.
getBody() - Method in class org.sonar.wsclient.services.MetricUpdateQuery
Property MetricUpdateQuery.description transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
Property value is transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
Property value is transmitted through request body as content may exceed URL size allowed by the server.
getBoolean(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 interface org.sonar.api.component.Module
 
getBranch() - Method in class org.sonar.api.resources.Project
 
getBuildDate() - Method in class org.sonar.api.database.model.Snapshot
Insertion date (technical)
getBuildDateMs() - Method in class org.sonar.api.database.model.Snapshot
 
getBuildDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getBuildDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
Build directory.
getBuildOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
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
Deprecated.
since 4.4, use Rule.isTemplate()
getCategories() - Method in class org.sonar.wsclient.services.EventQuery
 
getCategory() - Method in class org.sonar.api.batch.Event
 
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
 
getCells() - Method in class org.sonar.wsclient.services.TimeMachine
 
getCharacteristic() - Method in class org.sonar.api.measures.Measure
 
getCharacteristicId() - Method in class org.sonar.api.database.model.MeasureModel
 
getCharacteristicId() - Method in class org.sonar.api.rules.Rule
Deprecated.
getCharacteristicKey() - Method in class org.sonar.api.rules.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
 
getCheck(ActiveRule) - Method in class org.sonar.api.checks.CheckFactory
Deprecated.
 
getChecker() - Method in interface org.sonar.check.Message
Deprecated.
 
getChecks() - Method in class org.sonar.api.checks.CheckFactory
Deprecated.
 
getChecksum() - Method in class org.sonar.api.rules.Violation
Deprecated.
Checksum is available in decorators executed after the barrier DecoratorBarriers.END_OF_VIOLATION_TRACKING
getChild() - Method in class org.sonar.api.platform.ComponentContainer
 
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
Deprecated.
 
getChildren() - Method in interface org.sonar.api.measures.FormulaData
 
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
Deprecated.
 
getClassName() - Method in class org.sonar.process.monitor.JavaCommand
 
getClasspath() - Method in class org.sonar.process.monitor.JavaCommand
 
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
 
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
 
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.Rule
 
getConfigKey() - Method in class org.sonar.api.rules.RuleQuery
 
getConfigurationXmlNode() - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
 
getConnector() - Method in class org.sonar.wsclient.Sonar
 
getConnectTimeoutInMilliseconds() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getContainerExtensions() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getContextPath() - Method in class org.sonar.api.platform.Server
 
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.rules.Violation
Deprecated.
 
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.Snapshot
 
getCreatedAt() - Method in class org.sonar.api.rules.Rule
 
getCreatedAt() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
getCreatedAt() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
getCreatedAt() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getCreatedAtMs() - Method in class org.sonar.api.database.model.Snapshot
 
getCreationDate() - Method in class org.sonar.wsclient.services.Resource
 
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.batch.Event
 
getData(Metric) - Method in class org.sonar.api.database.model.MeasureModel
 
getData() - Method in class org.sonar.api.measures.Measure
 
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
 
getDeclarationEndOffset() - Method in interface org.sonar.api.source.Symbol
 
getDeclarationStartOffset() - Method in interface org.sonar.api.source.Symbol
 
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
 
getDefaultCharacteristicId() - Method in class org.sonar.api.rules.Rule
Deprecated.
getDefaultCharacteristicKey() - Method in class org.sonar.api.rules.Rule
 
getDefaultMessage() - Method in class org.sonar.api.notifications.Notification
Returns the default message to display for this notification.
getDefaultProfile() - Method in class org.sonar.api.profiles.RulesProfile
 
getDefaultSubCharacteristicKey() - Method in class org.sonar.api.rules.Rule
 
getDefaultTimeZone() - Method in class org.sonar.api.utils.System2
 
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
Deprecated.
since 5.1 Sensors should not read but only save data
getDependencies() - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
getDependencies() - Method in class org.sonar.api.utils.dag.Node
 
getDepId() - Method in class org.sonar.wsclient.services.DependencyTree
 
getDeployDir() - Method in class org.sonar.api.platform.Server
 
getDeployedFiles() - Method in interface org.sonar.api.platform.PluginMetadata
 
getDeprecatedKey(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getDeprecatedKey() - Method in class org.sonar.api.database.model.ResourceModel
 
getDepth() - Method in class org.sonar.api.database.model.Snapshot
 
getDepth() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getDescription() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getDescription() - Method in class org.sonar.api.batch.Event
 
getDescription() - Method in interface org.sonar.api.component.Module
 
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
Deprecated.
since 4.1. Rules are not localized anymore. See http://jira.codehaus.org/browse/SONAR-4885
getDescription(String, String) - Method in interface org.sonar.api.i18n.RuleI18n
Deprecated.
Returns the 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.resources.Directory
 
getDescription() - Method in class org.sonar.api.resources.File
getDescription() - Method in class org.sonar.api.resources.JavaFile
Deprecated.
 
getDescription() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
getDescription() - Method in class org.sonar.api.resources.Library
 
getDescription() - Method in class org.sonar.api.resources.Method
Deprecated.
 
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.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
 
getDir() - Method in class org.sonar.home.cache.FileCache
 
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
 
getDispatcherKey() - Method in class org.sonar.api.notifications.NotificationDispatcherMetadata
Returns the unique key of the dispatcher.
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
Deprecated.
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
 
getEncryption() - Method in class org.sonar.api.config.Settings
 
getEndPosition() - Method in class org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
 
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.
getEnvVariables() - Method in class org.sonar.process.monitor.JavaCommand
 
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
Deprecated.
 
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
Deprecated.
since 4.1
getExtensions() - Method in interface org.sonar.api.Plugin
Deprecated.
Classes of the implemented extensions.
getExtensions() - Method in class org.sonar.xoo.XooPlugin
Declares all the extensions implemented in the plugin
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(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 class org.sonar.api.batch.fs.internal.DeprecatedDefaultInputFile
Deprecated.
getFile() - Method in interface org.sonar.api.platform.PluginMetadata
 
getFile() - Method in interface org.sonar.api.resources.InputFile
Deprecated.
Get the underlying file.
getFileBaseDir() - Method in class org.sonar.api.batch.fs.internal.DeprecatedDefaultInputFile
Deprecated.
in 4.2. Replaced by FileSystem.baseDir()
getFileBaseDir() - Method in interface org.sonar.api.resources.InputFile
Deprecated.
The source base directory, different than the project basedir.
getFileFromBuildDirectory(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
 
getFileSuffixes() - Method in class org.sonar.api.resources.Java
Deprecated.
For example ["jav", "java"].
getFileSuffixes() - Method in interface org.sonar.api.resources.Language
For example ["jav", "java"].
getFileSuffixes() - Method in class org.sonar.xoo.Xoo
 
getFileSystem() - Method in class org.sonar.api.resources.Project
Deprecated.
since 3.5 use FileSystem instead
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
 
getFullyQualifiedName() - Method in interface org.sonar.api.source.Symbol
Deprecated.
in 4.3 not used.
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
 
getHeight() - Method in class org.sonar.api.charts.ChartParameters
Deprecated.
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)
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.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.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.rules.RuleParam
 
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 interface org.sonar.api.web.View
 
getId() - Method in interface org.sonar.api.web.Webservice
Deprecated.
 
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.Server
 
getIdOrKey() - Method in class org.sonar.wsclient.services.FavouriteDeleteQuery
 
getIncomingDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getIncomingDependencies(Resource) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 5.1 Sensors should not read but only save data
getIncomingDependencies(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
getIndex() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getInfos() - Method in class org.sonar.api.utils.ValidationMessages
 
getInheritance() - Method in class org.sonar.api.rules.ActiveRule
For internal use only.
getInheritance() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getInitialDbVersion() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
The database version before the server startup.
getInitializer() - Method in interface org.sonar.api.batch.events.InitializerExecutionHandler.InitializerExecutionEvent
 
getInitializers() - Method in interface org.sonar.api.batch.events.InitializersPhaseHandler.InitializersPhaseEvent
 
getInputStream() - Method in class org.sonar.api.batch.fs.internal.DeprecatedDefaultInputFile
 
getInputStream() - Method in interface org.sonar.api.resources.InputFile
Deprecated.
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
Deprecated.
since 5.0 sensors should not read data
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
 
getIssueTrackerUrl() - Method in interface org.sonar.api.platform.PluginMetadata
 
getJavaOptions() - Method in class org.sonar.process.monitor.JavaCommand
 
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
Deprecated.
 
getJavaVersion(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Deprecated.
Returns the version of Java used by the maven compiler plugin
getKey() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getKey() - Method in interface org.sonar.api.charts.Chart
Deprecated.
 
getKey() - Method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
getKey() - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
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
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.resources.AbstractLanguage
For example "java".
getKey() - Method in interface org.sonar.api.resources.Language
For example "java".
getKey() - Method in class org.sonar.api.resources.ProjectLink
 
getKey() - Method in class org.sonar.api.resources.Resource
 
getKey() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getKey() - Method in class org.sonar.api.rules.Rule
 
getKey() - Method in class org.sonar.api.rules.RuleParam
 
getKey() - Method in class org.sonar.api.rules.RuleQuery
 
getKey() - Method in class org.sonar.api.rules.RuleRepository
Deprecated.
 
getKey() - Method in class org.sonar.api.SonarPlugin
 
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.process.monitor.JavaCommand
 
getKey() - Method in class org.sonar.process.ProcessEntryPoint
 
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.MetricDeleteQuery
 
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.UserPropertyCreateQuery
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getKey() - Method in class org.sonar.xoo.Xoo
 
getKeys() - Method in class org.sonar.api.utils.LocalizedMessages
 
getKeysStartingWith(String) - Method in class org.sonar.api.config.Settings
 
getKeyWithBranch() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getLanguage() - Method in class org.sonar.api.batch.AbstractSourceImporter
Deprecated.
 
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
Deprecated.
 
getLanguage() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
getLanguage() - Method in class org.sonar.api.resources.Library
 
getLanguage() - Method in class org.sonar.api.resources.Method
Deprecated.
 
getLanguage() - Method in class org.sonar.api.resources.Project
Deprecated.
getLanguage() - Method in class org.sonar.api.resources.Resource
Deprecated.
since 5.1 use Resource.language()
getLanguage() - Method in class org.sonar.api.rules.Rule
 
getLanguage() - Method in class org.sonar.api.rules.RuleRepository
Deprecated.
 
getLanguage() - Method in class org.sonar.wsclient.services.Favourite
 
getLanguage() - Method in class org.sonar.wsclient.services.Profile
 
getLanguage() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getLanguage() - Method in class org.sonar.wsclient.services.Resource
 
getLanguage() - Method in class org.sonar.xoo.lang.XooCpdMapping
 
getLanguageKey() - Method in class org.sonar.api.database.model.ResourceModel
 
getLanguageKey() - Method in class org.sonar.api.resources.Project
Deprecated.
getLanguageKey() - Method in class org.sonar.api.web.CodeColorizerFormat
Deprecated.
 
getLast() - Method in class org.sonar.api.database.model.Snapshot
 
getLastPing() - Method in class org.sonar.process.ProcessCommands
 
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
 
getLevel() - Method in class org.sonar.api.utils.log.Loggers
 
getLevelValue() - Method in class org.sonar.api.database.model.MeasureModel
 
getLibraries() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
since 4.5.1 use SonarQube Java specific API
getLicense() - Method in interface org.sonar.api.platform.PluginMetadata
 
getLimit() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getLine() - Method in interface org.sonar.check.Message
Deprecated.
 
getLine(int) - Method in class org.sonar.wsclient.services.Source
 
getLineId() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
getLines() - Method in class org.sonar.wsclient.services.Source
 
getLinesById() - Method in class org.sonar.wsclient.services.Source
 
getLinesToCover() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getLocale() - Method in class org.sonar.api.charts.ChartParameters
Deprecated.
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
getLockedAt() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
getLogger() - Method in class org.sonar.api.utils.TimeProfiler
Deprecated.
 
getLogin() - Method in class org.sonar.api.database.model.User
 
getLogin() - Method in class org.sonar.api.platform.NewUserHandler.Context
 
getLogin() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
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
Deprecated.
 
getLongName() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
getLongName() - Method in class org.sonar.api.resources.Library
 
getLongName() - Method in class org.sonar.api.resources.Method
Deprecated.
 
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
 
getLongValue() - Method in class org.sonar.wsclient.services.Measure
 
getMainClass() - Method in interface org.sonar.api.platform.PluginMetadata
 
getMaxProcesses() - Static method in class org.sonar.process.ProcessCommands
 
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<G>) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 5.1 Sensors should not read but only save data
getMeasure(Resource, Metric<G>) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 5.1 Sensors should not read but only save data
getMeasure(Resource, Metric<?>) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
getMeasure(Metric) - Method in interface org.sonar.api.measures.FormulaData
 
getMeasure(String) - Method in class org.sonar.wsclient.services.Resource
 
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
Deprecated.
since 5.1 Sensors should not read but only save data
getMeasures(Resource, MeasuresFilter<M>) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 5.1 Sensors should not read but only save data
getMeasures(Resource, MeasuresFilter<M>) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
getMeasures(TimeMachineQuery) - Method in interface org.sonar.api.batch.TimeMachine
Deprecated.
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
Deprecated.
Past measures sorted by date.
getMeasureValue(String) - Method in class org.sonar.wsclient.services.Resource
 
getMessage() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
getMessage() - Method in class org.sonar.wsclient.services.ServerSetup
 
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(String) - Static method in class org.sonar.api.measures.CoreMetrics
 
getMetric() - Method in class org.sonar.api.measures.Measure
 
getMetric() - Method in class org.sonar.api.measures.PropertiesBuilder
 
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() - 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
 
getMimeType() - Method in class org.sonar.xoo.rule.XooFakeExporter
 
getMinimumScopeToPersist() - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
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.MetricCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.MetricQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.MetricUpdateQuery
 
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.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
 
getModelName() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getModules() - Method in class org.sonar.api.resources.Project
 
getModuleUuid() - Method in class org.sonar.api.database.model.ResourceModel
 
getModuleUuidPath() - Method in class org.sonar.api.database.model.ResourceModel
 
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.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
Deprecated.
since 4.1. Rules are not localized anymore. See http://jira.codehaus.org/browse/SONAR-4885
getName(String, String) - Method in interface org.sonar.api.i18n.RuleI18n
Deprecated.
Returns the name of the rule identified by its repository key and rule key.
getName(Rule, Locale) - Method in interface org.sonar.api.i18n.RuleI18n
Deprecated.
since 4.1. Rules are not localized anymore. See http://jira.codehaus.org/browse/SONAR-4885
getName(Rule) - Method in interface org.sonar.api.i18n.RuleI18n
Deprecated.
Returns 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.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
Deprecated.
 
getName() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
getName(boolean) - Method in class org.sonar.api.rules.RuleRepository
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.xoo.Xoo
 
getNewKey(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getNewValue() - Method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
getNextProcessId() - Static method in class org.sonar.process.monitor.Monitor
 
getNoteCreatedAt() - Method in class org.sonar.api.rules.ActiveRule
Deprecated.
in 4.4. Feature dropped.
getNoteData() - Method in class org.sonar.api.rules.ActiveRule
Deprecated.
in 4.4. Feature dropped.
getNoteUpdatedAt() - Method in class org.sonar.api.rules.ActiveRule
Deprecated.
in 4.4. Feature dropped.
getNoteUserLogin() - Method in class org.sonar.api.rules.ActiveRule
Deprecated.
in 4.4. Feature dropped.
getObject() - Method in class org.sonar.api.utils.dag.Node
 
getOperator() - Method in class org.sonar.api.web.Criterion
Get the the criterion's operator.
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
Deprecated.
since 5.1 Sensors should not read but only save data
getOutgoingDependencies(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
getOutput() - Method in class org.sonar.api.utils.command.StringStreamConsumer
 
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
Deprecated.
since 4.1. Rules are not localized anymore. See http://jira.codehaus.org/browse/SONAR-4885
getParamDescription(String, String, String) - Method in interface org.sonar.api.i18n.RuleI18n
Deprecated.
Returns the 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
Deprecated.
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
Deprecated.
Gets a list of parameters of the plugin from a param key
getParameters() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getParamKey() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getParams() - Method in class org.sonar.api.rules.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
Deprecated.
 
getParent() - Method in class org.sonar.api.design.Dependency
 
getParent() - Method in class org.sonar.api.platform.ComponentContainer
 
getParent() - Method in interface org.sonar.api.platform.PluginMetadata
 
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 files, directories and projects.
getParent() - Method in class org.sonar.api.resources.JavaFile
Deprecated.
 
getParent() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
getParent() - Method in class org.sonar.api.resources.Library
 
getParent() - Method in class org.sonar.api.resources.Method
Deprecated.
 
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 files, directories and projects.
getParent() - Method in class org.sonar.api.rules.Rule
Deprecated.
since 4.4, use Rule.getTemplate()
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
 
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
 
getPassword() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getPath() - Method in class org.sonar.api.database.model.ResourceModel
 
getPath() - Method in class org.sonar.api.database.model.Snapshot
 
getPath() - Method in class org.sonar.api.resources.Resource
 
getPeriod1Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod1DateMs() - Method in class org.sonar.api.database.model.Snapshot
 
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
 
getPeriod2DateMs() - Method in class org.sonar.api.database.model.Snapshot
 
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
 
getPeriod3DateMs() - Method in class org.sonar.api.database.model.Snapshot
 
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
 
getPeriod4DateMs() - Method in class org.sonar.api.database.model.Snapshot
 
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
 
getPeriod5DateMs() - Method in class org.sonar.api.database.model.Snapshot
 
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
 
getPeriodDateMs(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.rules.Violation
Deprecated.
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.measures.Measure
 
getPersonId() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
getPicoContainer() - Method in class org.sonar.api.platform.ComponentContainer
 
getPlot(ChartParameters) - Method in class org.sonar.api.charts.AbstractChart
Deprecated.
 
getPlugin() - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
 
getPlugin(MavenProject, String, String) - Static method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
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
Deprecated.
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
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
getPostJob() - Method in interface org.sonar.api.batch.events.PostJobExecutionHandler.PostJobExecutionEvent
 
getPostJobs() - Method in interface org.sonar.api.batch.events.PostJobsPhaseHandler.PostJobsPhaseEvent
 
getPrefix() - Method in class org.sonar.api.config.EmailSettings
 
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.Violation
Deprecated.
since 2.5 use Violation.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getProcessIndex() - Method in class org.sonar.process.monitor.JavaCommand
 
getProduct() - Method in class org.sonar.api.config.License
 
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
Deprecated.
 
getProjectId() - Method in class org.sonar.api.database.model.MeasureModel
 
getProjectLink(String) - Method in class org.sonar.api.database.model.ResourceModel
 
getProjectLinks() - Method in class org.sonar.api.database.model.ResourceModel
Only available at project level.
getProjects() - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
getProjectSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getProjectUuid() - Method in class org.sonar.api.database.model.ResourceModel
 
getProperties() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
getProperties() - Method in class org.sonar.api.config.Settings
 
getProperties() - Method in class org.sonar.api.web.Dashboard.Widget
Returns the properties of this widget.
getProperty(String) - Method in class org.sonar.api.notifications.NotificationDispatcherMetadata
Gives the property for the given key.
getProperty(String) - Method in class org.sonar.api.web.Dashboard.Widget
 
getPropertyKey() - Method in class org.sonar.api.issue.condition.HasIssuePropertyCondition
 
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
 
getProps() - Method in class org.sonar.process.ProcessEntryPoint
 
getProxyHost() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getProxyLogin() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getProxyPassword() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getProxyPort() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
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
Deprecated.
 
getQualifier() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
getQualifier() - Method in class org.sonar.api.resources.Library
 
getQualifier() - Method in class org.sonar.api.resources.Method
Deprecated.
 
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
 
getQualitative() - Method in class org.sonar.api.measures.Metric
 
getQuotientMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getReadTimeoutInMilliseconds() - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
getRelativeDirectory(InputFile) - Static method in class org.sonar.api.resources.InputFileUtils
Deprecated.
Extract the directory from relative path.
getRelativePath() - Method in class org.sonar.api.batch.fs.internal.DeprecatedDefaultInputFile
Deprecated.
getRelativePath() - Method in interface org.sonar.api.resources.InputFile
Deprecated.
Path relative to basedir.
getReportOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
 
getRepository() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getRepositoryKey() - Method in class org.sonar.api.checks.CheckFactory
Deprecated.
 
getRepositoryKey() - Method in class org.sonar.api.rules.ActiveRule
 
getRepositoryKey() - Method in class org.sonar.api.rules.Rule
 
getRepositoryKey() - Method in class org.sonar.api.rules.RuleQuery
 
getRequest() - Method in class org.sonar.api.security.Authenticator.Context
 
getRequest() - Method in class org.sonar.api.security.ExternalUsersProvider.Context
 
getRequiredPlugins() - Method in interface org.sonar.api.platform.PluginMetadata
 
getRequirement() - Method in class org.sonar.api.measures.Measure
Deprecated.
since 4.3.
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(InputPath) - Method in interface org.sonar.api.batch.SensorContext
Allow to get Resource corresponding to provided InputPath.
getResource(R) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
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
Deprecated.
 
getResource() - Method in class org.sonar.api.violations.ViolationQuery
Deprecated.
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.
getResourceId() - Method in class org.sonar.api.batch.Event
 
getResourceId() - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
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
 
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
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.SourceQuery
 
getResourceName() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceQualifier() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResources() - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
getResources() - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
getResourceScope() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceVersion() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResponseCode() - Method in exception org.sonar.api.utils.HttpDownloader.HttpException
 
getResponseContent() - 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
 
getRoot() - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
getRoot() - Method in class org.sonar.api.resources.Project
 
getRoot(String) - Method in class org.sonar.api.resources.ResourceTypes
 
getRoot() - Method in class org.sonar.api.utils.XpathParser
 
getRootContext() - Method in class org.sonar.process.LogbackHelper
 
getRootDir() - Method in class org.sonar.api.platform.Server
 
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
Deprecated.
since 4.4 use RuleMeasure.ruleKey()
getRule() - Method in class org.sonar.api.rules.ActiveRule
 
getRule() - Method in class org.sonar.api.rules.RuleParam
 
getRule() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
getRule(String, String) - Method in class org.sonar.wsclient.services.Profile
 
getRuleCategories() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated.
since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleCategory() - Method in class org.sonar.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
 
getRuleKey() - Method in class org.sonar.api.rules.ActiveRule
 
getRuleKey(Class) - Static method in class org.sonar.api.rules.RuleAnnotationUtils
 
getRuleKey() - Method in class org.sonar.wsclient.services.Measure
 
getRuleName() - Method in class org.sonar.wsclient.services.Measure
 
getRuleParam() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getRulePriorities() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated.
since 2.5 use ResourceQuery.getRuleSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
getRulePriority() - Method in class org.sonar.api.database.model.MeasureModel
 
getRulePriority() - Method in class org.sonar.api.measures.RuleMeasure
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
 
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.rules.ActiveRule
 
getScope() - Method in class org.sonar.api.database.model.ResourceModel
 
getScope() - Method in class org.sonar.api.database.model.Snapshot
 
getScope() - Method in class org.sonar.api.resources.Directory
 
getScope() - Method in class org.sonar.api.resources.File
 
getScope() - Method in class org.sonar.api.resources.JavaFile
Deprecated.
 
getScope() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
getScope() - Method in class org.sonar.api.resources.Library
 
getScope() - Method in class org.sonar.api.resources.Method
Deprecated.
 
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
 
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
 
getSettings() - Method in class org.sonar.api.resources.Project
Deprecated.
since 5.0
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
Deprecated.
 
getSeverity() - Method in class org.sonar.wsclient.services.Profile.Rule
 
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.MeasureModel
 
getSonarWorkingDirectory() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
 
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
Deprecated.
since 5.0 sources are no more stored in SQ as a single blob. Use InputFile.file() to read file content from disk.
getSourceCharset(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Deprecated.
Returns the charset of a pom
getSourceCharset() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
Source encoding.
getSourceDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
getSourceDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
The list of existing directories with sources
getSourceEncoding(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Deprecated.
 
getSourceFiles() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
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
 
getStartPosition() - Method in class org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
 
getState() - Method in class org.sonar.process.Lifecycle
 
getState() - Method in class org.sonar.process.monitor.Monitor
 
getStatus() - Method in class org.sonar.api.database.model.Snapshot
 
getStatus() - Method in class org.sonar.api.rules.Rule
 
getStatus() - Method in class org.sonar.wsclient.services.Server
 
getStatus() - Method in class org.sonar.wsclient.services.ServerSetup
 
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
Deprecated.
since 5.0 sensors should not read data
getSubCategory(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getSubCharacteristicKey() - Method in class org.sonar.api.rules.Rule
 
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
 
getSupportedLanguages() - Method in class org.sonar.xoo.rule.XooFakeExporter
 
getSupportedLanguages() - Method in class org.sonar.xoo.rule.XooFakeImporter
 
getSupportedLanguages() - Method in class org.sonar.xoo.rule.XooFakeImporterWithMessages
 
getSwitchMode() - Method in class org.sonar.api.violations.ViolationQuery
Deprecated.
 
getSyntaxHighlightingRuleSet() - Method in class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
getSystemTags() - Method in class org.sonar.api.rules.Rule
For internal use
getTags() - Method in class org.sonar.api.rules.Rule
For definition of rule only
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
 
getTempDir() - Method in class org.sonar.process.monitor.JavaCommand
 
getTemplate() - Method in class org.sonar.api.rules.Rule
 
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
Deprecated.
 
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
Deprecated.
getTestDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
The list of existing directories with tests
getTestFiles() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
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
getText(Locale) - Method in interface org.sonar.check.Message
Deprecated.
 
getText() - Method in class org.sonar.wsclient.services.ResourceSearchQuery
 
getTextType() - Method in class org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
 
getTextValue() - Method in class org.sonar.api.database.model.MeasureModel
Use getData() instead
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
 
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
 
getTokenizer() - Method in class org.sonar.xoo.lang.XooCpdMapping
 
getTokenizers() - Method in class org.sonar.api.web.CodeColorizerFormat
Deprecated.
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.measures.Metric
 
getType() - Method in class org.sonar.api.notifications.Notification
Returns the type of the notification
getType() - Method in class org.sonar.api.notifications.NotificationDispatcher
 
getType() - Method in class org.sonar.api.rules.RuleParam
 
getType() - Method in class org.sonar.wsclient.services.Metric
 
getTypes() - Method in class org.sonar.api.resources.ResourceTypeTree
 
getUnit() - Method in class org.sonar.api.utils.WorkUnit
Deprecated.
 
getUpdatedAt() - Method in class org.sonar.api.rules.Rule
 
getUpdatedAt() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.ManualMeasure
 
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.MetricCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.MetricDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.MetricQuery
 
getUrl() - Method in class org.sonar.wsclient.services.MetricUpdateQuery
 
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.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
 
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
Deprecated.
profile versioning is dropped in 4.4. Always returns null.
getUserId() - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
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.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.wsclient.Host
 
getUsername() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUsersProvider() - Method in class org.sonar.api.security.SecurityRealm
 
getUuid() - Method in class org.sonar.api.database.model.ResourceModel
 
getUuid() - Method in class org.sonar.api.resources.Resource
 
getValue(String) - Method in class org.sonar.api.charts.ChartParameters
Deprecated.
Shortcut to getValue with no decoding and no default value
getValue(String, String, boolean) - Method in class org.sonar.api.charts.ChartParameters
Deprecated.
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
Deprecated.
 
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.rules.ActiveRuleParam
 
getValue() - Method in class org.sonar.api.utils.WorkUnit
Deprecated.
 
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.UserPropertyCreateQuery
 
getValueAsLong(Measure, Long) - Static method in class org.sonar.api.measures.MeasureUtils
 
getValues(String, String) - Method in class org.sonar.api.charts.ChartParameters
Deprecated.
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
Deprecated.
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
 
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 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
Deprecated.
profile versioning is dropped in 4.4. Always returns -1.
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
 
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
Deprecated.
Get the chart width
getWorkDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getWorkDir() - Method in class org.sonar.process.monitor.JavaCommand
 
getWorstValue() - Method in class org.sonar.api.measures.Metric
 
global() - Method in class org.sonar.api.config.PropertyDefinition
Is the property displayed in global settings page ?
GLOBAL - Static variable in annotation type org.sonar.api.web.WidgetScope
 
GLOBAL_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
GLOBAL_NOTIFICATION - Static variable in class org.sonar.api.notifications.NotificationDispatcherMetadata
 
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
Deprecated.
 
group(String) - Method in class org.sonar.wsclient.permissions.PermissionParameters
 
GROUP_ID - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
Deprecated.
 
GROUP_ID_APACHE_MAVEN - Static variable in class org.sonar.api.batch.maven.MavenUtils
Deprecated.
 
GROUP_ID_CODEHAUS_MOJO - Static variable in class org.sonar.api.batch.maven.MavenUtils
Deprecated.
 
GT - Static variable in class org.sonar.api.web.Criterion
 
GTE - Static variable in class org.sonar.api.web.Criterion
 

H

handle(Request, Response) - Method in class org.sonar.api.server.ws.RailsHandler
 
handle(Request, Response) - Method in interface org.sonar.api.server.ws.RequestHandler
 
handleGetObject(String) - Method in class org.sonar.api.utils.LocalizedMessages
 
handler() - Method in class org.sonar.api.server.ws.WebService.Action
 
HARDWARE_RELATED_PORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
hasAbsolutePath(String) - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that gets a file by its absolute path.
hasAbsolutePath(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
hasConfiguration() - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
 
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
 
hasFiles(FilePredicate) - Method in interface org.sonar.api.batch.fs.FileSystem
Returns true if at least one InputFile matches the given predicate.
hasFiles(FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
hashCode() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
hashCode() - Method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
hashCode() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
hashCode() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
hashCode() - Method in class org.sonar.api.batch.scm.BlameLine
 
hashCode() - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
hashCode() - Method in class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
hashCode() - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
hashCode() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
hashCode() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
hashCode() - Method in class org.sonar.api.component.mock.MockSourceFile
 
hashCode() - Method in class org.sonar.api.config.Category
 
hashCode() - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
hashCode() - Method in class org.sonar.api.database.model.ResourceModel
 
hashCode() - Method in class org.sonar.api.database.model.Snapshot
 
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.issue.action.Action
 
hashCode() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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.notifications.NotificationDispatcherMetadata
 
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.resources.AbstractLanguage
 
hashCode() - Method in class org.sonar.api.resources.Library
 
hashCode() - Method in class org.sonar.api.resources.Method
Deprecated.
 
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.rule.RuleKey
 
hashCode() - Method in class org.sonar.api.rules.ActiveRule
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleParam
 
hashCode() - Method in class org.sonar.api.rules.Rule
 
hashCode() - Method in class org.sonar.api.rules.RuleParam
 
hashCode() - Method in class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
hashCode() - Method in class org.sonar.api.server.rule.RuleParamType
 
hashCode() - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
hashCode() - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
hashCode() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
hashCode() - Method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
hashCode() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
hashCode() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
hashCode() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
hashCode() - Method in class org.sonar.api.utils.dag.Node
 
hashCode() - Method in class org.sonar.api.utils.Duration
 
hashCode() - Method in class org.sonar.api.utils.internal.WorkDuration
 
hashCode() - Method in class org.sonar.api.utils.WorkUnit
Deprecated.
 
hashCode() - Method in class org.sonar.api.web.CodeColorizerFormat
Deprecated.
 
hashCode() - Method in class org.sonar.process.Lifecycle
 
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
 
HasIssuePropertyCondition - Class in org.sonar.api.issue.condition
 
HasIssuePropertyCondition(String) - Constructor for class org.sonar.api.issue.condition.HasIssuePropertyCondition
 
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
 
hasLanguage(String) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
hasLanguage(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
hasLanguages(Collection<String>) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
hasLanguages(String...) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
hasLanguages(Collection<String>) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
hasLanguages(String...) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
hasLegend() - Method in class org.sonar.api.charts.AbstractChart
Deprecated.
 
hasLineId() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
hasNextPage() - Method in class org.sonar.api.utils.Paging
 
hasOnlyPrivateConstructors(Class) - Static method in class org.sonar.test.TestUtils
Asserts that all constructors are private, usually for helper classes with only static methods.
hasParam(String) - Method in class org.sonar.api.server.ws.internal.SimpleGetRequest
 
hasParam(String) - Method in class org.sonar.api.server.ws.Request
Return true of the parameter is set.
hasPath(String) - Method in interface org.sonar.api.batch.fs.FilePredicates
if the parameter represents an absolute path for the running environment, then returns FilePredicates.hasAbsolutePath(String), else FilePredicates.hasRelativePath(String)
hasPath(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
hasProperty(String) - Method in class org.sonar.api.resources.ResourceType
 
hasRelativePath(String) - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that gets a file by its relative path.
hasRelativePath(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
non-normalized path and Windows-style path are supported
HasResolution - Class in org.sonar.api.issue.condition
 
HasResolution(String, String...) - Constructor for class org.sonar.api.issue.condition.HasResolution
 
hasRoles(Resource) - Method in interface org.sonar.api.security.ResourcePermissions
Limitation - the resource id is used instead of logical key.
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.
hasStatus(InputFile.Status) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
hasStatus(InputFile.Status) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
HasStatus - Class in org.sonar.api.issue.condition
 
HasStatus(String, String...) - Constructor for class org.sonar.api.issue.condition.HasStatus
 
hasTestFiles(Language) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
since 2.6 - use language key instead of Language object
hasType(InputFile.Type) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
hasType(InputFile.Type) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
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
hidden() - Method in class org.sonar.api.config.PropertyDefinition.Builder
Flag the property as hidden.
hideRules(Boolean) - Method in class org.sonar.wsclient.issue.IssueQuery
 
highlight(int, int, TypeOfText) - Method in class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
highlight(int, int, TypeOfText) - Method in interface org.sonar.api.batch.sensor.highlighting.NewHighlighting
Call this method to indicate the type of text in a range.
highlight(int, int, String) - Method in interface org.sonar.api.source.Highlightable.HighlightingBuilder
 
Highlightable - Interface in org.sonar.api.source
Use this perspective to save syntax highlighting on files.
Highlightable.HighlightingBuilder - Interface in org.sonar.api.source
 
highlightingTypeFor(String, int) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
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
 
HOUR - Static variable in class org.sonar.api.utils.Duration
 
hours() - Method in class org.sonar.api.utils.internal.WorkDuration
 
HOURS - Static variable in class org.sonar.api.utils.WorkUnit
Deprecated.
 
HOURS_IN_DAY - Static variable in interface org.sonar.api.CoreProperties
 
HREF_COLUMN_SIZE - Static variable in class org.sonar.api.resources.ProjectLink
 
htmlDescription() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
htmlText() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueComment
 
htmlText() - Method in interface org.sonar.wsclient.issue.IssueComment
 
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(Server, Settings, Integer) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader(Settings) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader(Settings, Integer) - 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
 
HttpDownloader.HttpException(URI, int, String) - Constructor for exception org.sonar.api.utils.HttpDownloader.HttpException
 
HttpException - Exception in org.sonar.wsclient.base
 
HttpException(String, int, String) - Constructor for exception org.sonar.wsclient.base.HttpException
 
HttpRequestFactory - Class in org.sonar.wsclient.internal
Not an API.
HttpRequestFactory(String) - Constructor for class org.sonar.wsclient.internal.HttpRequestFactory
 

I

I18n - Interface in org.sonar.api.i18n
Main component that provides translation facilities.
I18nMatchers - Class in org.sonar.test.i18n
 
id() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
id() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
id() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
id() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
id() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
id() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
id() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
id() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
id() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
id() - Method in class org.sonar.wsclient.component.Component
 
id() - Method in class org.sonar.wsclient.project.internal.DefaultProject
 
id() - Method in interface org.sonar.wsclient.project.Project
 
id() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGate
 
id() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
id() - Method in interface org.sonar.wsclient.qualitygate.QualityGate
 
id() - Method in interface org.sonar.wsclient.qualitygate.QualityGateCondition
 
IllegalDurationException - Exception in org.sonar.api.test.exception
 
IllegalDurationException(String) - Constructor for exception org.sonar.api.test.exception.IllegalDurationException
 
IMPORT_UNKNOWN_FILES_KEY - Static variable in interface org.sonar.api.CoreProperties
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.api.profiles.ProfileImporter
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.xoo.rule.XooFakeImporter
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.xoo.rule.XooFakeImporterWithMessages
 
includeDeactivated() - Method in class org.sonar.api.user.UserQuery.Builder
 
includeDeactivated() - Method in class org.sonar.api.user.UserQuery
 
includeDeactivated() - Method in class org.sonar.wsclient.user.UserQuery
 
inclusions() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
INCOMING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
index(Resource) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 4.2 Resource indexing is done by the platform for all physical resources.
index(Resource, Resource) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 4.2 Resource indexing is done by the platform for all physical resources.
index(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
Indexes a resource as a direct child of project.
index(Resource, Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
Indexes a resource.
index(int) - Method in class org.sonar.api.config.PropertyDefinition.Builder
Set the order index in Settings pages.
index() - Method in class org.sonar.api.config.PropertyDefinition
Order to display properties in Sonar UI.
indicativeSize(int) - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
indicativeSize() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
INFO - Static variable in class org.sonar.api.rule.Severity
 
info(String) - Method in interface org.sonar.api.utils.log.Logger
Logs an INFO level message.
info(String, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an INFO parameterized message according to the specified format and argument.
info(String, Object, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an INFO parameterized message according to the specified format and arguments.
info(String, Object...) - Method in interface org.sonar.api.utils.log.Logger
Logs an INFO parameterized message according to the specified format and arguments.
info(String) - Method in interface org.sonar.home.log.Log
 
info(String) - Method in class org.sonar.home.log.Slf4jLog
 
info(String) - Method in class org.sonar.home.log.StandardLog
 
INFO_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
INFO_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
infos() - Method in class org.sonar.wsclient.qprofile.internal.DefaultQProfileResult
 
infos() - Method in interface org.sonar.wsclient.qprofile.QProfileResult
 
INHERITED - Static variable in class org.sonar.api.rules.ActiveRule
 
init() - Method in class org.sonar.api.checks.CheckFactory
Deprecated.
 
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
 
InitializerExecutionHandler - Interface in org.sonar.api.batch.events
 
InitializerExecutionHandler.InitializerExecutionEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
InitializersPhaseHandler - Interface in org.sonar.api.batch.events
 
InitializersPhaseHandler.InitializersPhaseEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
INPUT_VALIDATION_AND_REPRESENTATION - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic SECURITY
inputDir(String) - Method in interface org.sonar.api.batch.fs.FileSystem.Index
 
inputDir(File) - Method in interface org.sonar.api.batch.fs.FileSystem
Returns InputDir matching the current File.
InputDir - Interface in org.sonar.api.batch.fs
Layer over File for directories.
inputDir(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
inputDir(File) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
inputFile(String) - Method in interface org.sonar.api.batch.fs.FileSystem.Index
 
inputFile(FilePredicate) - Method in interface org.sonar.api.batch.fs.FileSystem
Returns the single element matching the predicate.
InputFile - Interface in org.sonar.api.batch.fs
This layer over File adds information for code analyzers.
inputFile(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
inputFile(FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
inputFile() - Method in class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
inputFile() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
inputFile() - Method in interface org.sonar.api.batch.sensor.measure.Measure
The file the measure belong to.
InputFile - Interface in org.sonar.api.resources
Deprecated.
in 4.2. Replaced by InputFile
InputFile.Status - Enum in org.sonar.api.batch.fs
Status regarding previous analysis
InputFile.Type - Enum in org.sonar.api.batch.fs
 
InputFileFilter - Interface in org.sonar.api.batch.fs
Extension point to exclude some files from inspection
inputFiles() - Method in interface org.sonar.api.batch.fs.FileSystem.Index
 
inputFiles(FilePredicate) - Method in interface org.sonar.api.batch.fs.FileSystem
Input files matching the given attributes.
inputFiles() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
 
inputFiles(FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
InputFileUtils - Class in org.sonar.api.resources
Deprecated.
since 5.0 as InputFile is deprecated
InputPath - Interface in org.sonar.api.batch.fs
Layer over File for files or directories.
inputPath() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
inputPath() - Method in interface org.sonar.api.batch.sensor.issue.Issue
The InputPath this issue belongs to.
insert(MeasureModel) - Method in interface org.sonar.api.database.model.MeasureMapper
 
INSTANCE - Static variable in class org.sonar.api.resources.Java
Deprecated.
 
INSTANCE - Static variable in class org.sonar.api.server.ws.RailsHandler
 
INSTANCE - Static variable in class org.sonar.api.utils.System2
 
InstantiationStrategy - Annotation Type in org.sonar.api.batch
Define instantiation strategy of batch extensions.
INSTRUCTION_RELIABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
INTEGER - Static variable in class org.sonar.api.server.rule.RuleParamType
 
INTEGRATION_TESTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic TESTABILITY
internalKey() - Method in interface org.sonar.api.batch.rule.ActiveRule
Optional key declared and used by the underlying rule engine.
internalKey() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
internalKey() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
internalKey() - Method in interface org.sonar.api.batch.rule.Rule
 
internalKey() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
interpolateVariables(Properties, Map<String, String>) - Static method in class org.sonar.process.ConfigurationUtils
 
is(File) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
is(File) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
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.
isAlive(Process) - Static method in class org.sonar.process.ProcessUtils
Do not abuse to this method.
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
Deprecated.
since 4.3 resources under FILE level are no more be supported since 4.2.
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.
isChanged() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
isClass(Resource) - Static method in class org.sonar.api.resources.Qualifiers
Deprecated.
since 4.2 CLA qualifier is deprecated
isClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Deprecated.
since 4.2 CLA qualifier is deprecated
isCore() - Method in interface org.sonar.api.platform.PluginMetadata
 
isDataType() - Method in class org.sonar.api.measures.Metric
 
isDebugEnabled() - Method in interface org.sonar.api.utils.log.Logger
 
isDebugEnabled() - Method in class org.sonar.api.utils.log.Profiler
 
isDebugEnabled() - Method in class org.sonar.home.log.Slf4jLog
 
isDefault() - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
isDefaultJvmEncoding() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
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
 
isDisabledInPreview() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
isDuplicatedBy(InputFile, int, int) - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
isDuplicatedBy(String, int, int) - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
For internal use.
isDuplicatedBy(InputFile, int, int) - Method in interface org.sonar.api.batch.sensor.duplication.NewDuplication
Declare duplicate block of the previously declared #originBlock(int, int).
isDynamic(boolean) - Method in enum org.sonar.api.resources.Project.AnalysisType
Deprecated.
 
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
Deprecated.
 
isEnabled() - Method in class org.sonar.api.rules.ActiveRule
 
isEnabled() - Method in class org.sonar.api.rules.Rule
 
isEncrypted(String) - Method in class org.sonar.api.config.Encryption
 
isEncrypted(String) - Method in class org.sonar.process.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.InitializerExecutionHandler.InitializerExecutionEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.InitializersPhaseHandler.InitializersPhaseEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.PostJobExecutionHandler.PostJobExecutionEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.PostJobsPhaseHandler.PostJobsPhaseEvent
 
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
 
isEnd() - Method in interface org.sonar.api.scan.event.ProjectScanHandler.ProjectScanEvent
 
isEndOfLife() - Method in class org.sonar.api.issue.internal.DefaultIssue
True when one of the following conditions is true : the related component has been deleted or renamed the rule has been deleted (eg.
isEndOfLife() - Method in interface org.sonar.api.issue.IssueHandler.Context
 
isEntity(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isExcluded(Resource) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 4.2 Excluded resources are not indexed.
isExcluded(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
Returns true if the referenced resource is excluded.
isExcluded() - Method in class org.sonar.api.resources.Resource
Deprecated.
since 2.6.
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".
isFreshInstall() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
Has the database been created from scratch during the current startup ?
isFromCore() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
For internal use.
isFromCore() - Method in class org.sonar.api.measures.Measure
For internal use
isFromCurrentAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
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.
isGreaterThan(Duration) - Method in class org.sonar.api.utils.Duration
Return true if the given duration is greater than the current one.
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
 
isIgnored(Resource) - Method in interface org.sonar.api.batch.ResourceFilter
Deprecated.
Return true if the resource must be ignored, else it's saved into database.
isIncludeAlerts() - Method in class org.sonar.wsclient.services.ResourceQuery
 
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
 
isIncremental() - Method in interface org.sonar.api.batch.AnalysisMode
 
isIncremental() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester.MockAnalysisMode
 
isIndexed(Resource, boolean) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
since 4.2 Excluded resources are not indexed.
isIndexed(Resource, boolean) - Method in class org.sonar.api.batch.SonarIndex
Deprecated.
 
isInherited() - Method in class org.sonar.api.rules.ActiveRule
 
isInShutdownHook() - Method in class org.sonar.process.SystemExit
 
isInternal() - Method in class org.sonar.api.server.ws.WebService.Action
 
isInternal() - Method in class org.sonar.api.server.ws.WebService.Controller
Returns true if all the actions are for internal use
isJavaAtLeast17() - Method in class org.sonar.api.utils.System2
True if Java 7 or Java 8 runtime environment
isJavaFile(File) - Static method in class org.sonar.api.resources.Java
Deprecated.
 
isLatestAnalysis() - Method in class org.sonar.api.resources.Project
Deprecated.
in 3.6. The analysis is now always the latest one (past analysis must be done in a chronological order). See http://jira.codehaus.org/browse/SONAR-4334
isLibrary(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isLocked() - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
isManual() - Method in class org.sonar.api.rule.RuleKey
 
isManual() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
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
 
isNew() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
isNew() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
isNew() - Method in interface org.sonar.api.issue.Issue
During a scan return if the current issue is a new one.
isNew() - Method in interface org.sonar.api.issue.IssueHandler.Context
 
isNew() - Method in class org.sonar.api.rules.Violation
Deprecated.
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.
isNumericType() - Method in class org.sonar.api.measures.Metric
 
isOnDisabledRule() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
isOnlyLastAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isOptimizedBestValue() - Method in class org.sonar.api.measures.Metric
 
isOsWindows() - Method in class org.sonar.api.utils.System2
True if this is MS Windows.
isPackage(Resource) - Static method in class org.sonar.api.resources.Qualifiers
Deprecated.
since 4.2 Package is now a directory. Use Qualifiers.isDirectory(Resource)
isPackage(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Deprecated.
since 4.2 Package are now directory. Use ResourceUtils.isDirectory(Resource)
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
 
isPost() - Method in class org.sonar.api.server.ws.WebService.Action
 
isPreview() - Method in interface org.sonar.api.batch.AnalysisMode
 
isPreview() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester.MockAnalysisMode
 
isProfileCategory() - Method in class org.sonar.api.batch.Event
 
isProgramUnit(Resource) - Static method in class org.sonar.api.resources.Scopes
Deprecated.
since 4.3 resources under FILE level are no more be supported since 4.2.
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
 
isReady() - Method in interface org.sonar.process.Monitored
True if the process is started and operational (-> can accept requests), false if it's still starting.
isReady() - Method in class org.sonar.process.ProcessCommands
 
isReady() - Method in class org.sonar.search.SearchServer
 
isRequired() - Method in class org.sonar.api.server.ws.WebService.Param
Is the parameter required or optional ?
isRequirement() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
since 4.3
isRequirement() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
isRoot() - Method in class org.sonar.api.resources.Project
 
isRoot() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
isRoot() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
isRoot() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
isRoot() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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
 
isSpace(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isSpecial() - Method in class org.sonar.api.config.Category
 
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.InitializerExecutionHandler.InitializerExecutionEvent
 
isStart() - Method in interface org.sonar.api.batch.events.InitializersPhaseHandler.InitializersPhaseEvent
 
isStart() - Method in interface org.sonar.api.batch.events.PostJobExecutionHandler.PostJobExecutionEvent
 
isStart() - Method in interface org.sonar.api.batch.events.PostJobsPhaseHandler.PostJobsPhaseEvent
 
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
 
isStart() - Method in interface org.sonar.api.scan.event.ProjectScanHandler.ProjectScanEvent
 
Issuable - Interface in org.sonar.api.issue
This perspective allows to add and get issues related to the selected component.
Issuable.IssueBuilder - Interface in org.sonar.api.issue
 
isSub() - Method in interface org.sonar.api.batch.debt.DebtCharacteristic
 
isSub() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
isSub() - Method in interface org.sonar.api.server.debt.DebtCharacteristic
 
isSub() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
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
 
Issue - Interface in org.sonar.api.batch.sensor.issue
Represents an issue detected by a Sensor.
issue() - Method in interface org.sonar.api.issue.action.Function.Context
 
Issue - Interface in org.sonar.api.issue
 
issue() - Method in interface org.sonar.api.issue.IssueHandler.Context
 
Issue - Interface in org.sonar.wsclient.issue
 
Issue.Severity - Enum in org.sonar.api.batch.sensor.issue
 
ISSUE_ADMIN - Static variable in annotation type org.sonar.api.web.UserRole
 
IssueChange - Interface in org.sonar.wsclient.issue
 
IssueChangeContext - Class in org.sonar.api.issue.internal
PLUGINS MUST NOT BE USED THIS CLASS, EXCEPT FOR UNIT TESTING.
IssueChangeDiff - Interface in org.sonar.wsclient.issue
 
IssueClient - Interface in org.sonar.wsclient.issue
This client is a wrapper over the web services related to issues
issueClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to issues
IssueComment - Interface in org.sonar.api.issue
 
IssueComment - Interface in org.sonar.wsclient.issue
 
IssueFilter - Interface in org.sonar.api.issue.batch
An issue filter is an object that allows filtering of Issues on batch side, preventing them from being persisted.
IssueFilter - Interface in org.sonar.api.issue
Deprecated.
since 4.0
IssueFilterChain - Interface in org.sonar.api.issue.batch
A filter chain is an object provided to issues filters for fine control over the filtering logic.
IssueHandler - Interface in org.sonar.api.issue
 
IssueHandler.Context - Interface in org.sonar.api.issue
 
IssueJsonParser - Class in org.sonar.wsclient.issue.internal
 
IssueJsonParser() - Constructor for class org.sonar.wsclient.issue.internal.IssueJsonParser
 
issueKey() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
issueKey() - Method in class org.sonar.api.issue.internal.FieldDiffs
 
issueKey() - Method in interface org.sonar.api.issue.IssueComment
 
IssueQuery - Class in org.sonar.wsclient.issue
 
issues(String) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
issues() - Method in interface org.sonar.api.issue.Issuable
Unresolved issues, including the issues reported by end-users.
issues() - Method in interface org.sonar.api.issue.ProjectIssues
All the unresolved issues of the project, including the issues reported by end-users.
issues(String...) - Method in class org.sonar.wsclient.issue.BulkChangeQuery
 
issues(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
Issues - Interface in org.sonar.wsclient.issue
 
ISSUES_ADDED - Static variable in interface org.sonar.api.batch.DecoratorBarriers
This barrier is before DecoratorBarriers.ISSUES_TRACKED.
ISSUES_TRACKED - Static variable in interface org.sonar.api.batch.DecoratorBarriers
This barrier is after DecoratorBarriers.ISSUES_ADDED.
issuesNotChangedKeys() - Method in interface org.sonar.wsclient.issue.BulkChange
 
issuesNotChangedKeys() - Method in class org.sonar.wsclient.issue.internal.DefaultBulkChange
 
isSwitchedOff() - Method in class org.sonar.api.rules.Violation
Deprecated.
Tells whether this violation is ON or OFF.
isSwitchedOff() - Method in class org.sonar.api.violations.ViolationQuery
Deprecated.
Tells if the query should return only switched-off violations.
isTemplate() - Method in class org.sonar.api.rules.Rule
 
isToCurrentAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isTraceEnabled() - Method in interface org.sonar.api.utils.log.Logger
 
isTraceEnabled() - Method in class org.sonar.api.utils.log.Profiler
 
isUnitTest() - Method in class org.sonar.api.resources.JavaFile
Deprecated.
 
isUnitTestClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Deprecated.
isUnitTestFile(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
IsUnResolved - Class in org.sonar.api.issue.condition
 
IsUnResolved() - Constructor for class org.sonar.api.issue.condition.IsUnResolved
 
isUpgraded() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
Has the database been upgraded during the current startup ? Return false when ServerUpgradeStatus.isFreshInstall() is true.
isUseChildFirstClassLoader() - Method in interface org.sonar.api.platform.PluginMetadata
 
isValid() - Method in class org.sonar.api.config.PropertyDefinition.Result
 
isValid(String) - Static method in class org.sonar.api.server.rule.RuleTagFormat
 
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
Deprecated.
in 3.6
Java() - Constructor for class org.sonar.api.resources.Java
Deprecated.
Default constructor
JavaCommand - Class in org.sonar.process.monitor
 
JavaCommand(String) - Constructor for class org.sonar.process.monitor.JavaCommand
 
JavaFile - Class in org.sonar.api.resources
Deprecated.
since 4.2 use File. See http://docs.codehaus.org/display/SONAR/API+Changes for more details
JavaFile(String, String) - Constructor for class org.sonar.api.resources.JavaFile
Deprecated.
 
JavaFile(String, String, boolean) - Constructor for class org.sonar.api.resources.JavaFile
Deprecated.
 
JavaFile(String) - Constructor for class org.sonar.api.resources.JavaFile
Deprecated.
 
JavaFile(String, boolean) - Constructor for class org.sonar.api.resources.JavaFile
Deprecated.
 
JavaPackage - Class in org.sonar.api.resources
Deprecated.
since 4.2 use Directory instead
JavaPackage() - Constructor for class org.sonar.api.resources.JavaPackage
Deprecated.
 
JavaPackage(String) - Constructor for class org.sonar.api.resources.JavaPackage
Deprecated.
 
JavaProcessLauncher - Class in org.sonar.process.monitor
 
JavaProcessLauncher(Timeouts) - Constructor for class org.sonar.process.monitor.JavaProcessLauncher
 
JDBC_DRIVER_PATH - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_LOGIN - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_MAX_ACTIVE - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_MAX_IDLE - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_MAX_WAIT - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_MIN_IDLE - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_PASSWORD - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in interface org.sonar.process.ProcessConstants
 
JDBC_URL - Static variable in interface org.sonar.process.ProcessConstants
 
JdkUtils - Class in org.sonar.wsclient
 
JdkUtils() - Constructor for class org.sonar.wsclient.JdkUtils
 
JsonUtils - Class in org.sonar.wsclient.unmarshallers
 
JsonWriter - Class in org.sonar.api.utils.text
Writes JSON as a stream.
JUnitTempFolder - Class in org.sonar.api.utils.internal
Implementation of TempFolder to be used only in JUnit tests.
JUnitTempFolder() - Constructor for class org.sonar.api.utils.internal.JUnitTempFolder
 

K

key() - Method in interface org.sonar.api.batch.debt.DebtCharacteristic
 
key() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
key() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
key() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
Component key.
key() - Method in interface org.sonar.api.batch.measure.Metric
 
key() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
key() - Method in interface org.sonar.api.batch.rule.Rule
 
key() - Method in interface org.sonar.api.batch.rule.RuleParam
 
key() - Method in class org.sonar.api.batch.scm.ScmProvider
Unique identifier of the provider.
key() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
key() - Method in interface org.sonar.api.component.Component
 
key() - Method in class org.sonar.api.component.mock.MockSourceFile
 
key() - Method in class org.sonar.api.config.Category
 
key() - Method in class org.sonar.api.config.PropertyDefinition
Unique key within all plugins.
key() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
key() - Method in class org.sonar.api.issue.action.Action
 
key() - Method in interface org.sonar.api.issue.ActionPlan
Unique generated key
key() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
key() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
key() - Method in interface org.sonar.api.issue.Issue
Unique generated key.
key() - Method in interface org.sonar.api.issue.IssueComment
 
key() - Method in class org.sonar.api.measures.Metric
 
KEY - Static variable in class org.sonar.api.resources.Java
Deprecated.
Java key
key() - Method in class org.sonar.api.resources.Project
 
key() - Method in interface org.sonar.api.server.debt.DebtCharacteristic
 
key() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
key() - Method in interface org.sonar.api.server.rule.RulesDefinition.ExtendedRepository
 
key() - Method in interface org.sonar.api.server.rule.RulesDefinition.NewExtendedRepository
 
key() - Method in class org.sonar.api.server.rule.RulesDefinition.NewParam
 
key() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRepositoryImpl
 
key() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
key() - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
key() - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
key() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
key() - Method in class org.sonar.api.server.ws.WebService.Action
 
key() - Method in class org.sonar.api.server.ws.WebService.Param
 
key(String) - Method in class org.sonar.api.task.TaskDefinition.Builder
Deprecated.
 
key() - Method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
key() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
key() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
key() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
key() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
key() - Method in class org.sonar.wsclient.component.Component
 
key() - Method in interface org.sonar.wsclient.issue.ActionPlan
Unique key
key() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
Unique key
key() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
Unique key
key() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueChangeDiff
 
key() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueComment
 
key() - Method in interface org.sonar.wsclient.issue.Issue
Unique key
key() - Method in interface org.sonar.wsclient.issue.IssueChangeDiff
 
key() - Method in interface org.sonar.wsclient.issue.IssueComment
 
key(String) - Method in class org.sonar.wsclient.issue.UpdateActionPlan
 
key() - Method in class org.sonar.wsclient.project.internal.DefaultProject
 
key(String) - Method in class org.sonar.wsclient.project.NewProject
 
key() - Method in interface org.sonar.wsclient.project.Project
 
key() - Method in class org.sonar.wsclient.rule.Rule
Unique key
key() - Method in class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
key() - Method in class org.sonar.xoo.scm.XooScmProvider
 
KEY - Static variable in class org.sonar.xoo.Xoo
 
KEY_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
KeyValueFormat - Class in org.sonar.api.utils
Formats and parses key/value pairs with the text 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.DoubleConverter - Class in org.sonar.api.utils
 
KeyValueFormat.IntegerConverter - Class in org.sonar.api.utils
 
KeyValueFormat.PriorityConverter - Class in org.sonar.api.utils
 
KeyValueFormat.StringConverter - Class in org.sonar.api.utils
 
KeyValueFormat.ToStringConverter - Class in org.sonar.api.utils
 

L

L10N_PATH - Static variable in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
l10nKey() - Method in exception org.sonar.api.utils.MessageException
 
l10nParams() - Method in exception org.sonar.api.utils.MessageException
 
language() - Method in interface org.sonar.api.batch.fs.InputFile
Language, for example "java" or "php".
language() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
language() - Method in interface org.sonar.api.batch.rule.ActiveRule
Language of rule, for example java
language() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
language() - Method in class org.sonar.api.component.mock.MockSourceFile
 
language() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
language() - Method in interface org.sonar.api.issue.Issue
 
Language - Interface in org.sonar.api.resources
The extension point to define a new language

Instantiation strategy changed to PER_BATCH in version 4.2.

language - Variable in class org.sonar.api.resources.Method
Deprecated.
 
language() - Method in class org.sonar.api.resources.Resource
 
language() - Method in interface org.sonar.api.server.rule.RulesDefinition.ExtendedRepository
 
language() - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
LANGUAGE_JAVA - Static variable in class org.sonar.wsclient.services.Resource
 
LANGUAGE_RELATED_PORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
LANGUAGE_SPECIFIC_PARAMETERS - Static variable in interface org.sonar.api.CoreProperties
 
LANGUAGE_SPECIFIC_PARAMETERS_LANGUAGE_KEY - Static variable in interface org.sonar.api.CoreProperties
 
LANGUAGE_SPECIFIC_PARAMETERS_MAN_DAYS_KEY - Static variable in interface org.sonar.api.CoreProperties
 
LANGUAGE_SPECIFIC_PARAMETERS_SIZE_METRIC_KEY - Static variable in interface org.sonar.api.CoreProperties
 
languages() - Method in interface org.sonar.api.batch.fs.FileSystem
Languages detected in all files, whatever their type (main or test)
languages() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
languages() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
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
Languages() - Constructor for class org.sonar.api.resources.Languages
No languages are installed
languages() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
languages(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
lastValidOffset() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
launch(Monitored) - Method in class org.sonar.process.ProcessEntryPoint
Launch process and waits until it's down
LCOM4 - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
LCOM4_BLOCKS - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
LCOM4_BLOCKS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
LCOM4_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
LCOM4_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
LCOM4_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
length() - Method in class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
LIBRARIES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
since 4.5.1 use SonarQube Java specific API
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.
Lifecycle - Class in org.sonar.process
 
Lifecycle() - Constructor for class org.sonar.process.Lifecycle
 
Lifecycle.State - Enum in org.sonar.process
 
line() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
line() - Method in interface org.sonar.api.batch.sensor.issue.Issue
Line of the issue.
line() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
line(Integer) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
Optional line index, starting from 1.
line() - Method in interface org.sonar.api.issue.Issue
Optional line number.
line() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
line() - Method in interface org.sonar.wsclient.issue.Issue
 
line(Integer) - Method in class org.sonar.wsclient.issue.NewIssue
Optional line, starting from 1.
LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
linear(String) - Method in interface org.sonar.api.server.rule.RulesDefinition.DebtRemediationFunctions
 
linearWithOffset(String, String) - Method in interface org.sonar.api.server.rule.RulesDefinition.DebtRemediationFunctions
 
lines() - Method in interface org.sonar.api.batch.fs.InputFile
Number of physical lines.
lines() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
lines() - Method in interface org.sonar.api.test.CoverageBlock
 
LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Computed by the platform since SQ 5.1
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() - Method in class org.sonar.api.issue.action.Actions
 
LIST - Static variable in class org.sonar.api.web.Filter
 
list() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
list() - Method in interface org.sonar.wsclient.issue.Issues
 
list() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
list() - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
ListUpdate - Class in org.sonar.search.script
 
ListUpdate(String, String, String, Map<String, Object>) - Constructor for class org.sonar.search.script.ListUpdate
 
ListUpdate.UpdateListScriptFactory - Class in org.sonar.search.script
 
ListUpdate.UpdateListScriptFactory() - Constructor for class org.sonar.search.script.ListUpdate.UpdateListScriptFactory
 
load(RulesDefinition.NewExtendedRepository, Class...) - Method in class org.sonar.api.server.rule.RulesDefinitionAnnotationLoader
 
load(RulesDefinition.NewRepository) - Method in class org.sonar.api.server.rule.RulesDefinitionI18nLoader
Loads descriptions of rules and related rule parameters.
load(RulesDefinition.NewRepository, InputStream, String) - Method in class org.sonar.api.server.rule.RulesDefinitionXmlLoader
 
load(RulesDefinition.NewRepository, InputStream, Charset) - Method in class org.sonar.api.server.rule.RulesDefinitionXmlLoader
 
load(RulesDefinition.NewRepository, Reader) - Method in class org.sonar.api.server.rule.RulesDefinitionXmlLoader
 
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
Deprecated.
Forbids the creation of resources when saving violations and measures.
log(Logger) - Method in class org.sonar.api.utils.ValidationMessages
 
log(Logger) - Method in class org.sonar.api.utils.ValidationMessages
Deprecated.
replaced by ValidationMessages.log(org.sonar.api.utils.log.Logger) since deprecation of slf4j in 5.1
Log - Interface in org.sonar.home.log
 
LogbackHelper - Class in org.sonar.process
Helps to configure Logback in a programmatic way, without using XML.
LogbackHelper() - Constructor for class org.sonar.process.LogbackHelper
 
LogbackHelper.RollingPolicy - Class in org.sonar.process
 
LogbackHelper.RollingPolicy(Context, String, File, int) - Constructor for class org.sonar.process.LogbackHelper.RollingPolicy
 
Logger - Interface in org.sonar.api.utils.log
SonarQube plugins are not coupled with external logging libraries like SLF4J or Logback.
LoggerLevel - Enum in org.sonar.api.utils.log
 
Loggers - Class in org.sonar.api.utils.log
 
Loggers() - Constructor for class org.sonar.api.utils.log.Loggers
 
LOGIC_CHANGEABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic CHANGEABILITY
LOGIC_RELIABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
LOGIN - Static variable in interface org.sonar.api.CoreProperties
 
login() - Method in class org.sonar.api.issue.internal.IssueChangeContext
 
login() - Method in interface org.sonar.api.user.User
 
login() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueComment
 
login() - Method in interface org.sonar.wsclient.issue.IssueComment
 
login(String) - Method in class org.sonar.wsclient.SonarClient.Builder
Optional login, for example "admin"
login() - Method in class org.sonar.wsclient.user.User
Unique login
login(String) - Method in class org.sonar.wsclient.user.UserParameters
 
LoginPasswordAuthenticator - Interface in org.sonar.api.security
Deprecated.
replaced by Authenticator in version 3.1
logins(Collection<String>) - Method in class org.sonar.api.user.UserQuery.Builder
 
logins(String...) - Method in class org.sonar.api.user.UserQuery.Builder
 
logins() - Method in class org.sonar.api.user.UserQuery
 
logins(String...) - Method in class org.sonar.wsclient.user.UserQuery
 
logs() - Method in class org.sonar.api.utils.log.LogTester
Logs in chronological order (item at index 0 is the oldest one)
logs(LoggerLevel) - Method in class org.sonar.api.utils.log.LogTester
Logs in chronological order (item at index 0 is the oldest one) for a given level
logsDir - Variable in class org.sonar.process.LogbackHelper.RollingPolicy
 
LogTester - Class in org.sonar.api.utils.log
For tests only

This JUnit rule allows to configure and access logs in tests.

LogTester() - Constructor for class org.sonar.api.utils.log.LogTester
 
longName() - Method in interface org.sonar.api.component.Component
 
longName() - Method in class org.sonar.api.component.mock.MockSourceFile
 
longName() - Method in class org.sonar.api.resources.Project
 
longName() - Method in class org.sonar.wsclient.component.Component
 
longToDate(Long) - Static method in class org.sonar.api.utils.DateUtils
 
LoopbackAddress - Class in org.sonar.process
 
LT - Static variable in class org.sonar.api.web.Criterion
 
LTE - Static variable in class org.sonar.api.web.Criterion
 

M

main(String...) - Static method in class org.sonar.search.SearchServer
 
mainFiles(String...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
Source files, excluding unit tests and files matching project exclusion patterns.
MAINTAINABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic MAINTAINABILITY
MAJOR - Static variable in class org.sonar.api.rule.Severity
 
MAJOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MAJOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
mandatoryParam(String) - Method in class org.sonar.api.server.ws.Request
Returns a non-null value.
mandatoryParamAsBoolean(String) - Method in class org.sonar.api.server.ws.Request
Returns a boolean value.
mandatoryParamAsEnum(String, Class<E>) - Method in class org.sonar.api.server.ws.Request
 
mandatoryParamAsInt(String) - Method in class org.sonar.api.server.ws.Request
Returns an int value.
mandatoryParamAsLong(String) - Method in class org.sonar.api.server.ws.Request
Returns a long value.
mandatoryParamAsStrings(String) - Method in class org.sonar.api.server.ws.Request
 
ManifestUtils - Class in org.sonar.api.utils
 
MANUAL_REPOSITORY_KEY - Static variable in class org.sonar.api.rule.RuleKey
 
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
 
manualSeverity() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
markdownDescription() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
markdownText() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
markdownText() - Method in interface org.sonar.api.issue.IssueComment
 
match(InputFile) - Method in class org.sonar.api.batch.fs.internal.PathPattern
 
match(InputFile, boolean) - Method in class org.sonar.api.batch.fs.internal.PathPattern
 
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(Issue) - Method in interface org.sonar.api.issue.condition.Condition
 
matches(Issue) - Method in class org.sonar.api.issue.condition.HasIssuePropertyCondition
 
matches(Issue) - Method in class org.sonar.api.issue.condition.HasResolution
 
matches(Issue) - Method in class org.sonar.api.issue.condition.HasStatus
 
matches(Issue) - Method in class org.sonar.api.issue.condition.IsUnResolved
 
matches(Issue) - Method in class org.sonar.api.issue.condition.NotCondition
 
matches(String) - Method in class org.sonar.api.web.ServletFilter.UrlPattern
 
matches(Object) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
matchesPathPattern(String) - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that gets the files which relative or absolute path matches a wildcard pattern.
matchesPathPattern(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
matchesPathPatterns(String[]) - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that gets the files matching at least one wildcard pattern.
matchesPathPatterns(String[]) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
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
Deprecated.
 
matchFilePattern(String) - Method in class org.sonar.api.resources.JavaPackage
Deprecated.
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Library
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Method
Deprecated.
 
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
Deprecated.
since 4.5 we don't want any dependency on Maven anymore
MavenPlugin(Plugin) - Constructor for class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Creates a MavenPlugin based on a Plugin
MavenPlugin(String, String, String) - Constructor for class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Creates a Maven plugin based on artifact + group + version
MavenSurefireUtils - Class in org.sonar.api.batch.maven
Deprecated.
since 4.5 we don't want any dependency on Maven anymore
MavenUtils - Class in org.sonar.api.batch.maven
Deprecated.
since 4.5 we don't want any dependency on Maven anymore
MAX_FILES_PROPERTY - Static variable in class org.sonar.process.LogbackHelper
 
MAX_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
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
Deprecated.
 
maxFiles - Variable in class org.sonar.process.LogbackHelper.RollingPolicy
 
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(String, Metric<G>) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
measure(String, String) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
Measure<G extends Serializable> - Interface in org.sonar.api.batch.sensor.measure
Measure on File, Directory or Project.
Measure<G extends Serializable> - 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.
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
measures(String) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
MeasureSensor - Class in org.sonar.xoo.lang
Parse files *.xoo.measures
MeasureSensor(MetricFinder) - Constructor for class org.sonar.xoo.lang.MeasureSensor
 
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
MEMORY_EFFICIENCY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic EFFICIENCY
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(String) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
message() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
message() - Method in interface org.sonar.api.batch.sensor.issue.Issue
Message of the issue.
message(String) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
Message of the issue.
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() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
message(String) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
Optional, but recommended, plain-text message.
message() - Method in interface org.sonar.api.issue.Issue
 
message() - Method in interface org.sonar.api.test.TestCase
 
Message - Interface in org.sonar.check
Deprecated.
in 2.3
message() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
message() - Method in interface org.sonar.wsclient.issue.Issue
 
message(String) - Method in class org.sonar.wsclient.issue.NewIssue
 
message() - Method in class org.sonar.wsclient.system.internal.DefaultMigration
 
message() - Method in interface org.sonar.wsclient.system.Migration
 
MESSAGE_MAX_SIZE - Static variable in interface org.sonar.api.issue.Issue
Maximum number of characters in the message.
MessageException - Exception in org.sonar.api.utils
Runtime exception for "functional" error.
MessageException - Exception in org.sonar.process
Unchecked exception that is displayed without stacktrace
MessageException(String) - Constructor for exception org.sonar.process.MessageException
 
Method - Class in org.sonar.api.resources
Deprecated.
in 4.2. Only file system components are managed by SQ core (files/directories).
Method(String, String, Language) - Constructor for class org.sonar.api.resources.Method
Deprecated.
 
METHOD - Static variable in class org.sonar.api.resources.Qualifiers
Deprecated.
since 4.2 resources under FILE level will no more be supported.
method() - Method in class org.sonar.api.server.ws.internal.SimpleGetRequest
 
method() - Method in class org.sonar.api.server.ws.Request
Returns the name of the HTTP method with which this request was made.
Metric<G extends Serializable> - Interface in org.sonar.api.batch.measure
 
metric() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
metric() - Method in interface org.sonar.api.batch.sensor.measure.Measure
The metric this measure belong to.
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<G extends Serializable> - 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 - 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
 
MetricCreateQuery - Class in org.sonar.wsclient.services
 
MetricDeleteQuery - Class in org.sonar.wsclient.services
 
MetricFinder - Interface in org.sonar.api.batch.measure
 
MetricFinder - Interface in org.sonar.api.measures
Deprecated.
since 5.1 use MetricFinder on batch side
metricKey - Variable in class org.sonar.api.measures.Measure
 
metricKey() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
metricKey(String) - Method in class org.sonar.wsclient.qualitygate.NewCondition
 
metricKey() - Method in interface org.sonar.wsclient.qualitygate.QualityGateCondition
 
metricKey(String) - Method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
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
 
MetricUpdateQuery - Class in org.sonar.wsclient.services
 
migrate() - Method in class org.sonar.wsclient.system.internal.DefaultSystemClient
 
migrate(long, long) - Method in class org.sonar.wsclient.system.internal.DefaultSystemClient
 
migrate() - Method in interface org.sonar.wsclient.system.SystemClient
Asynchronously start a database migration.
migrate(long, long) - Method in interface org.sonar.wsclient.system.SystemClient
Synchronously start a database migration.
Migration - Interface in org.sonar.wsclient.system
 
Migration.Status - Enum in org.sonar.wsclient.system
 
MinimumViableSystem - Class in org.sonar.process
 
MinimumViableSystem() - Constructor for class org.sonar.process.MinimumViableSystem
 
MINOR - Static variable in class org.sonar.api.rule.Severity
 
MINOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MINOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
MINUTE - Static variable in class org.sonar.api.utils.Duration
 
minutes() - Method in class org.sonar.api.utils.internal.WorkDuration
 
MINUTES - Static variable in class org.sonar.api.utils.WorkUnit
Deprecated.
 
MockSourceFile - Class in org.sonar.api.component.mock
 
Model - Class in org.sonar.wsclient.services
 
Model() - Constructor for class org.sonar.wsclient.services.Model
 
MODULARITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic REUSABILITY
Module - Interface in org.sonar.api.component
 
MODULE - Static variable in class org.sonar.api.resources.Qualifiers
Module of a multi-modules project.
moduleBaseDir - Variable in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
ModuleFileSystem - Interface in org.sonar.api.scan.filesystem
Deprecated.
in 4.2. Replaced by FileSystem
moduleKey() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
moduleKey() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
ModuleScanPhaseHandler - Interface in org.sonar.api.scan.event
 
ModuleScanPhaseHandler.ModuleScanPhaseEvent - Interface in org.sonar.api.scan.event
 
moduleUuid() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
moduleUuidPath() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
Monitor - Class in org.sonar.process.monitor
 
Monitored - Interface in org.sonar.process
 
multiple() - Method in class org.sonar.api.server.rule.RuleParamType
 
multipleListOfValues(String...) - Static method in class org.sonar.api.server.rule.RuleParamType
 
multiply(int) - Method in class org.sonar.api.utils.Duration
Multiply the duration with the given factor.
multiply(int) - Method in class org.sonar.api.utils.internal.WorkDuration
 
multiValues(boolean) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
multiValues() - Method in class org.sonar.api.config.PropertyDefinition
 
mustSendNotifications() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
MutablePerspective - Interface in org.sonar.api.component
 
MutableTestable - Interface in org.sonar.api.test
 
MutableTestCase - Interface in org.sonar.api.test
 
MutableTestPlan - Interface in org.sonar.api.test
 

N

name() - Method in interface org.sonar.api.batch.debt.DebtCharacteristic
 
name() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
name() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
name() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
name() - Method in interface org.sonar.api.batch.rule.Rule
 
name() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
name(String) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
name(String) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
Displayable name of the Sensor.
name() - Method in interface org.sonar.api.component.Component
 
name() - Method in class org.sonar.api.component.mock.MockSourceFile
 
name(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
name() - Method in class org.sonar.api.config.PropertyDefinition
 
name(String) - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
name() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
name() - Method in interface org.sonar.api.issue.ActionPlan
 
NAME - Static variable in class org.sonar.api.resources.Java
Deprecated.
Java name
name() - Method in class org.sonar.api.resources.Project
 
name() - Method in interface org.sonar.api.server.debt.DebtCharacteristic
 
name() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
name() - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
name() - Method in interface org.sonar.api.server.rule.RulesDefinition.Repository
 
name() - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
name() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
name() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
name() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
name() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
name() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
name() - Method in interface org.sonar.api.test.TestCase
 
name() - Method in interface org.sonar.api.user.User
 
name(String) - Method in class org.sonar.api.utils.text.JsonWriter
Encodes the property name.
name() - Method in class org.sonar.wsclient.component.Component
 
name() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
name() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
name(String) - Method in class org.sonar.wsclient.issue.NewActionPlan
 
name(String) - Method in class org.sonar.wsclient.issue.UpdateActionPlan
 
name() - Method in class org.sonar.wsclient.project.internal.DefaultProject
 
name(String) - Method in class org.sonar.wsclient.project.NewProject
 
name() - Method in interface org.sonar.wsclient.project.Project
 
name() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGate
 
name() - Method in interface org.sonar.wsclient.qualitygate.QualityGate
 
name() - Method in class org.sonar.wsclient.rule.Rule
 
name() - Method in class org.sonar.wsclient.services.ResourceSearchResult.Resource
 
name() - Method in class org.sonar.wsclient.user.User
 
name(String) - Method in class org.sonar.wsclient.user.UserParameters
 
NAME - Static variable in class org.sonar.xoo.Xoo
 
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
 
NCLOC_LANGUAGE_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
NCLOC_LANGUAGE_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NETWORK_USE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic EFFICIENCY
NetworkUtils - Class in org.sonar.process
 
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_TECHNICAL_DEBT - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_TECHNICAL_DEBT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NewActionPlan - Class in org.sonar.wsclient.issue
 
NewActiveRule - Class in org.sonar.api.batch.rule.internal
 
NewCondition - Class in org.sonar.wsclient.qualitygate
 
newConsoleAppender(Context, String, String) - Method in class org.sonar.process.LogbackHelper
 
newDate() - Method in class org.sonar.api.utils.System2
 
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
 
NewDependency - Interface in org.sonar.api.batch.sensor.dependency
Builder to create new Dependency.
newDependency() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
newDependency() - Method in interface org.sonar.api.batch.sensor.SensorContext
Create a new dependency.
newDir() - Method in class org.sonar.api.utils.internal.DefaultTempFolder
 
newDir(String) - Method in class org.sonar.api.utils.internal.DefaultTempFolder
 
newDir() - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
newDir(String) - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
newDir() - Method in interface org.sonar.api.utils.TempFolder
Create a directory in temp folder with a random unique name.
newDir(String) - Method in interface org.sonar.api.utils.TempFolder
Create a directory in temp folder using provided name.
newDoubleConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
NewDuplication - Interface in org.sonar.api.batch.sensor.duplication

This builder is used to declare duplications on files of the project.

newDuplication() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
newDuplication() - Method in interface org.sonar.api.batch.sensor.SensorContext
Builder to manually register duplication in a file.
newFile() - Method in class org.sonar.api.utils.internal.DefaultTempFolder
 
newFile(String, String) - Method in class org.sonar.api.utils.internal.DefaultTempFolder
 
newFile() - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
newFile(String, String) - Method in class org.sonar.api.utils.internal.JUnitTempFolder
 
newFile() - Method in interface org.sonar.api.utils.TempFolder
 
newFile(String, String) - Method in interface org.sonar.api.utils.TempFolder
 
NewHighlighting - Interface in org.sonar.api.batch.sensor.highlighting
This builder is used to define syntax highlighting (aka code coloration) on files.
newHighlighting() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
newHighlighting() - Method in interface org.sonar.api.batch.sensor.SensorContext
Builder to define highlighting of a file.
newHighlighting() - Method in interface org.sonar.api.source.Highlightable
 
newInputSupplier(URI) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, Integer) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, String, Integer) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, String, String) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, String, String, String) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, String, String, Integer) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInputSupplier(URI, String, String, String, Integer) - Method in class org.sonar.api.utils.HttpDownloader.BaseHttpDownloader
 
newInstance(String) - Method in class org.sonar.api.utils.log.Loggers
 
newIntegerConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newIssue() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
NewIssue - Interface in org.sonar.api.batch.sensor.issue
Represents an issue detected by a Sensor.
newIssue() - Method in interface org.sonar.api.batch.sensor.SensorContext
Fluent builder to create a new Issue.
NewIssue - Class in org.sonar.wsclient.issue
 
newIssueBuilder() - Method in interface org.sonar.api.issue.Issuable
Builder is used to create the issue to be passed to Issuable.addIssue(Issue)
newJsonWriter() - Method in interface org.sonar.api.server.ws.Response
 
newMeasure() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
NewMeasure<G extends Serializable> - Interface in org.sonar.api.batch.sensor.measure
Builder to create new Measure.
newMeasure() - Method in interface org.sonar.api.batch.sensor.SensorContext
Fluent builder to create a new Measure.
newPriorityConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
NewProject - Class in org.sonar.wsclient.project
 
newReference(Symbol, int) - Method in interface org.sonar.api.source.Symbolizable.SymbolTableBuilder
 
NewRule - Class in org.sonar.api.batch.rule.internal
 
NewRuleParam - Class in org.sonar.api.batch.rule.internal
 
newScript(Map<String, Object>) - Method in class org.sonar.search.script.ListUpdate.UpdateListScriptFactory
 
newStringConverter() - Static method in class org.sonar.api.utils.KeyValueFormat
 
newSymbol(int, int) - Method in interface org.sonar.api.source.Symbolizable.SymbolTableBuilder
 
newSymbolTableBuilder() - Method in interface org.sonar.api.source.Symbolizable
 
newTempDir(String) - Static method in class org.sonar.test.TestUtils
 
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
 
newValue() - Method in class org.sonar.api.issue.internal.FieldDiffs.Diff
 
newValue() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueChangeDiff
 
newValue() - Method in interface org.sonar.wsclient.issue.IssueChangeDiff
 
newValueLong() - Method in class org.sonar.api.issue.internal.FieldDiffs.Diff
 
newXmlWriter() - Method in interface org.sonar.api.server.ws.Response
 
noContent() - Method in interface org.sonar.api.server.ws.Response
 
Node - Class in org.sonar.api.utils.dag
 
Node(Object) - Constructor for class org.sonar.api.utils.dag.Node
 
none() - Method in interface org.sonar.api.batch.fs.FilePredicates
Predicate that always evaluates to false
none() - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
Returns a predicate that always evaluates to false
NONE - Static variable in interface org.sonar.api.server.debt.DebtCharacteristic
Only used when a characteristic is disabled (id is -1 in dto) by the user.
NONE_LANGUAGE - Static variable in class org.sonar.api.resources.Project
Internal use
nonNullValue(String) - Method in class org.sonar.process.Props
 
nonNullValueAsFile(String) - Method in class org.sonar.process.Props
 
normalize(String) - Static method in class org.sonar.api.resources.Resource
 
NoSonarFilter - Class in org.sonar.api.checks
Deprecated.
in 3.6. Replaced by NoSonarFilter
NoSonarFilter(SonarIndex) - Constructor for class org.sonar.api.checks.NoSonarFilter
Deprecated.
 
NoSonarFilter - Class in org.sonar.api.issue
Issue filter used to ignore issues created on lines commented with the tag "NOSONAR".
NoSonarFilter() - Constructor for class org.sonar.api.issue.NoSonarFilter
 
noSonarInFile(InputFile, Set<Integer>) - Method in class org.sonar.api.issue.NoSonarFilter
Register lines in a file that contains the NOSONAR flag.
not(FilePredicate) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
not(FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
NotCondition - Class in org.sonar.api.issue.condition
 
NotCondition(Condition) - Constructor for class org.sonar.api.issue.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, along with which delivery channels they selected.
NotificationDispatcher(String) - Constructor for class org.sonar.api.notifications.NotificationDispatcher
Creates a new dispatcher for notifications of the given type.
NotificationDispatcher() - Constructor for class org.sonar.api.notifications.NotificationDispatcher
Creates a new generic dispatcher, used for any kind of notification.
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.
NotificationDispatcherMetadata - Class in org.sonar.api.notifications
Notification dispatchers (see NotificationDispatcher) can define their own metadata class in order to tell more about them.
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.
now() - Method in class org.sonar.api.utils.System2
NUMBER_OF_CHILDREN - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.0. See SONAR-4643
NUMBER_OF_CHILDREN_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.0. See SONAR-4643

O

of(RuleKey) - Method in class org.sonar.api.batch.rule.Checks
 
of(String, String) - Static method in class org.sonar.api.rule.RuleKey
Create a key.
of(String) - Static method in enum org.sonar.api.test.TestCase.Status
 
of(String) - Static method in exception org.sonar.api.utils.MessageException
 
of(Writer) - Static method in class org.sonar.api.utils.text.CsvWriter
 
of(Writer) - Static method in class org.sonar.api.utils.text.JsonWriter
 
of(Writer) - Static method in class org.sonar.api.utils.text.XmlWriter
 
of(File) - Method in class org.sonar.home.cache.FileHashes
 
of(InputStream) - Method in class org.sonar.home.cache.FileHashes
Computes the hash of given stream.
offset() - Method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
offset() - Method in interface org.sonar.api.server.debt.DebtRemediationFunction
offset() - Method in class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
offset() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
since 4.2
offset() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
since 4.2
offset() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
since 4.2
offset() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
offset() - Method in class org.sonar.api.utils.Paging
 
offsetUnit() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
offsetUnit() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
offsetUnit() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
offsetUnit() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
offsetValue() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
offsetValue() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
offsetValue() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
offsetValue() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
ofL10n(String, Object...) - Static method in exception org.sonar.api.utils.MessageException
 
oldValue() - Method in class org.sonar.api.issue.internal.FieldDiffs.Diff
 
oldValue() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueChangeDiff
 
oldValue() - Method in interface org.sonar.wsclient.issue.IssueChangeDiff
 
oldValueLong() - Method in class org.sonar.api.issue.internal.FieldDiffs.Diff
 
on(FileType...) - Static method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
on(String, String...) - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
onChange(GlobalPropertyChangeHandler.PropertyChange) - Method in class org.sonar.api.config.GlobalPropertyChangeHandler
This method gets called when a property is changed.
onComponentOnly(boolean) - Method in class org.sonar.wsclient.issue.IssueQuery
 
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.
onDir(InputDir) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
onDir(InputDir) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
The InputDir the issue belongs to.
OneIssueOnDirPerFileSensor - Class in org.sonar.xoo.rule
 
OneIssueOnDirPerFileSensor() - Constructor for class org.sonar.xoo.rule.OneIssueOnDirPerFileSensor
 
OneIssuePerLineSensor - Class in org.sonar.xoo.rule
 
OneIssuePerLineSensor() - Constructor for class org.sonar.xoo.rule.OneIssuePerLineSensor
 
onFile(InputFile) - Method in class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting
 
onFile(InputFile) - Method in interface org.sonar.api.batch.sensor.highlighting.NewHighlighting
The file the highlighting belongs to.
onFile(InputFile) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
onFile(InputFile) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
The InputFile the issue belongs to.
onFile(InputFile) - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
onFile(InputFile) - Method in interface org.sonar.api.batch.sensor.measure.NewMeasure
The file the measure belongs to.
onFinished() - Method in class org.sonar.api.batch.AbstractSourceImporter
Deprecated.
 
onInitializerExecution(InitializerExecutionHandler.InitializerExecutionEvent) - Method in interface org.sonar.api.batch.events.InitializerExecutionHandler
Called before and after execution of Initializer.
onInitializersPhase(InitializersPhaseHandler.InitializersPhaseEvent) - Method in interface org.sonar.api.batch.events.InitializersPhaseHandler
Called before and after execution of all Initializerss.
onIssue(IssueHandler.Context) - Method in interface org.sonar.api.issue.IssueHandler
 
onLanguage(String...) - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
onlyOnFileType(InputFile.Type) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
onlyOnFileType(InputFile.Type) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
InputFile.Type this Sensor work on.
onlyOnLanguage(String) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
onlyOnLanguage(String) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
Language this Sensor work on.
onlyOnLanguages(String...) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
onlyOnLanguages(String...) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
List languages this Sensor work on.
onlyOnQualifiers(String, String...) - Method in class org.sonar.api.config.PropertyDefinition.Builder
The property will be available in the components with the given qualifiers, but NOT in General Settings.
onlyOnQualifiers(List<String>) - Method in class org.sonar.api.config.PropertyDefinition.Builder
The property will be available in the components with the given qualifiers, but NOT in General Settings.
onMain() - Static method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
onModuleScanPhase(ModuleScanPhaseHandler.ModuleScanPhaseEvent) - Method in interface org.sonar.api.scan.event.ModuleScanPhaseHandler
 
onPostJobExecution(PostJobExecutionHandler.PostJobExecutionEvent) - Method in interface org.sonar.api.batch.events.PostJobExecutionHandler
Called before and after execution of PostJob.
onPostJobsPhase(PostJobsPhaseHandler.PostJobsPhaseEvent) - Method in interface org.sonar.api.batch.events.PostJobsPhaseHandler
Called before and after execution of all PostJobs.
onProject() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
onProject() - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
Tell that the issue is global to the project.
onProject() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
onProject() - Method in interface org.sonar.api.batch.sensor.measure.NewMeasure
Tell that the measure is global to the project.
onProjectAnalysis(ProjectAnalysisHandler.ProjectAnalysisEvent) - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler
Called before and after analysis of project.
onProjectScan(ProjectScanHandler.ProjectScanEvent) - Method in interface org.sonar.api.scan.event.ProjectScanHandler
 
onQualifiers(String, String...) - Method in class org.sonar.api.config.PropertyDefinition.Builder
The property will be available in General Settings AND in the components with the given qualifiers.
onQualifiers(List<String>) - Method in class org.sonar.api.config.PropertyDefinition.Builder
The property will be available in General Settings AND in the components with the given qualifiers.
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
 
onSource() - Static method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
onTest() - Static method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
open(String) - Method in interface org.sonar.wsclient.issue.ActionPlanClient
 
open(String) - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
 
OPEN_ISSUES - Static variable in class org.sonar.api.measures.CoreMetrics
 
OPEN_ISSUES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
openStream(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
operationalWebapp() - Method in class org.sonar.wsclient.system.internal.DefaultMigration
 
operationalWebapp() - Method in interface org.sonar.wsclient.system.Migration
 
operator() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
operator(String) - Method in class org.sonar.wsclient.qualitygate.NewCondition
 
operator() - Method in interface org.sonar.wsclient.qualitygate.QualityGateCondition
 
operator(String) - Method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
OPERATORS - Static variable in class org.sonar.api.web.Criterion
 
OptimizedFilePredicate - Interface in org.sonar.api.batch.fs.internal
Optimized version of FilePredicate allowing to speed up query by looking at InputFile by index.
options(String, String...) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
options(List<String>) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
options() - Method in class org.sonar.api.config.PropertyDefinition
Options for *_LIST types

Options for property of type PropertyType.SINGLE_SELECT_LIST For example {"property_1", "property_3", "property_3"}).

options(String...) - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
options(List<String>) - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
options() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
or(Collection<FilePredicate>) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
or(FilePredicate...) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
or(FilePredicate, FilePredicate) - Method in interface org.sonar.api.batch.fs.FilePredicates
 
or(Collection<FilePredicate>) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
or(FilePredicate...) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
or(FilePredicate, FilePredicate) - Method in class org.sonar.api.batch.fs.internal.DefaultFilePredicates
 
order() - Method in interface org.sonar.api.batch.debt.DebtCharacteristic
 
order() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
order() - Method in interface org.sonar.api.server.debt.DebtCharacteristic
 
order() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
order() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
order() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
order() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
order() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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.bootstrap.internal - package org.sonar.api.batch.bootstrap.internal
 
org.sonar.api.batch.debt - package org.sonar.api.batch.debt
 
org.sonar.api.batch.debt.internal - package org.sonar.api.batch.debt.internal
 
org.sonar.api.batch.events - package org.sonar.api.batch.events
 
org.sonar.api.batch.fs - package org.sonar.api.batch.fs
 
org.sonar.api.batch.fs.internal - package org.sonar.api.batch.fs.internal
 
org.sonar.api.batch.maven - package org.sonar.api.batch.maven
 
org.sonar.api.batch.measure - package org.sonar.api.batch.measure
 
org.sonar.api.batch.rule - package org.sonar.api.batch.rule
 
org.sonar.api.batch.rule.internal - package org.sonar.api.batch.rule.internal
 
org.sonar.api.batch.scm - package org.sonar.api.batch.scm
 
org.sonar.api.batch.sensor - package org.sonar.api.batch.sensor
 
org.sonar.api.batch.sensor.dependency - package org.sonar.api.batch.sensor.dependency
 
org.sonar.api.batch.sensor.dependency.internal - package org.sonar.api.batch.sensor.dependency.internal
 
org.sonar.api.batch.sensor.duplication - package org.sonar.api.batch.sensor.duplication
 
org.sonar.api.batch.sensor.duplication.internal - package org.sonar.api.batch.sensor.duplication.internal
 
org.sonar.api.batch.sensor.highlighting - package org.sonar.api.batch.sensor.highlighting
 
org.sonar.api.batch.sensor.highlighting.internal - package org.sonar.api.batch.sensor.highlighting.internal
 
org.sonar.api.batch.sensor.internal - package org.sonar.api.batch.sensor.internal
 
org.sonar.api.batch.sensor.issue - package org.sonar.api.batch.sensor.issue
 
org.sonar.api.batch.sensor.issue.internal - package org.sonar.api.batch.sensor.issue.internal
 
org.sonar.api.batch.sensor.measure - package org.sonar.api.batch.sensor.measure
 
org.sonar.api.batch.sensor.measure.internal - package org.sonar.api.batch.sensor.measure.internal
 
org.sonar.api.charts - package org.sonar.api.charts
Deprecated in 4.5.1.
org.sonar.api.checks - package org.sonar.api.checks
 
org.sonar.api.component - package org.sonar.api.component
 
org.sonar.api.component.mock - package org.sonar.api.component.mock
 
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.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.issue - package org.sonar.api.issue
 
org.sonar.api.issue.action - package org.sonar.api.issue.action
 
org.sonar.api.issue.batch - package org.sonar.api.issue.batch
 
org.sonar.api.issue.condition - package org.sonar.api.issue.condition
 
org.sonar.api.issue.internal - package org.sonar.api.issue.internal
This package contains classes that MUST NOT be used by plugins, except for unit testing.
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.resources - package org.sonar.api.resources
 
org.sonar.api.rule - package org.sonar.api.rule
 
org.sonar.api.rules - package org.sonar.api.rules
 
org.sonar.api.scan.event - package org.sonar.api.scan.event
 
org.sonar.api.scan.filesystem - package org.sonar.api.scan.filesystem
org.sonar.api.security - package org.sonar.api.security
 
org.sonar.api.server.debt - package org.sonar.api.server.debt
 
org.sonar.api.server.debt.internal - package org.sonar.api.server.debt.internal
 
org.sonar.api.server.rule - package org.sonar.api.server.rule
 
org.sonar.api.server.ws - package org.sonar.api.server.ws
 
org.sonar.api.server.ws.internal - package org.sonar.api.server.ws.internal
 
org.sonar.api.source - package org.sonar.api.source
 
org.sonar.api.task - package org.sonar.api.task
 
org.sonar.api.technicaldebt.batch - package org.sonar.api.technicaldebt.batch
 
org.sonar.api.technicaldebt.batch.internal - package org.sonar.api.technicaldebt.batch.internal
 
org.sonar.api.technicaldebt.server - package org.sonar.api.technicaldebt.server
 
org.sonar.api.technicaldebt.server.internal - package org.sonar.api.technicaldebt.server.internal
 
org.sonar.api.test - package org.sonar.api.test
 
org.sonar.api.test.exception - package org.sonar.api.test.exception
 
org.sonar.api.user - package org.sonar.api.user
 
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.utils.internal - package org.sonar.api.utils.internal
 
org.sonar.api.utils.log - package org.sonar.api.utils.log
 
org.sonar.api.utils.text - package org.sonar.api.utils.text
 
org.sonar.api.violations - package org.sonar.api.violations
 
org.sonar.api.web - package org.sonar.api.web
 
org.sonar.check - package org.sonar.check
Deprecated in 4.5.1.
org.sonar.home.cache - package org.sonar.home.cache
 
org.sonar.home.log - package org.sonar.home.log
 
org.sonar.process - package org.sonar.process
 
org.sonar.process.monitor - package org.sonar.process.monitor
 
org.sonar.search - package org.sonar.search
 
org.sonar.search.script - package org.sonar.search.script
 
org.sonar.test - package org.sonar.test
 
org.sonar.test.i18n - package org.sonar.test.i18n
 
org.sonar.wsclient - package org.sonar.wsclient
 
org.sonar.wsclient.base - package org.sonar.wsclient.base
 
org.sonar.wsclient.component - package org.sonar.wsclient.component
 
org.sonar.wsclient.connectors - package org.sonar.wsclient.connectors
 
org.sonar.wsclient.internal - package org.sonar.wsclient.internal
 
org.sonar.wsclient.issue - package org.sonar.wsclient.issue
 
org.sonar.wsclient.issue.internal - package org.sonar.wsclient.issue.internal
 
org.sonar.wsclient.permissions - package org.sonar.wsclient.permissions
 
org.sonar.wsclient.permissions.internal - package org.sonar.wsclient.permissions.internal
 
org.sonar.wsclient.project - package org.sonar.wsclient.project
 
org.sonar.wsclient.project.internal - package org.sonar.wsclient.project.internal
 
org.sonar.wsclient.qprofile - package org.sonar.wsclient.qprofile
 
org.sonar.wsclient.qprofile.internal - package org.sonar.wsclient.qprofile.internal
 
org.sonar.wsclient.qualitygate - package org.sonar.wsclient.qualitygate
 
org.sonar.wsclient.qualitygate.internal - package org.sonar.wsclient.qualitygate.internal
 
org.sonar.wsclient.rule - package org.sonar.wsclient.rule
 
org.sonar.wsclient.services - package org.sonar.wsclient.services
 
org.sonar.wsclient.system - package org.sonar.wsclient.system
 
org.sonar.wsclient.system.internal - package org.sonar.wsclient.system.internal
 
org.sonar.wsclient.unmarshallers - package org.sonar.wsclient.unmarshallers
 
org.sonar.wsclient.user - package org.sonar.wsclient.user
 
org.sonar.wsclient.user.internal - package org.sonar.wsclient.user.internal
 
org.sonar.xoo - package org.sonar.xoo
 
org.sonar.xoo.checks - package org.sonar.xoo.checks
 
org.sonar.xoo.extensions - package org.sonar.xoo.extensions
 
org.sonar.xoo.lang - package org.sonar.xoo.lang
 
org.sonar.xoo.rule - package org.sonar.xoo.rule
 
org.sonar.xoo.scm - package org.sonar.xoo.scm
 
ORGANISATION - Static variable in interface org.sonar.api.CoreProperties
 
originalKey() - Method in class org.sonar.api.config.Category
 
originBlock() - Method in interface org.sonar.api.batch.sensor.duplication.Duplication
 
originBlock(InputFile, int, int) - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
originBlock() - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
originBlock(InputFile, int, int) - Method in interface org.sonar.api.batch.sensor.duplication.NewDuplication
Declare duplication origin block.
OS_RELATED_PORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
OUTGOING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
OUTLINE_COLOR - Static variable in class org.sonar.api.charts.AbstractChart
Deprecated.
 
output() - Method in interface org.sonar.api.server.ws.Response.Stream
 
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
 
overridenSeverity() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
overridenSeverity() - Method in interface org.sonar.api.batch.sensor.issue.Issue
Overriden severity.
OVERRIDES - Static variable in class org.sonar.api.rules.ActiveRule
 
overrideSeverity(Issue.Severity) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
overrideSeverity(Issue.Severity) - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
Override severity of the issue.

P

PACKAGE - Static variable in class org.sonar.api.resources.Qualifiers
Deprecated.
since 4.2 now packages are considered as regular directories. Use Qualifiers.DIRECTORY instead.
PACKAGE_CYCLES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_CYCLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_EDGES_WEIGHT - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_EDGES_WEIGHT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_FEEDBACK_EDGES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_FEEDBACK_EDGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_TANGLE_INDEX - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_TANGLE_INDEX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGE_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
PACKAGES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2 there is now only directory
PACKAGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2 there is now only directory
PAGE - Static variable in class org.sonar.api.server.ws.WebService.Param
 
Page - Interface in org.sonar.api.web
 
PAGE_SIZE - Static variable in class org.sonar.api.server.ws.WebService.Param
 
PageDecoration - Class in org.sonar.api.web
Adds content to HTML pages.
PageDecoration() - Constructor for class org.sonar.api.web.PageDecoration
 
pageIndex() - Method in class org.sonar.api.utils.Paging
Page index, starting with 1.
pageIndex() - Method in class org.sonar.wsclient.base.Paging
 
pageIndex(int) - Method in class org.sonar.wsclient.issue.IssueQuery
 
pages() - Method in class org.sonar.api.utils.Paging
Number of pages.
pages() - Method in class org.sonar.wsclient.base.Paging
 
pageSize() - Method in class org.sonar.api.utils.Paging
Maximum number of items per page.
pageSize() - Method in class org.sonar.wsclient.base.Paging
 
pageSize(int) - Method in class org.sonar.wsclient.issue.IssueQuery
 
Paging - Class in org.sonar.api.utils
 
Paging - Class in org.sonar.wsclient.base
 
Paging(Map) - Constructor for class org.sonar.wsclient.base.Paging
For internal use
paging() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
paging() - Method in interface org.sonar.wsclient.issue.Issues
 
PAIR_SEPARATOR - Static variable in class org.sonar.api.utils.KeyValueFormat
 
PARAGRAPH - Static variable in class org.sonar.api.resources.Qualifiers
Deprecated.
since 4.2 resources under FILE level will no more be supported.
param(String) - Method in interface org.sonar.api.batch.rule.ActiveRule
Value of given parameter.
param(String) - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
param(String) - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
param(String) - Method in interface org.sonar.api.batch.rule.Rule
 
param(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
param(String) - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
param(String) - Method in class org.sonar.api.server.ws.internal.SimpleGetRequest
 
param(String) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
param(String) - Method in class org.sonar.api.server.ws.Request
 
param(String, String) - Method in class org.sonar.api.server.ws.Request
Deprecated.
to be dropped in 4.4. Default values are declared in ws metadata
param(String) - Method in class org.sonar.api.server.ws.WebService.Action
 
PARAM_BACKGROUND_COLOR - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
PARAM_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
PARAM_LOCALE - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
PARAM_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
Deprecated.
 
paramAsBoolean(String, boolean) - Method in class org.sonar.api.server.ws.Request
Deprecated.
to be dropped in 4.4. Default values must be declared in WebService then this method can be replaced by Request.mandatoryParamAsBoolean(String).
paramAsBoolean(String) - Method in class org.sonar.api.server.ws.Request
 
paramAsDate(String) - Method in class org.sonar.api.server.ws.Request
 
paramAsDateTime(String) - Method in class org.sonar.api.server.ws.Request
 
paramAsEnum(String, Class<E>) - Method in class org.sonar.api.server.ws.Request
 
paramAsEnums(String, Class<E>) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
paramAsEnums(String, Class<E>) - Method in class org.sonar.api.server.ws.Request
 
paramAsInputStream(String) - Method in class org.sonar.api.server.ws.internal.SimpleGetRequest
 
paramAsInputStream(String) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
paramAsInputStream(String) - Method in class org.sonar.api.server.ws.Request
 
paramAsInt(String, int) - Method in class org.sonar.api.server.ws.Request
Deprecated.
to be dropped in 4.4. Default values must be declared in WebService then this method can be replaced by Request.mandatoryParamAsInt(String).
paramAsInt(String) - Method in class org.sonar.api.server.ws.Request
 
paramAsLong(String, long) - Method in class org.sonar.api.server.ws.Request
Deprecated.
to be dropped in 4.4. Default values must be declared in WebService then this method can be replaced by Request.mandatoryParamAsLong(String).
paramAsLong(String) - Method in class org.sonar.api.server.ws.Request
 
paramAsStrings(String) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
paramAsStrings(String) - Method in class org.sonar.api.server.ws.Request
 
params() - Method in interface org.sonar.api.batch.rule.ActiveRule
Immutable parameter values.
params() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
params() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
params() - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
params() - Method in interface org.sonar.api.batch.rule.Rule
 
params() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
params() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
params() - Method in class org.sonar.api.server.ws.WebService.Action
 
parent() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
parent() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
parentId() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
parentId() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
parentId() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
 
parentId() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
parse(String) - Static method in class org.sonar.api.issue.internal.FieldDiffs
 
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) - Static method in class org.sonar.api.rule.RuleKey
Create a key from a string representation (see RuleKey.toString().
parse(String, Collection<Class>) - Method in class org.sonar.api.rules.AnnotationRuleParser
Deprecated.
 
parse(File) - Method in class org.sonar.api.rules.XMLRuleParser
Deprecated.
 
parse(InputStream) - Method in class org.sonar.api.rules.XMLRuleParser
Deprecated.
Warning : the input stream is closed in this method
parse(Reader) - Method in class org.sonar.api.rules.XMLRuleParser
Deprecated.
 
parse(String) - Static method in class org.sonar.api.server.rule.RuleParamType
 
parse(String, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
If input is null, then an empty map is returned.
parse(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
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.SourceUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.TimeMachineUnmarshaller
 
parseDate(String) - Static method in class org.sonar.api.utils.DateUtils
 
parseDate(String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
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
Deprecated.
 
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
 
parseIntInt(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntString(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIssues(String) - Method in class org.sonar.wsclient.issue.internal.IssueJsonParser
 
parseKey(String) - Static method in class org.sonar.api.resources.Directory
 
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
 
password(String) - Method in class org.sonar.wsclient.SonarClient.Builder
Optional password related to SonarClient.Builder.login(String), for example "admin"
password(String) - Method in class org.sonar.wsclient.user.UserParameters
 
passwordConfirmation(String) - Method in class org.sonar.wsclient.user.UserParameters
 
path() - Method in interface org.sonar.api.batch.fs.InputDir
The underlying absolute Path
path() - Method in interface org.sonar.api.batch.fs.InputFile
The underlying absolute Path
path() - Method in interface org.sonar.api.batch.fs.InputPath
 
path() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
path() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
path() - Method in class org.sonar.api.batch.fs.internal.RelativePathPredicate
 
path() - Method in interface org.sonar.api.component.Component
Path of the component relative to basedir of the parent module.
path() - Method in class org.sonar.api.component.mock.MockSourceFile
 
path() - Method in class org.sonar.api.resources.Project
 
path() - Method in class org.sonar.api.scan.filesystem.PathResolver.RelativePath
 
path() - Method in class org.sonar.api.server.ws.WebService.Action
 
path() - Method in class org.sonar.api.server.ws.WebService.Controller
 
path() - Method in class org.sonar.wsclient.component.Component
 
PATH_DATA - Static variable in interface org.sonar.process.ProcessConstants
 
PATH_HOME - Static variable in interface org.sonar.process.ProcessConstants
 
PATH_LOGS - Static variable in interface org.sonar.process.ProcessConstants
 
PATH_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
PATH_TEMP - Static variable in interface org.sonar.process.ProcessConstants
 
PATH_WEB - Static variable in interface org.sonar.process.ProcessConstants
 
PathPattern - Class in org.sonar.api.batch.fs.internal
 
PathResolver - Class in org.sonar.api.scan.filesystem
 
PathResolver() - Constructor for class org.sonar.api.scan.filesystem.PathResolver
 
PathResolver.RelativePath - Class in org.sonar.api.scan.filesystem
 
PathResolver.RelativePath(File, String) - Constructor for class org.sonar.api.scan.filesystem.PathResolver.RelativePath
 
PathUtils - Class in org.sonar.api.utils
 
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).
PER_PROJECT_NOTIFICATION - Static variable in class org.sonar.api.notifications.NotificationDispatcherMetadata
 
performDispatch(Notification, NotificationDispatcher.Context) - Method in class org.sonar.api.notifications.NotificationDispatcher
Performs the dispatch.
period() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
period(Integer) - Method in class org.sonar.wsclient.qualitygate.NewCondition
 
period() - Method in interface org.sonar.wsclient.qualitygate.QualityGateCondition
 
period(Integer) - Method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
PERMANENT_SERVER_ID - Static variable in interface org.sonar.api.CoreProperties
 
permission(String) - Method in class org.sonar.wsclient.permissions.PermissionParameters
 
PermissionClient - Interface in org.sonar.wsclient.permissions
 
permissionClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to users and groups permissions
PermissionParameters - Class in org.sonar.wsclient.permissions
 
persistenceMode - Variable in class org.sonar.api.measures.Measure
 
PersistenceMode - Enum in org.sonar.api.measures
Mode of persistence for resources and measures.
personId - Variable in class org.sonar.api.measures.Measure
 
Perspective<C extends Component> - Interface in org.sonar.api.component
 
Perspectives - Interface in org.sonar.api.component
 
Phase - Annotation Type in org.sonar.api.batch
 
Phase.Name - Enum in org.sonar.api.batch
 
ping() - Method in class org.sonar.process.ProcessCommands
 
plan(String, String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
plan(String, String) - Method in interface org.sonar.wsclient.issue.IssueClient
Link an existing issue to an action plan.
planned(Boolean) - Method in class org.sonar.wsclient.issue.IssueQuery
 
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
 
pom - Variable in class org.sonar.api.batch.ProjectClasspath
Deprecated.
 
PORTABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
possibleValues() - Method in class org.sonar.api.server.ws.WebService.Param
 
post(String, Map<String, Object>) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
post(String, Map<String, Object>) - Method in class org.sonar.wsclient.SonarClient
Send a POST request on the given relativeUrl, with provided parameters (can be empty).
post(String, Object...) - Method in class org.sonar.wsclient.SonarClient
Same as SonarClient.post(String, java.util.Map) but parameters are defined as an array of even number of elements (key1, value1, key, value2, ...).
PostJob - Interface in org.sonar.api.batch
PostJobs are executed at the very end of batch analysis.
PostJobExecutionHandler - Interface in org.sonar.api.batch.events
 
PostJobExecutionHandler.PostJobExecutionEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
PostJobsPhaseHandler - Interface in org.sonar.api.batch.events
 
PostJobsPhaseHandler.PostJobsPhaseEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
predicates() - Method in interface org.sonar.api.batch.fs.FileSystem
Factory of FilePredicate
predicates() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
PREFIX - Static variable in class org.sonar.api.config.EmailSettings
 
PREFIX_DEFAULT - Static variable in class org.sonar.api.config.EmailSettings
 
PREVIEW_EXCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
PREVIEW_EXCLUDE_PLUGINS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
PREVIEW_INCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
PREVIEW_INCLUDE_PLUGINS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
PREVIEW_READ_TIMEOUT_SEC - Static variable in interface org.sonar.api.CoreProperties
Deprecated.
in 5.1 no more used
println(String) - Method in class org.sonar.api.utils.System2
 
priority() - Method in class org.sonar.api.batch.fs.internal.AbstractFilePredicate
 
priority() - Method in interface org.sonar.api.batch.fs.internal.OptimizedFilePredicate
For optimization.
priority() - Method in class org.sonar.api.batch.fs.internal.RelativePathPredicate
 
Priority - Enum in org.sonar.check
 
ProcessCommands - Class in org.sonar.process
Process inter-communication to : share status of child process stop child process

It relies on files shared by both processes.

ProcessCommands(File, int) - Constructor for class org.sonar.process.ProcessCommands
 
ProcessConstants - Interface in org.sonar.process
Constants shared by search, web server and monitor processes.
ProcessEntryPoint - Class in org.sonar.process
 
processFile(InputFile, BlameCommand.BlameOutput) - Method in class org.sonar.xoo.scm.XooBlameCommand
 
ProcessUtils - Class in org.sonar.process
 
PROFILE - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.4 doesn't support multi-language. See CoreMetrics.QUALITY_PROFILES_KEY
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
Deprecated.
since 4.4 doesn't support multi-language. See CoreMetrics.QUALITY_PROFILES_KEY
PROFILE_VERSION - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.4 doesn't support multi-language. See CoreMetrics.QUALITY_PROFILES_KEY
PROFILE_VERSION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.4 doesn't support multi-language. See CoreMetrics.QUALITY_PROFILES_KEY
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
 
Profiler - Class in org.sonar.api.utils.log
 
Profiler() - Constructor for class org.sonar.api.utils.log.Profiler
 
ProfileUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ProfileUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ProfileUnmarshaller
 
PROFILING_LOG_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROGRAM_UNIT - Static variable in class org.sonar.api.resources.Scopes
Deprecated.
since 4.3 resources under FILE level are no more be supported since 4.2.
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() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
project() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
project(Issue) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
project(Issue) - Method in interface org.sonar.wsclient.issue.Issues
 
project(String) - Method in class org.sonar.wsclient.issue.NewActionPlan
 
Project - Interface in org.sonar.wsclient.project
 
Project.AnalysisType - Enum in org.sonar.api.resources
Deprecated.
since 4.4 Since 4.3 SQ will no more run tests. So basically it's always reuse report.
PROJECT_BRANCH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_COVERAGE_EXCLUSIONS_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_INCLUSIONS_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
Deprecated.
since 4.2 projects are now multi-language
PROJECT_NAME_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_TEST_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_TEST_INCLUSIONS_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.
ProjectBootstrapper - Interface in org.sonar.api.batch.bootstrap
Deprecated.
since 4.3 All bootstrappers should use SQ Runner API and provide a set of properties
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
Deprecated.
ProjectBuilder() - Constructor for class org.sonar.api.batch.bootstrap.ProjectBuilder
 
ProjectBuilder.Context - Interface in org.sonar.api.batch.bootstrap
Plugins can use the implementation ProjectBuilderContext for their unit tests.
ProjectBuilderContext - Class in org.sonar.api.batch.bootstrap.internal
Context that is passed to ProjectBuilder as parameter.
ProjectBuilderContext(ProjectReactor) - Constructor for class org.sonar.api.batch.bootstrap.internal.ProjectBuilderContext
 
ProjectClasspath - Class in org.sonar.api.batch
Deprecated.
since 4.5 this is some Java specific stuff that should by handled by SQ Java plugin
ProjectClasspath(MavenProject) - Constructor for class org.sonar.api.batch.ProjectClasspath
Deprecated.
 
ProjectClient - Interface in org.sonar.wsclient.project
 
projectClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to projects
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
Deprecated.
since 3.5 replaced by FileSystem
projectId() - Method in class org.sonar.wsclient.component.Component
 
ProjectIssues - Interface in org.sonar.api.issue
Used by batch components to get all project issues.
projectKey() - Method in interface org.sonar.api.issue.ActionPlan
 
projectKey() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
projectKey() - Method in interface org.sonar.api.issue.Issue
 
projectKey() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
projectKey() - Method in interface org.sonar.wsclient.issue.Issue
 
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
 
projectReactor() - Method in class org.sonar.api.batch.bootstrap.internal.ProjectBuilderContext
 
projectReactor() - Method in interface org.sonar.api.batch.bootstrap.ProjectBuilder.Context
 
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() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
projects() - Method in interface org.sonar.wsclient.issue.Issues
 
PROJECTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ProjectScanHandler - Interface in org.sonar.api.scan.event
 
ProjectScanHandler.ProjectScanEvent - Interface in org.sonar.api.scan.event
 
projectSettings() - Method in interface org.sonar.api.issue.action.Function.Context
 
ProjectUtils - Class in org.sonar.api.resources
Deprecated.
see method comments
projectUuid() - Method in class org.sonar.api.issue.internal.DefaultIssue
Can be null on Views or Devs
projectUuid() - Method in interface org.sonar.api.issue.Issue
 
prop(String, Number) - Method in class org.sonar.api.utils.text.JsonWriter
Encodes the property name and value.
prop(String, String) - Method in class org.sonar.api.utils.text.JsonWriter
 
prop(String, boolean) - Method in class org.sonar.api.utils.text.JsonWriter
 
prop(String, long) - Method in class org.sonar.api.utils.text.JsonWriter
 
prop(String, double) - Method in class org.sonar.api.utils.text.JsonWriter
 
prop(String, String) - Method in class org.sonar.api.utils.text.XmlWriter
 
prop(String, Number) - Method in class org.sonar.api.utils.text.XmlWriter
 
prop(String, boolean) - Method in class org.sonar.api.utils.text.XmlWriter
 
prop(String, long) - Method in class org.sonar.api.utils.text.XmlWriter
 
prop(String, double) - Method in class org.sonar.api.utils.text.XmlWriter
 
PROP_DIALECT - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER - 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_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
 
propDate(String, Date) - Method in class org.sonar.api.utils.text.JsonWriter
Encodes the property name and date value (ISO format).
propDateTime(String, Date) - Method in class org.sonar.api.utils.text.JsonWriter
Encodes the property name and datetime value (ISO format).
properties() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
properties() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
properties - Variable in class org.sonar.api.config.Settings
 
Properties - Annotation Type in org.sonar.api
Plugin properties.
properties() - Method in class org.sonar.api.utils.System2
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
 
propertiesByCategory(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
Property - Class in org.sonar.api.database.configuration
Deprecated.
since 5.0 Hibernate is deprecated
Property(String, String) - Constructor for class org.sonar.api.database.configuration.Property
Deprecated.
 
Property(String, String, Integer) - Constructor for class org.sonar.api.database.configuration.Property
Deprecated.
 
Property() - Constructor for class org.sonar.api.database.configuration.Property
Deprecated.
 
Property - Annotation Type in org.sonar.api
Property value can be set in different ways : System property Batch command-line (-Dfoo=bar in Maven or sonar-runner) Maven pom.xml (element ) Maven settings.xml SonarQube web administration console
property(String) - Method in class org.sonar.api.utils.System2
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
 
PROPERTY_PROCESS_INDEX - Static variable in class org.sonar.process.ProcessEntryPoint
 
PROPERTY_PROCESS_KEY - Static variable in class org.sonar.process.ProcessEntryPoint
 
PROPERTY_SHARED_PATH - Static variable in class org.sonar.process.ProcessEntryPoint
 
PROPERTY_TERMINATION_TIMEOUT - Static variable in class org.sonar.process.ProcessEntryPoint
 
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
Declare a plugin property.
PropertyDefinition.Builder - 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
 
PropertyDefinitions(Collection<PropertyDefinition>) - 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
 
PropertyFieldDefinition.Builder - Class in org.sonar.api.config
 
PropertyQuery - Class in org.sonar.wsclient.services
 
PropertyQuery() - Constructor for class org.sonar.wsclient.services.PropertyQuery
 
propertySetKey(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
propertySetKey() - Method in class org.sonar.api.config.PropertyDefinition
 
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
 
Props - Class in org.sonar.process
 
Props(Properties) - Constructor for class org.sonar.process.Props
 
provide() - Method in class org.sonar.api.ExtensionProvider
 
proxy(String, int) - Method in class org.sonar.wsclient.SonarClient.Builder
Host and port of the optional HTTP proxy
proxyLogin(String) - Method in class org.sonar.wsclient.SonarClient.Builder
 
proxyPassword(String) - Method in class org.sonar.wsclient.SonarClient.Builder
 
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

QProfileClient - Interface in org.sonar.wsclient.qprofile
 
qProfileClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to quality profiles
QProfileResult - Interface in org.sonar.wsclient.qprofile
 
qualifier() - Method in interface org.sonar.api.component.Component
 
qualifier() - Method in class org.sonar.api.component.mock.MockSourceFile
 
qualifier - Variable in class org.sonar.api.resources.Method
Deprecated.
 
qualifier() - Method in class org.sonar.api.resources.Project
 
qualifier() - Method in class org.sonar.wsclient.component.Component
 
qualifier() - Method in class org.sonar.wsclient.project.internal.DefaultProject
 
qualifier() - Method in interface org.sonar.wsclient.project.Project
 
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
Deprecated.
since 4.2
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
Deprecated.
since 4.2
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() - Method in class org.sonar.api.config.PropertyDefinition
Qualifiers that can display this property
Qualifiers - Class in org.sonar.api.resources
The qualifier determines the exact type of a resource.
QUALITY_GATE_DETAILS - Static variable in class org.sonar.api.measures.CoreMetrics
The project detailed status with regard to its quality gate.
QUALITY_GATE_DETAILS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
QUALITY_PROFILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
QUALITY_PROFILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
QualityGate - Interface in org.sonar.wsclient.qualitygate
 
QualityGateClient - Interface in org.sonar.wsclient.qualitygate
 
qualityGateClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to quality gates
QualityGateCondition - Interface in org.sonar.wsclient.qualitygate
 
QualityGateDetails - Interface in org.sonar.wsclient.qualitygate
 
qualityGates() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGates
 
QualityGates - Interface in org.sonar.wsclient.qualitygate
 
qualityGates() - Method in interface org.sonar.wsclient.qualitygate.QualityGates
 
Query<M extends Model> - Class in org.sonar.wsclient.services
 
Query() - Constructor for class org.sonar.wsclient.services.Query
 

R

RailsHandler - Class in org.sonar.api.server.ws
Used to declare web services that are still implemented in Ruby on Rails.
RandomAccessSensor - Class in org.sonar.xoo.rule
 
RandomAccessSensor() - Constructor for class org.sonar.xoo.rule.RandomAccessSensor
 
RangeDistributionBuilder - Class in org.sonar.api.measures
Utility to build a distribution based on defined ranges

RangeDistributionBuilder(Metric<String>, 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<String>) - Constructor for class org.sonar.api.measures.RangeDistributionBuilder
 
RATING_GRID - Static variable in interface org.sonar.api.CoreProperties
 
RATING_GRID_DEF_VALUES - Static variable in interface org.sonar.api.CoreProperties
 
rawProperties() - Method in class org.sonar.process.Props
 
READABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic MAINTAINABILITY
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.
readInputStreamParam(String) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
readParam(String) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
readString(URI, Charset) - Method in class org.sonar.api.utils.UriReader
Reads all characters from uri, using the given character set.
readTimeoutMilliseconds(int) - Method in class org.sonar.wsclient.SonarClient.Builder
Sets the read timeout to a specified timeout, in milliseconds.
READY - Static variable in class org.sonar.process.ProcessCommands
 
reattach(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
references(Symbol) - Method in interface org.sonar.api.source.Symbolizable.SymbolTable
 
registerPlugin(MavenProject, String, String, String, boolean) - Static method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Registers a plugin in a project pom

relativeFile(File, String) - Method in class org.sonar.api.scan.filesystem.PathResolver
 
relativeFiles(File, List<String>) - Method in class org.sonar.api.scan.filesystem.PathResolver
 
relativePath() - Method in interface org.sonar.api.batch.fs.InputDir
Path relative to module base directory.
relativePath() - Method in interface org.sonar.api.batch.fs.InputFile
Path relative to module base directory.
relativePath() - Method in interface org.sonar.api.batch.fs.InputPath
 
relativePath() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
relativePath() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
relativePath() - Method in interface org.sonar.api.scan.filesystem.FileSystemFilter.Context
Deprecated.
Changed in 5.1 as we don't keep track of relative path to source dir File path relative to module base directory.
relativePath(Collection<File>, File) - Method in class org.sonar.api.scan.filesystem.PathResolver
 
relativePath(File, File) - Method in class org.sonar.api.scan.filesystem.PathResolver
 
relativePathFromSourceDir() - Method in class org.sonar.api.resources.Directory
Internal.
relativePathFromSourceDir() - Method in class org.sonar.api.resources.File
Internal.
RelativePathPredicate - Class in org.sonar.api.batch.fs.internal
 
release(String) - Method in interface org.sonar.api.utils.Semaphores
Release the lock on a semaphore by its name.
RELIABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
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
 
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
Deprecated.
Remove a parameter from the maven plugin based on its key
removeParameters() - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Removes all parameters from the maven plugin
removePermission(PermissionParameters) - Method in class org.sonar.wsclient.permissions.internal.DefaultPermissionClient
 
removePermission(PermissionParameters) - Method in interface org.sonar.wsclient.permissions.PermissionClient
 
removeProperty(String) - Method in class org.sonar.api.config.Settings
 
removeWithoutFlush(Object) - Method in class org.sonar.api.database.DatabaseSession
 
rename(long, String) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
rename(long, String) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
REOPEN - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
REOPENED_ISSUES - Static variable in class org.sonar.api.measures.CoreMetrics
 
REOPENED_ISSUES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
reporter() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
reporter(String) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
Login of the user who reported the issue.
reporter() - Method in interface org.sonar.api.issue.Issue
Login of the user who reported this issue.
reporter() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
reporter() - Method in interface org.sonar.wsclient.issue.Issue
 
reporters(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
repositories() - Method in class org.sonar.api.server.rule.RulesDefinition.Context
 
repository() - Method in class org.sonar.api.rule.RuleKey
Never null
repository(String) - Method in class org.sonar.api.server.rule.RulesDefinition.Context
 
repository() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
Request - Class in org.sonar.api.server.ws
 
Request() - Constructor for class org.sonar.api.server.ws.Request
 
RequestHandler - Interface in org.sonar.api.server.ws
 
RequiredMeasures - Annotation Type in org.sonar.api.web
Deprecated.
in 4.5. Not supported anymore in source viewer as Ruby on Rails is being dropped.
requirement - Variable in class org.sonar.api.measures.Measure
 
requirement(Metric, Requirement) - Static method in class org.sonar.api.measures.MeasuresFilters
Deprecated.
since 4.3
Requirement - Interface in org.sonar.api.technicaldebt.batch
Deprecated.
since 4.3
requirements() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
requirements() - Method in interface org.sonar.api.technicaldebt.batch.TechnicalDebtModel
Deprecated.
since 4.3. Always return empty list
requirementsById(Integer) - Method in interface org.sonar.api.technicaldebt.batch.TechnicalDebtModel
Deprecated.
since 4.3. Always return null
requirementsByRule(RuleKey) - Method in interface org.sonar.api.technicaldebt.batch.TechnicalDebtModel
Deprecated.
since 4.3. Always return null
requireProperties(String...) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
requireProperties(String...) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
List properties this Sensor depends on.
requireProperty(String...) - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
requireProperty(String...) - Method in interface org.sonar.api.batch.sensor.SensorDescriptor
Property this Sensor depends on.
RequiresDB - Annotation Type in org.sonar.api.batch
The presence of this annotation on an extension class indicates that the extension requires database access.
reset() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
reset() - Method in class org.sonar.api.utils.dag.Node
 
resetFromXml(String) - Method in class org.sonar.process.LogbackHelper
Generally used to reset logback in logging tests
resetSourceDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
resetSources() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
resetTestDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
resetTests() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
resolution() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
resolution() - Method in interface org.sonar.api.issue.Issue
The type of resolution, or null if the issue is not resolved.
resolution() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
The resolution type.
resolution() - Method in interface org.sonar.wsclient.issue.Issue
The resolution type.
RESOLUTION_FALSE_POSITIVE - Static variable in interface org.sonar.api.issue.Issue
Resolution when issue is flagged as false positive.
RESOLUTION_FIXED - Static variable in interface org.sonar.api.issue.Issue
 
RESOLUTION_REMOVED - Static variable in interface org.sonar.api.issue.Issue
Resolution when rule has been uninstalled or disabled in the Quality profile.
RESOLUTION_WONT_FIX - Static variable in interface org.sonar.api.issue.Issue
Issue is irrelevant in the context and was muted by user.
RESOLUTIONS - Static variable in interface org.sonar.api.issue.Issue
 
resolutions(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
RESOLVE - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
resolved(Boolean) - Method in class org.sonar.wsclient.issue.IssueQuery
 
resolvedIssues() - Method in interface org.sonar.api.issue.Issuable
Issues marked as resolved during this scan.
resolvedIssues() - Method in interface org.sonar.api.issue.ProjectIssues
All the issues of this project that have been marked as resolved during this scan
resolveOrder() - Method in class org.sonar.api.utils.dag.Node
 
resolvePath(String) - Method in interface org.sonar.api.batch.fs.FileSystem
Utility method mainly used to resolve location of reports.
resolvePath(String) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
resolvePath(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
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_CONFIGURATION - Static variable in annotation type org.sonar.api.web.NavigationSection
Only Ruby and rails application.
RESOURCE_RELIABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
RESOURCE_TAB - Static variable in annotation type org.sonar.api.web.NavigationSection
Deprecated.
in 4.5, as it costs too much to maintain and update.
ResourceCreationLock - Interface in org.sonar.api.batch
Deprecated.
since 4.2. File system is immutable and does not require this class anymore.
ResourceFilter - Interface in org.sonar.api.batch
Deprecated.
since 4.2. Analysis is file-system oriented. See org.sonar.api.scan.filesystem.InputFileFilter
resourceKey() - Method in class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
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
 
ResourceModel(String, String, String, Integer, String, 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.
ResourcePerspectives - Interface in org.sonar.api.component
Use this component to create perspective from resources or InputPath Only on batch-side.
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
 
Response - Interface in org.sonar.api.server.ws
HTTP response
Response.Stream - Interface in org.sonar.api.server.ws
 
responseExample() - Method in class org.sonar.api.server.ws.WebService.Action
 
responseExampleAsString() - Method in class org.sonar.api.server.ws.WebService.Action
 
responseExampleFormat() - Method in class org.sonar.api.server.ws.WebService.Action
 
restart() - Method in class org.sonar.wsclient.system.internal.DefaultSystemClient
 
restart() - Method in interface org.sonar.wsclient.system.SystemClient
Restart server.
restoreDefault(String) - Method in class org.sonar.wsclient.qprofile.internal.DefaultQProfileClient
 
restoreDefault(String) - Method in interface org.sonar.wsclient.qprofile.QProfileClient
 
retrieveMissingTranslations(InputStream, InputStream) - Static method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
REUSABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic REUSABILITY
revision() - Method in class org.sonar.api.batch.scm.BlameLine
 
revision(String) - Method in class org.sonar.api.batch.scm.BlameLine
 
RFC - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2. See SONAR-5042
RFC_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2. See SONAR-5042
RFC_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2. See SONAR-5042
RFC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 4.2. See SONAR-5042
rollback() - Method in class org.sonar.api.database.DatabaseSession
 
ROLLING_POLICY_PROPERTY - Static variable in class org.sonar.process.LogbackHelper
 
ROOT - Static variable in class org.sonar.api.resources.Directory
 
root() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
rootCharacteristic() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
rootCharacteristic() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
rootId() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
since 4.3. return null
rootId() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
RubyComponentService - Interface in org.sonar.api.component
 
RubyRailsPage - Interface in org.sonar.api.web
 
RubyRailsWebservice - Interface in org.sonar.api.web
Deprecated.
in 4.2. Replaced by org.sonar.api.web.ws.WebService
RubyRailsWidget - Interface in org.sonar.api.web
Widget in project dashboard page.
RubyUserService - Interface in org.sonar.api.user
 
Rule - Interface in org.sonar.api.batch.rule
 
rule(Metric, RuleKey) - Static method in class org.sonar.api.measures.MeasuresFilters
 
rule(Metric, Rule) - Static method in class org.sonar.api.measures.MeasuresFilters
 
rule() - Method in class org.sonar.api.rule.RuleKey
Never null
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) - Method in interface org.sonar.api.server.rule.RulesDefinition.ExtendedRepository
 
rule(String) - Method in interface org.sonar.api.server.rule.RulesDefinition.NewExtendedRepository
 
rule(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRepositoryImpl
 
rule(String) - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
Rule - Annotation Type in org.sonar.check
 
rule(Issue) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
rule(Issue) - Method in interface org.sonar.wsclient.issue.Issues
 
rule(String) - Method in class org.sonar.wsclient.issue.NewIssue
Rule key prefixed by the repository, for example "checkstyle:AvoidCycle".
Rule - Class in org.sonar.wsclient.rule
 
Rule(Map) - Constructor for class org.sonar.wsclient.rule.Rule
 
RULE_KEY - Static variable in class org.sonar.xoo.checks.TemplateRuleCheck
 
RULE_KEY - Static variable in class org.sonar.xoo.rule.DeprecatedResourceApiSensor
 
RULE_KEY - Static variable in class org.sonar.xoo.rule.OneIssueOnDirPerFileSensor
 
RULE_KEY - Static variable in class org.sonar.xoo.rule.OneIssuePerLineSensor
 
RULE_KEY - Static variable in class org.sonar.xoo.rule.RandomAccessSensor
 
RuleAnnotationUtils - Class in org.sonar.api.rules
 
RuleFinder - Interface in org.sonar.api.rules
Deprecated.
since 5.1 DB access will soon be removed from batch side. Use ActiveRules instead.
RuleI18n - Interface in org.sonar.api.i18n
Deprecated.
in 4.1. Rules are not localized anymore. See http://jira.codehaus.org/browse/SONAR-4885
ruleKey() - Method in interface org.sonar.api.batch.rule.ActiveRule
 
ruleKey(C) - Method in class org.sonar.api.batch.rule.Checks
 
ruleKey() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
ruleKey() - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
 
ruleKey() - Method in interface org.sonar.api.batch.sensor.issue.Issue
The RuleKey of this issue.
ruleKey() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
ruleKey(RuleKey) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
The rule key is mandatory.
ruleKey() - Method in interface org.sonar.api.issue.Issue
 
ruleKey() - Method in class org.sonar.api.measures.RuleMeasure
 
RuleKey - Class in org.sonar.api.rule
Key of a rule.
RuleKey(String, String) - Constructor for class org.sonar.api.rule.RuleKey
 
ruleKey() - Method in class org.sonar.api.rules.Rule
 
ruleKey() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
ruleKey() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
ruleKey() - Method in interface org.sonar.api.technicaldebt.server.Characteristic
Deprecated.
since 4.3. return null
ruleKey() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
ruleKey() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
ruleKey() - Method in interface org.sonar.wsclient.issue.Issue
 
RuleMeasure - Class in org.sonar.api.measures
 
RuleMeasure(Metric, Rule, RulePriority, Integer) - Constructor for class org.sonar.api.measures.RuleMeasure
RuleMeasure(Metric, RuleKey, RulePriority, Integer) - Constructor for class org.sonar.api.measures.RuleMeasure
This constructor is for internal use only.
RuleParam - Interface in org.sonar.api.batch.rule
 
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()
RuleParamType - Class in org.sonar.api.server.rule
 
RulePriority - Enum in org.sonar.api.rules
Deprecated.
since 4.2
RuleProperty - Annotation Type in org.sonar.check
 
RuleQuery - Class in org.sonar.api.rules
 
ruleRepositories() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
RuleRepository - Class in org.sonar.api.rules
Deprecated.
in 4.2. Replaced by org.sonar.api.server.rule.RulesDefinition
RuleRepository(String, String) - Constructor for class org.sonar.api.rules.RuleRepository
Deprecated.
 
Rules - Interface in org.sonar.api.batch.rule
Searches for rules.
rules(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
 
rules() - Method in interface org.sonar.api.server.rule.RulesDefinition.ExtendedRepository
 
rules() - Method in interface org.sonar.api.server.rule.RulesDefinition.NewExtendedRepository
 
rules() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRepositoryImpl
 
rules() - Method in class org.sonar.api.server.rule.RulesDefinition.RepositoryImpl
 
rules() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
rules(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
rules() - Method in interface org.sonar.wsclient.issue.Issues
 
RulesBuilder - Class in org.sonar.api.batch.rule.internal
For unit testing and internal use only.
RulesBuilder() - Constructor for class org.sonar.api.batch.rule.internal.RulesBuilder
 
RulesDefinition - Interface in org.sonar.api.server.rule
Defines some coding rules of the same repository.
RulesDefinition.Context - Class in org.sonar.api.server.rule
Instantiated by core but not by plugins
RulesDefinition.Context() - Constructor for class org.sonar.api.server.rule.RulesDefinition.Context
 
RulesDefinition.DebtRemediationFunctions - Interface in org.sonar.api.server.rule
RulesDefinition.ExtendedRepository - Interface in org.sonar.api.server.rule
 
RulesDefinition.NewExtendedRepository - Interface in org.sonar.api.server.rule
 
RulesDefinition.NewParam - Class in org.sonar.api.server.rule
 
RulesDefinition.NewRepository - Interface in org.sonar.api.server.rule
 
RulesDefinition.NewRepositoryImpl - Class in org.sonar.api.server.rule
 
RulesDefinition.NewRule - Class in org.sonar.api.server.rule
 
RulesDefinition.Param - Class in org.sonar.api.server.rule
 
RulesDefinition.Repository - Interface in org.sonar.api.server.rule
 
RulesDefinition.RepositoryImpl - Class in org.sonar.api.server.rule
 
RulesDefinition.Rule - Class in org.sonar.api.server.rule
 
RulesDefinition.SubCharacteristics - Class in org.sonar.api.server.rule
Default sub-characteristics of technical debt model.
RulesDefinitionAnnotationLoader - Class in org.sonar.api.server.rule
Read definitions of rules based on the annotations provided by sonar-check-api.
RulesDefinitionAnnotationLoader() - Constructor for class org.sonar.api.server.rule.RulesDefinitionAnnotationLoader
 
RulesDefinitionI18nLoader - Class in org.sonar.api.server.rule
Loads the English bundles of rules (name, description and parameters) that are deprecated since 4.2.
RulesDefinitionI18nLoader(RuleI18n) - Constructor for class org.sonar.api.server.rule.RulesDefinitionI18nLoader
 
RulesDefinitionXmlLoader - Class in org.sonar.api.server.rule
Loads definitions of rules from a XML file.
RulesDefinitionXmlLoader() - Constructor for class org.sonar.api.server.rule.RulesDefinitionXmlLoader
 
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()
RuleStatus - Enum in org.sonar.api.rule
 
RuleTagFormat - Class in org.sonar.api.server.rule
 
run() - Method in class org.sonar.process.StopWatcher
 
run() - Method in class org.sonar.search.script.ListUpdate
 

S

sanitize(String) - Static method in class org.sonar.api.utils.PathUtils
Normalize path and replace file separators by forward slash
save() - Method in interface org.sonar.api.batch.sensor.dependency.NewDependency
Save the dependency.
save() - Method in interface org.sonar.api.batch.sensor.duplication.NewDuplication
Save the duplication.
save() - Method in interface org.sonar.api.batch.sensor.highlighting.NewHighlighting
Call this method only once when your are done with defining highlighting of the file.
save() - Method in class org.sonar.api.batch.sensor.internal.DefaultStorable
 
save() - Method in interface org.sonar.api.batch.sensor.issue.NewIssue
Save the issue.
save() - Method in interface org.sonar.api.batch.sensor.measure.NewMeasure
Save the measure.
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
 
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 new measure on the current resource.
saveMeasure(Metric, Double) - Method in interface org.sonar.api.batch.DecoratorContext
Add a new 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.
saveMeasure(InputFile, Metric, Double) - Method in interface org.sonar.api.batch.SensorContext
Save measure on InputFile
saveMeasure(InputFile, Measure) - Method in interface org.sonar.api.batch.SensorContext
Save measure on InputFile
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
Deprecated.
since 4.2 Source import is done by the platform
saveViolation(Violation, boolean) - Method in interface org.sonar.api.batch.DecoratorContext
Deprecated.
in 3.6, replaced by Issuable
saveViolation(Violation) - Method in interface org.sonar.api.batch.DecoratorContext
Deprecated.
in 3.6, replaced by Issuable
saveViolation(Violation, boolean) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
in 3.6, replaced by Issuable
saveViolation(Violation) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
in 3.6, replaced by Issuable
saveViolations(Collection<Violation>) - Method in interface org.sonar.api.batch.SensorContext
Deprecated.
in 3.6, replaced by Issuable
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
scan() - Method in class org.sonar.api.issue.internal.IssueChangeContext
 
SCAN_TASK - Static variable in interface org.sonar.api.CoreProperties
 
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.
scheduleForSending(List<Notification>) - Method in interface org.sonar.api.notifications.NotificationManager
Receives notifications and stores them so that they are processed by the notification service.
SCM_AUTHORS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 SCM data will no more be stored as measures
SCM_AUTHORS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 SCM data will no more be stored as measures
SCM_DISABLED_KEY - Static variable in interface org.sonar.api.CoreProperties
 
SCM_LAST_COMMIT_DATETIMES_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 SCM data will no more be stored as measures
SCM_LAST_COMMIT_DATETIMES_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 SCM data will no more be stored as measures
SCM_PROVIDER_KEY - Static variable in interface org.sonar.api.CoreProperties
 
SCM_REVISIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 SCM data will no more be stored as measures
SCM_REVISIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
since 5.0 SCM data will no more be stored as measures
ScmProvider - Class in org.sonar.api.batch.scm
See CoreProperties.LINKS_SOURCES_DEV to get old Maven URL format.
ScmProvider() - Constructor for class org.sonar.api.batch.scm.ScmProvider
 
SCOPE - Static variable in class org.sonar.api.resources.File
 
SCOPE - Static variable in class org.sonar.api.resources.Method
Deprecated.
 
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
 
SEARCH_JAVA_ADDITIONAL_OPTS - Static variable in interface org.sonar.process.ProcessConstants
 
SEARCH_JAVA_OPTS - Static variable in interface org.sonar.process.ProcessConstants
 
SEARCH_PORT - Static variable in interface org.sonar.process.ProcessConstants
 
SEARCH_TYPE - Static variable in interface org.sonar.process.ProcessConstants
 
SearchLogging - Class in org.sonar.search
 
SearchLogging() - Constructor for class org.sonar.search.SearchLogging
 
SearchServer - Class in org.sonar.search
 
SearchServer(Props) - Constructor for class org.sonar.search.SearchServer
 
searchText(String) - Method in class org.sonar.api.user.UserQuery.Builder
 
searchText() - Method in class org.sonar.api.user.UserQuery
Search for logins or names containing a given string
searchText(String) - Method in class org.sonar.wsclient.user.UserQuery
 
Section - Enum in org.sonar.api.web
Deprecated.
add annotation org.sonar.api.web.NavigationSection to View extensions
SECURITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic SECURITY
SECURITY_FEATURES - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic SECURITY
SecurityRealm - Class in org.sonar.api.security
 
SecurityRealm() - Constructor for class org.sonar.api.security.SecurityRealm
 
selectedAt() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
selectProject(long, long) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
selectProject(long, long) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
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
 
sendKillSignal(Process) - Static method in class org.sonar.process.ProcessUtils
Send kill signal to stop process.
sendNotifications(boolean) - Method in class org.sonar.wsclient.issue.BulkChangeQuery
 
Sensor - Interface in org.sonar.api.batch
A Sensor is invoked once during the analysis of a project.
Sensor - Interface in org.sonar.api.batch.sensor
A sensor is invoked once during the analysis of a project.
SensorContext - Interface in org.sonar.api.batch.sensor
See Sensor.execute(SensorContext) In order to write unit tests you can use SensorContextTester
SensorContext - Interface in org.sonar.api.batch
 
SensorContextTester - Class in org.sonar.api.batch.sensor.internal
Utility class to help testing Sensor.
SensorContextTester.MockAnalysisMode - Class in org.sonar.api.batch.sensor.internal
 
SensorContextTester.MockAnalysisMode() - Constructor for class org.sonar.api.batch.sensor.internal.SensorContextTester.MockAnalysisMode
 
SensorDescriptor - Interface in org.sonar.api.batch.sensor
Describe what a Sensor is doing.
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.
SensorStorage - Interface in org.sonar.api.batch.sensor.internal
Interface for storing data computed by sensors.
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
Same than BatchComponent but for server-side components.
ServerExtension - Interface in org.sonar.api
Server extension point.
ServerFileSystem - 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
 
set(String, String) - Method in class org.sonar.process.Props
 
setAction(WebService.Action) - Method in class org.sonar.api.server.ws.internal.ValidatingRequest
 
setActionPlanKey(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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.
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(ActiveRules) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
setActiveRules(List<ActiveRule>) - Method in class org.sonar.api.profiles.RulesProfile
Set the list of active rules
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
setAlertStatus(String) - Method in class org.sonar.wsclient.services.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
setAlertText(String) - Method in class org.sonar.wsclient.services.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
Deprecated.
since 4.4 Since 4.3 SQ will no more run tests. So basically it's always reuse report.
setAnalysisVersion(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setArgument(String, String) - Method in class org.sonar.process.monitor.JavaCommand
 
setArguments(Properties) - Method in class org.sonar.process.monitor.JavaCommand
 
setAssignee(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setAttribute(String, String) - Method in interface org.sonar.api.issue.action.Function.Context
 
setAttribute(String, String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setAttribute(String, String) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
setAttributes(Map<String, String>) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setAuthorLogin(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setAuthorLogin(String) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
setBaseDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setBaseDir(File) - Method in class org.sonar.api.resources.Project
 
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
 
setBooleanPossibleValues() - Method in class org.sonar.api.server.ws.WebService.NewParam
 
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)
setBuildDateMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
setBuildDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setCardinality(Cardinality) - Method in class org.sonar.api.rules.Rule
Deprecated.
setCategories(String[]) - Method in class org.sonar.wsclient.services.EventQuery
 
setCategory(String) - Method in class org.sonar.api.batch.Event
 
setCategory(String) - Method in class org.sonar.wsclient.services.Event
 
setChanged(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setChanges(List<FieldDiffs>) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setCharacteristic(Characteristic) - Method in class org.sonar.api.measures.Measure
 
setCharacteristic(DefaultCharacteristic) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setCharacteristicId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
 
setCharacteristicId(Integer) - Method in class org.sonar.api.rules.Rule
Deprecated.
setCharacteristicKey(String) - Method in class org.sonar.api.rules.Rule
 
setCharacteristicKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setCharacteristicKeys(String, String...) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setCharacteristicName(String) - Method in class org.sonar.wsclient.services.Measure
 
setCharacteristics(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setCharset(Charset) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
setChecksum(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setChecksum(String) - Method in class org.sonar.api.rules.Violation
Deprecated.
For internal use only.
setClassName(String) - Method in class org.sonar.process.monitor.JavaCommand
 
setCloseDate(Date) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setComponentKey(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setComponentUuid(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setConditions(Condition...) - Method in class org.sonar.api.issue.action.Action
 
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
setConnectTimeoutInMilliseconds(int) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
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.rules.Violation
Deprecated.
The cost to fix a violation can't be precisely computed without this information.
setCoverageBlock(Testable, List<Integer>) - Method in interface org.sonar.api.test.MutableTestCase
 
setCreatedAt(Date) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
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.Snapshot
 
setCreatedAt(Date) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
setCreatedAt(Date) - Method in class org.sonar.api.rules.Rule
 
setCreatedAt(Date) - Method in class org.sonar.api.rules.Violation
Deprecated.
For internal use only
setCreatedAt(Date) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setCreatedAt(Date) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setCreatedAt(Date) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setCreatedAt(Date) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setCreatedAtMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
setCreationDate(Date) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setCreationDate(Date) - Method in class org.sonar.api.issue.internal.FieldDiffs
 
setCreationDate(Date) - Method in class org.sonar.wsclient.services.Resource
 
setCurrentChange(FieldDiffs) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setData(String) - Method in class org.sonar.api.batch.Event
 
setData(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure data
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.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
 
setDebt(Duration) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setDebtRemediationFunction(DebtRemediationFunction) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
setDebtRemediationFunction(DebtRemediationFunction) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
setDebtSubCharacteristic(String) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
setDebtSubCharacteristic(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
SQALE sub-characteristic.
setDecoratorContext(DecoratorContext) - Method in class org.sonar.api.batch.DefaultFormulaContext
 
setDefault(String, String) - Method in class org.sonar.process.Props
 
setDefault(long) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
setDefault(long) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
setDefaultCharacteristicId(Integer) - Method in class org.sonar.api.rules.Rule
Deprecated.
setDefaultCharacteristicKey(String) - Method in class org.sonar.api.rules.Rule
 
setDefaultMessage(String) - Method in class org.sonar.api.notifications.Notification
When creating a new notification, it is strongly advised to give a default message that can be used by channels that don't want to specifically format messages for different notification types.
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
 
setDefaultSubCharacteristicKey(String) - Method in class org.sonar.api.rules.Rule
 
setDefaultValue(String) - Method in class org.sonar.api.rules.RuleParam
 
setDefaultValue(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewParam
Empty default value will be converted to null.
setDefaultValue(Object) - Method in class org.sonar.api.server.ws.WebService.NewParam
 
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
 
setDeprecatedKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setDeprecatedKey(String) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
setDeprecatedKey(String) - Method in class org.sonar.api.server.ws.WebService.NewParam
 
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
 
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.batch.rule.internal.NewRule
 
setDescription(String) - Method in class org.sonar.api.batch.rule.internal.NewRuleParam
 
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.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.server.rule.RulesDefinition.NewParam
Plain-text description.
setDescription(String) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
setDescription(String) - Method in class org.sonar.api.server.ws.WebService.NewController
Optional description (accept HTML)
setDescription(String) - Method in class org.sonar.api.server.ws.WebService.NewParam
 
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.MetricCreateQuery
 
setDescription(String) - Method in class org.sonar.wsclient.services.MetricUpdateQuery
 
setDescription(String) - Method in class org.sonar.wsclient.services.Resource
 
setDiff(String, Serializable, Serializable) - Method in class org.sonar.api.issue.internal.FieldDiffs
 
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(Integer) - 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
 
setDomain(String) - Method in class org.sonar.wsclient.services.MetricCreateQuery
 
setDomain(String) - Method in class org.sonar.wsclient.services.MetricUpdateQuery
 
setDurationInMs(Long) - Method in interface org.sonar.api.test.MutableTestCase
 
setDurationSinceLocked(Long) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setEffectiveKey(String) - Method in class org.sonar.api.resources.Resource
Internal use only
setEffortToFix(Double) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setEffortToFix(Double) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
setEffortToFixDescription(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
For rules that use "Linear"/"Linear with offset" remediation functions, the meaning of the function parameter (= "effort to fix") must be set.
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
setEncoding(Charset) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
setEndOfLife(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setEnvironmentVariable(String, String) - Method in class org.sonar.api.utils.command.Command
 
setEnvVariable(String, String) - Method in class org.sonar.process.monitor.JavaCommand
 
setExampleValue(Object) - Method in class org.sonar.api.server.ws.WebService.NewParam
 
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
 
setFactor(WorkUnit) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
since 4.2
setFactor(WorkUnit) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
setFactorUnit(WorkDuration.UNIT) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setFactorUnit(WorkDuration.UNIT) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
setFactorValue(int) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setFactorValue(Integer) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
setFallbackForMainMetric(Metric) - Method in class org.sonar.api.measures.AverageFormula
Set a fallback metric if no measures found for the main metric.
setFavouritesOnly(boolean) - Method in class org.sonar.api.web.Filter
The Filter can be configured to return only favourites.
setFieldChange(IssueChangeContext, String, Serializable, Serializable) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setFieldValue(String, String) - Method in class org.sonar.api.notifications.Notification
Adds a field (kind of property) to the notification
setFileSystem(DefaultFileSystem) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
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(Resource) - Method in class org.sonar.api.design.Dependency
For internal use only
setFrom(Date, boolean) - Method in class org.sonar.wsclient.services.EventQuery
 
setFrom(Date) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setFromCore() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
For internal use.
setFromCore(boolean) - Method in class org.sonar.api.measures.Measure
For internal use
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.api.batch.sensor.dependency.internal.DefaultDependency
 
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
 
setFunction(String) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setFunction(String) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
setFunctions(Function...) - Method in class org.sonar.api.issue.action.Action
 
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.
setHandler(RequestHandler) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
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
 
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
 
setHtmlDescription(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
setHtmlDescription(URL) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
Load description from a file available in classpath.
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.batch.debt.internal.DefaultDebtCharacteristic
 
setId(Integer) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
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
Deprecated.
since 4.4 not used
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(Integer) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setId(Integer) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setId(Integer) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setId(Integer) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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(String) - Method in class org.sonar.wsclient.services.Server
 
setIncludeAlerts(Boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setIncludeTrends(Boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setIncremental(boolean) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester.MockAnalysisMode
 
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
 
setInShutdownHook() - Method in class org.sonar.process.SystemExit
Declarative approach.
setInstance(WSUtils) - Static method in class org.sonar.wsclient.services.WSUtils
 
setInternal(boolean) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
setInternalKey(String) - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
setInternalKey(String) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
setInternalKey(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
Optional key that can be used by the rule engine.
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
 
setIssueKey(String) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
setIssueKey(String) - Method in class org.sonar.api.issue.internal.FieldDiffs
 
setIsTemplate(boolean) - Method in class org.sonar.api.rules.Rule
 
setKey(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setKey(String) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
setKey(String) - Method in class org.sonar.api.component.mock.MockSourceFile
 
setKey(String) - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
setKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setKey(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setKey(String) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
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.resources.ProjectLink
 
setKey(String) - Method in class org.sonar.api.resources.Resource
Internal use only
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(String) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setKey(String) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setKey(String) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
setKey(String) - Method in class org.sonar.wsclient.services.Favourite
 
setKey(String) - Method in class org.sonar.wsclient.services.Metric
 
setKey(String) - Method in class org.sonar.wsclient.services.MetricDeleteQuery
 
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.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.batch.fs.internal.DefaultInputFile
 
setLanguage(String) - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
setLanguage(String) - Method in class org.sonar.api.component.mock.MockSourceFile
 
setLanguage(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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
Internal use
setLanguage(String) - Method in class org.sonar.api.rules.Rule
For internal use only.
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
 
setLanguageKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setLast(Boolean) - Method in class org.sonar.api.database.model.Snapshot
 
setLastValidOffset(int) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
setLatestAnalysis(boolean) - Method in class org.sonar.api.resources.Project
Deprecated.
in 3.6. It's not possible to analyze a project before the latest known quality snapshot. See http://jira.codehaus.org/browse/SONAR-4334
setLayout(DashboardLayout) - Method in class org.sonar.api.web.Dashboard
 
setLevel(LoggerLevel) - Method in interface org.sonar.api.utils.log.Logger
Attempt to change logger level.
setLevel(LoggerLevel) - Method in class org.sonar.api.utils.log.Loggers
 
setLevel(LoggerLevel) - Method in class org.sonar.api.utils.log.LogTester
Enable/disable debug logs.
setLevelToDebug() - Method in class org.sonar.api.utils.TimeProfiler
Deprecated.
 
setLimit(Integer) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setLine(Integer) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setLine(Integer) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
setLineId(Integer) - Method in class org.sonar.api.rules.Violation
Deprecated.
Sets the violation line.
setLines(int) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
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
 
setLockedAt(Date) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setLog(Log) - Method in class org.sonar.home.cache.FileCacheBuilder
 
setLogger(Logger) - Method in class org.sonar.api.utils.TimeProfiler
Deprecated.
 
setLogin(String) - Method in class org.sonar.api.database.model.User
 
setLogin(String) - Method in class org.sonar.api.platform.NewUserHandler.Context.Builder
 
setLogin(String) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setLongName(String) - Method in class org.sonar.api.component.mock.MockSourceFile
 
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
Deprecated.
For internal use only.
setManualSeverity(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setMarkdownDescription(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
setMarkdownDescription(URL) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
Load description from a file available in classpath.
setMarkdownText(String) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
setMeasures(List<Measure>) - Method in class org.sonar.wsclient.services.Resource
 
setMediaType(String) - Method in interface org.sonar.api.server.ws.Response.Stream
 
setMessage(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setMessage(String) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
setMessage(String) - Method in class org.sonar.api.rules.Violation
Deprecated.
Sets the violation message
setMessage(String) - Method in interface org.sonar.api.test.MutableTestCase
 
setMessage(String) - Method in class org.sonar.wsclient.services.ServerSetup
 
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
 
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
 
setModuleBaseDir(Path) - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
For testing purpose.
setModuleBaseDir(Path) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
For testing purpose.
setModuleUuid(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setModuleUuid(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setModuleUuidPath(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setModuleUuidPath(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setName(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setName(String) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
setName(String) - Method in class org.sonar.api.batch.Event
 
setName(String) - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
setName(String) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
setName(String) - Method in class org.sonar.api.component.mock.MockSourceFile
 
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.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
Deprecated.
 
setName(String) - Method in class org.sonar.api.security.UserDetails
 
setName(String) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setName(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewParam
 
setName(String) - Method in interface org.sonar.api.server.rule.RulesDefinition.NewRepository
 
setName(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRepositoryImpl
 
setName(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
Required rule name
setName(String) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setName(String, boolean) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setName(String) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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.MetricCreateQuery
 
setName(String) - Method in class org.sonar.wsclient.services.MetricUpdateQuery
 
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
 
setNew(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setNew(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
setNew(boolean) - Method in class org.sonar.api.rules.Violation
Deprecated.
For internal use only.
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.
setNextVar(String, Object) - Method in class org.sonar.search.script.ListUpdate
 
setOffset(WorkUnit) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
since 4.2
setOffset(WorkUnit) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
setOffsetUnit(WorkDuration.UNIT) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setOffsetUnit(WorkDuration.UNIT) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
setOffsetValue(int) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setOffsetValue(Integer) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
setOnDisabledRule(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setOnlyLastAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
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
 
setOrder(Integer) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
setOrder(Integer) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setOrder(Integer) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setOrder(Integer) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
setOrigin(Metric.Origin) - Method in class org.sonar.api.measures.Metric
Set the origin of the metric - Internal use only
setOriginBlock(Duplication.Block) - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
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(Integer) - 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(Integer) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
setParam(String, String) - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
setParam(String, String) - Method in class org.sonar.api.server.ws.internal.SimpleGetRequest
 
setParameter(String, String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Sets a parameter for the maven plugin.
setParameter(String, String, boolean) - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
Sets a parameter to the maven plugin.
setParameter(String, String) - Method in class org.sonar.api.rules.ActiveRule
 
setParamKey(String) - Method in class org.sonar.api.rules.ActiveRuleParam
 
setParams(List<RuleParam>) - Method in class org.sonar.api.rules.Rule
Sets the rule parameters
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
Deprecated.
since 4.4, use Rule.setTemplate(Rule)}
setParent(DefaultCharacteristic) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setParentDependencyId(Long) - Method in class org.sonar.api.design.DependencyDto
 
setParentId(Integer) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
setParentId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setParentId(Integer) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setParentId(Integer) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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
 
setPassword(String) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setPath(String) - Method in class org.sonar.api.component.mock.MockSourceFile
 
setPath(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setPath(String) - Method in class org.sonar.api.database.model.Snapshot
 
setPath(String) - Method in class org.sonar.api.resources.Resource
 
setPathToSecretKey(String) - Method in class org.sonar.api.config.Encryption
 
setPeriod1Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod1DateMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
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
 
setPeriod2DateMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
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
 
setPeriod3DateMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
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
 
setPeriod4DateMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
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
 
setPeriod5DateMs(Long) - Method in class org.sonar.api.database.model.Snapshot
 
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.
setPeriodDateMs(int, Long) - Method in class org.sonar.api.database.model.Snapshot
 
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.rules.Violation
Deprecated.
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.measures.Measure
 
setPersonId(Integer) - Method in class org.sonar.api.rules.Violation
Deprecated.
For internal use only.
setPom(MavenProject) - Method in class org.sonar.api.resources.Project
For internal use only.
setPossibleValues(Object...) - Method in class org.sonar.api.server.ws.WebService.NewParam
Exhaustive list of possible values when it makes sense, for example list of severities.
setPossibleValues(Collection) - Method in class org.sonar.api.server.ws.WebService.NewParam
Exhaustive list of possible values when it makes sense, for example list of severities.
setPost(boolean) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
setPreview(boolean) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester.MockAnalysisMode
 
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.Violation
Deprecated.
since 2.5 use Violation.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setProjectId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the project id
setProjectKey(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setProjectLinks(List<ProjectLink>) - Method in class org.sonar.api.database.model.ResourceModel
 
setProjectSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setProjectUuid(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setProjectUuid(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setProperties(Properties) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
setProperties(Map<String, String>) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setProperties(Map<String, String>) - Method in class org.sonar.api.config.Settings
 
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.notifications.NotificationDispatcherMetadata
Sets a property on this metadata object.
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
 
setProxyHost(String) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setProxyLogin(String) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setProxyPassword(String) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setProxyPort(int) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setPurgeStatus(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setQualifier(String) - Method in class org.sonar.api.component.mock.MockSourceFile
 
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
 
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
setRawValue(Double) - Method in class org.sonar.api.measures.Measure
For internal use
setReadTimeoutInMilliseconds(int) - Method in class org.sonar.wsclient.internal.HttpRequestFactory
 
setReady() - Method in class org.sonar.process.ProcessCommands
To be executed by child process to declare that it's ready
setReporter(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setRepository(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setRepositoryKey(String) - Method in class org.sonar.api.rules.Rule
 
setRequired(boolean) - Method in class org.sonar.api.server.ws.WebService.NewParam
Is the parameter required or optional ? Default value is false (optional).
setRequiredJavaOption(String, String) - Method in class org.sonar.process.MinimumViableSystem
 
setRequirement(Requirement) - Method in class org.sonar.api.measures.Measure
Deprecated.
since 4.3
setResolution(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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
Deprecated.
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
Deprecated.
 
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
 
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
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.SourceQuery
 
setResourceName(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceQualifier(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResources(List<ResourceSearchResult.Resource>) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
setResourceScope(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceVersion(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResponseExample(URL) - Method in class org.sonar.api.server.ws.WebService.NewAction
Link to the document containing an example of response.
setRoot(DefaultCharacteristic) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setRootCharacteristic(DefaultCharacteristic) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setRootId(Integer) - Method in class org.sonar.api.database.model.ResourceModel
 
setRootId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setRootId(Integer) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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.rules.ActiveRule
Deprecated.
visibility should be reduced to protected or package
setRule(Rule) - Method in class org.sonar.api.rules.Violation
Deprecated.
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(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
setRuleKey(RuleKey) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setRuleKey(RuleKey) - Method in class org.sonar.api.measures.RuleMeasure
 
setRuleKey(RuleKey) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setRuleKey(RuleKey) - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.2
setRuleKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setRuleName(String) - Method in class org.sonar.wsclient.services.Measure
 
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
 
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.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
 
setSelectedAt(Long) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setSendNotifications(boolean) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setSerializeNulls(boolean) - Method in class org.sonar.api.utils.text.JsonWriter
 
setSettings(Settings) - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
setSettings(Settings) - Method in class org.sonar.api.resources.Project
Internal use
setSeverity(String) - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
setSeverity(String) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
setSeverity(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setSeverity(String) - Method in interface org.sonar.api.issue.IssueHandler.Context
 
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
Deprecated.
For internal use only.
setSeverity(String) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
setSeverity(String, String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
setSeverity(String, String) - Method in interface org.sonar.wsclient.issue.IssueClient
Change the severity of an existing issue.
setSeverity(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setSince(String) - Method in class org.sonar.api.server.ws.WebService.NewAction
 
setSince(String) - Method in class org.sonar.api.server.ws.WebService.NewController
Optional version when the controller was created
setSnapshot(Snapshot) - Method in class org.sonar.api.batch.Event
 
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the snapshot id
setSourceDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
setSourceDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
setSources(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setSources(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setStackTrace(String) - Method in interface org.sonar.api.test.MutableTestCase
 
setStatus(InputFile.Status) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
setStatus(RuleStatus) - Method in class org.sonar.api.batch.rule.internal.NewRule
 
setStatus(String) - Method in class org.sonar.api.database.model.Snapshot
 
setStatus(String) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setStatus(String) - Method in class org.sonar.api.rules.Rule
 
setStatus(RuleStatus) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
Default value is RuleStatus.READY.
setStatus(int) - Method in interface org.sonar.api.server.ws.Response.Stream
 
setStatus(TestCase.Status) - Method in interface org.sonar.api.test.MutableTestCase
 
setStatus(Server.Status) - Method in class org.sonar.wsclient.services.Server
 
setStatus(String) - Method in class org.sonar.wsclient.services.ServerSetup
 
setStatusMessage(String) - Method in class org.sonar.wsclient.services.Server
 
setStringValue(String, int, String) - Method in interface org.sonar.api.measures.FileLinesContext
 
setSubCharacteristicKey(String) - Method in class org.sonar.api.rules.Rule
 
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.rules.Violation
Deprecated.
Switches off the current violation.
setSwitchedOff(boolean) - Method in class org.sonar.api.violations.ViolationQuery
Deprecated.
Specifies if the query should return only switched-off violations.
setSwitchMode(ViolationQuery.SwitchMode) - Method in class org.sonar.api.violations.ViolationQuery
Deprecated.
 
setSymbolTable(Symbolizable.SymbolTable) - Method in interface org.sonar.api.source.Symbolizable
 
setTags(Collection<String>) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
setTags(String[]) - Method in class org.sonar.api.rules.Rule
For definition of rule only
setTags(String...) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
setTempDir(File) - Method in class org.sonar.process.monitor.JavaCommand
 
setTemplate(Rule) - Method in class org.sonar.api.rules.Rule
 
setTemplate(boolean) - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
setTemplateRuleKey(String) - Method in class org.sonar.api.batch.rule.internal.NewActiveRule
 
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
Deprecated.
setTestDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
setTests(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setTests(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.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() - Method in class org.sonar.api.batch.sensor.internal.SensorContextTester
 
settings() - Method in interface org.sonar.api.batch.sensor.SensorContext
Get settings of the current project.
Settings - Class in org.sonar.api.config
Project settings on batch side, or 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.
setTo(Date) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the to date to be used in the query
setTo(Resource) - Method in class org.sonar.api.design.Dependency
For internal use only
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.api.batch.sensor.dependency.internal.DefaultDependency
 
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(Integer) - Method in class org.sonar.wsclient.services.ResourceSearchResult
 
setTrend(Integer) - Method in class org.sonar.wsclient.services.Measure
 
setType(InputFile.Type) - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
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(RuleParamType) - Method in class org.sonar.api.server.rule.RulesDefinition.NewParam
 
setType(String) - Method in interface org.sonar.api.test.MutableTestCase
 
setType(String) - Method in class org.sonar.wsclient.services.Metric
 
setType(String) - Method in class org.sonar.wsclient.services.MetricCreateQuery
 
setType(String) - Method in class org.sonar.wsclient.services.MetricUpdateQuery
 
setUniqueKey(String, String) - Method in class org.sonar.api.rules.Rule
 
setUpdatedAt(Date) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
setUpdatedAt(Date) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
setUpdatedAt(Date) - Method in class org.sonar.api.rules.Rule
 
setUpdatedAt(Date) - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
setUpdatedAt(Date) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
setUpdatedAt(Date) - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
setUpdatedAt(Date) - Method in class org.sonar.api.utils.Semaphores.Semaphore
 
setUpdatedAt(Date) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setUpdateDate(Date) - Method in class org.sonar.api.issue.internal.DefaultIssue
 
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
Deprecated.
profile versioning is dropped in 4.4. Always returns -1.
setUserHome(File) - Method in class org.sonar.home.cache.FileCacheBuilder
 
setUserHome(String) - Method in class org.sonar.home.cache.FileCacheBuilder
 
setUserId(Integer) - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
setUserLogin(String) - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
setUserLogin(String) - Method in class org.sonar.api.issue.internal.FieldDiffs
 
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.wsclient.Host
 
setUsername(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setUuid(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setUuid(String) - Method in class org.sonar.api.resources.Resource
Internal use only
setValid(boolean) - Method in class org.sonar.wsclient.services.Authentication
 
setValue(String) - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
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(String) - Method in class org.sonar.api.rules.ActiveRuleParam
 
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.UserPropertyCreateQuery
 
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
Deprecated.
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
Deprecated.
profile versioning is dropped in 4.4. Always returns -1.
setVersion(String) - Method in class org.sonar.wsclient.services.Plugin
 
setVersion(String) - Method in class org.sonar.wsclient.services.Resource
 
setVersion(String) - Method in class org.sonar.wsclient.services.Server
 
setWeight(int) - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
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(Integer) - Method in class org.sonar.wsclient.services.DependencyTree
 
setWorkDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setWorkDir(File) - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
setWorkDir(File) - Method in class org.sonar.process.monitor.JavaCommand
 
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
 
severities(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
severity() - Method in interface org.sonar.api.batch.rule.ActiveRule
Non-null severity.
severity() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
severity() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
severity() - Method in interface org.sonar.api.batch.rule.Rule
 
severity() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
severity(String) - Method in interface org.sonar.api.issue.Issuable.IssueBuilder
Overrides the severity declared in Quality profile.
severity() - Method in interface org.sonar.api.issue.Issue
See constants in Severity.
Severity - Class in org.sonar.api.rule
 
severity() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
severity() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
severity() - Method in interface org.sonar.wsclient.issue.Issue
 
severity(String) - Method in class org.sonar.wsclient.issue.NewIssue
Optionally set the severity, in INFO, MINOR, MAJOR, CRITICAL or BLOCKER.
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.AbstractDivisionDecorator
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractSourceImporter
Deprecated.
 
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
 
shouldExecuteOnProject(Project) - Method in class org.sonar.xoo.rule.DeprecatedResourceApiSensor
 
shouldSaveZeroIfNoChildMeasures() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
show(long) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
show(String) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
show(long) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
show(String) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
SimpleGetRequest - Class in org.sonar.api.server.ws.internal
Fake implementation of Request used for testing.
SimpleGetRequest() - Constructor for class org.sonar.api.server.ws.internal.SimpleGetRequest
 
since() - Method in class org.sonar.api.server.ws.WebService.Action
Set if different than controller.
since() - Method in class org.sonar.api.server.ws.WebService.Controller
 
singleListOfValues(String...) - Static method in class org.sonar.api.server.rule.RuleParamType
 
size() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
size() - Method in interface org.sonar.wsclient.issue.Issues
 
size() - Method in class org.sonar.wsclient.services.Source
 
SIZE_METRIC - 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
 
Slf4jLog - Class in org.sonar.home.log
 
Slf4jLog(Logger) - Constructor for class org.sonar.home.log.Slf4jLog
 
Slf4jLog(Class) - Constructor for class org.sonar.home.log.Slf4jLog
 
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
 
SOFTWARE_RELATED_PORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
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
Deprecated.
in 4.2. Use your own constant.
SONAR_WAY_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Deprecated.
in 4.2. Use your own constant.
SonarClient - Class in org.sonar.wsclient
Entry point of the Java Client for Sonar Web Services.
SonarClient.Builder - Class in org.sonar.wsclient
 
SonarException - Exception in org.sonar.api.utils
Deprecated.
in 4.4. Use standard exceptions like IllegalArgumentException or IllegalStateException. Use MessageException for raising errors to end-users without displaying stackstrace.
SonarException() - Constructor for exception org.sonar.api.utils.SonarException
Deprecated.
 
SonarException(String) - Constructor for exception org.sonar.api.utils.SonarException
Deprecated.
 
SonarException(String, Throwable) - Constructor for exception org.sonar.api.utils.SonarException
Deprecated.
 
SonarException(Throwable) - Constructor for exception org.sonar.api.utils.SonarException
Deprecated.
 
SonarIndex - Class in org.sonar.api.batch
Deprecated.
since 4.5.2 should not be used by plugins. Everything should be accessed using SensorContext.
SonarIndex() - Constructor for class org.sonar.api.batch.SonarIndex
Deprecated.
 
SonarPlugin - Class in org.sonar.api
Plugin entry-point used to declare its extensions (see Extension.
SonarPlugin() - Constructor for class org.sonar.api.SonarPlugin
 
SORT - Static variable in class org.sonar.api.server.ws.WebService.Param
 
sort() - Method in class org.sonar.api.utils.dag.DirectAcyclicGraph
 
sort(String) - Method in class org.sonar.wsclient.issue.IssueQuery
 
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
Deprecated.
SOURCE_FILES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated.
sourceCharset() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
Default charset for files of the module.
sourceDirs() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
since 4.2 use FileSystem.files(org.sonar.api.batch.fs.FilePredicate) to get all files with type InputFile.Type#MAIN.
sourceExclusions() - Method in class org.sonar.api.scan.filesystem.FileExclusions
 
SourceFile - Interface in org.sonar.api.component
 
sourceInclusions() - Method in class org.sonar.api.scan.filesystem.FileExclusions
 
SourceQuery - Class in org.sonar.wsclient.services
 
SourceQuery(String) - Constructor for class org.sonar.wsclient.services.SourceQuery
 
sources() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
SOURCES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
SourceUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
SourceUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.SourceUnmarshaller
 
SQALE_DEBT_RATIO - Static variable in class org.sonar.api.measures.CoreMetrics
 
SQALE_DEBT_RATIO_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SQALE_RATING - Static variable in class org.sonar.api.measures.CoreMetrics
 
SQALE_RATING_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SquidUtils - Class in org.sonar.api.batch
Deprecated.
since 4.2
stackTrace() - Method in interface org.sonar.api.test.TestCase
 
StandardLog - Class in org.sonar.home.log
 
StandardLog() - Constructor for class org.sonar.home.log.StandardLog
 
start() - Method in class org.sonar.api.database.DatabaseSession
 
start() - Method in class org.sonar.api.utils.internal.TempFolderCleaner
 
start() - Method in class org.sonar.api.utils.log.Profiler
 
start(String) - Method in class org.sonar.api.utils.TimeProfiler
Deprecated.
 
start(List<JavaCommand>) - Method in class org.sonar.process.monitor.Monitor
Starts commands and blocks current thread until all processes are in state Lifecycle.State.STARTED.
start() - Method in interface org.sonar.process.Monitored
Starts process.
start() - Method in class org.sonar.search.SearchServer
 
START_VIOLATION_PERSISTENCE - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Deprecated.
in 3.6. Issues are persisted at the end of analysis.
START_VIOLATION_TRACKING - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Deprecated.
in 3.6. Not required anymore.
START_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Deprecated.
in 3.6. Not required anymore.
startComponents() - Method in class org.sonar.api.platform.ComponentContainer
This method MUST NOT be renamed start() because the container is registered itself in picocontainer.
startDebug(String) - Method in class org.sonar.api.utils.log.Profiler
 
startedAt() - Method in class org.sonar.wsclient.system.internal.DefaultMigration
 
startedAt() - Method in interface org.sonar.wsclient.system.Migration
 
startInfo(String) - Method in class org.sonar.api.utils.log.Profiler
 
startLine() - Method in class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
startTrace(String) - Method in class org.sonar.api.utils.log.Profiler
 
STATEMENTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
STATEMENTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
status() - Method in interface org.sonar.api.batch.fs.InputFile
Status regarding previous analysis
status() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
status() - Method in class org.sonar.api.batch.rule.internal.DefaultRule
 
status() - Method in interface org.sonar.api.batch.rule.Rule
 
status() - Method in interface org.sonar.api.issue.ActionPlan
 
status() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
status() - Method in interface org.sonar.api.issue.Issue
See constant values in Issue.
status() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
status() - Method in interface org.sonar.api.test.TestCase
 
status() - Method in exception org.sonar.wsclient.base.HttpException
 
status() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
status() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
status() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
status() - Method in interface org.sonar.wsclient.issue.Issue
 
status() - Method in class org.sonar.wsclient.system.internal.DefaultMigration
 
status() - Method in interface org.sonar.wsclient.system.Migration
 
STATUS_BETA - Static variable in class org.sonar.api.rules.Rule
 
STATUS_CLOSED - Static variable in interface org.sonar.api.issue.ActionPlan
 
STATUS_CLOSED - Static variable in interface org.sonar.api.issue.Issue
 
STATUS_CONFIRMED - Static variable in interface org.sonar.api.issue.Issue
 
STATUS_DEPRECATED - Static variable in class org.sonar.api.rules.Rule
 
STATUS_OPEN - Static variable in interface org.sonar.api.issue.ActionPlan
 
STATUS_OPEN - Static variable in interface org.sonar.api.issue.Issue
Default status when creating an issue.
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_READY - Static variable in class org.sonar.api.rules.Rule
 
STATUS_REMOVED - Static variable in class org.sonar.api.rules.Rule
For internal use only.
STATUS_REOPENED - Static variable in interface org.sonar.api.issue.Issue
 
STATUS_RESOLVED - Static variable in interface org.sonar.api.issue.Issue
 
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
STATUSES - Static variable in interface org.sonar.api.issue.Issue
Return all available statuses
statuses(String...) - Method in class org.sonar.wsclient.issue.IssueQuery
 
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.internal.TempFolderCleaner
 
stop() - Method in class org.sonar.api.utils.TimeProfiler
Deprecated.
 
stop() - Method in class org.sonar.process.monitor.Monitor
Blocks until all processes are terminated.
stop() - Method in interface org.sonar.process.Monitored
 
STOP - Static variable in class org.sonar.process.ProcessCommands
 
stop() - Method in class org.sonar.search.SearchServer
 
stopAsync() - Method in class org.sonar.process.monitor.Monitor
Asks for processes termination and returns without blocking until termination.
stopAsync() - Method in class org.sonar.process.ProcessEntryPoint
 
stopAsync() - Method in interface org.sonar.process.Stoppable
 
stopComponents() - Method in class org.sonar.api.platform.ComponentContainer
This method MUST NOT be renamed stop() because the container is registered itself in picocontainer.
stopComponents(boolean) - Method in class org.sonar.api.platform.ComponentContainer
 
stopDebug() - Method in class org.sonar.api.utils.log.Profiler
 
stopDebug(String) - Method in class org.sonar.api.utils.log.Profiler
 
stopInfo() - Method in class org.sonar.api.utils.log.Profiler
 
stopInfo(String) - Method in class org.sonar.api.utils.log.Profiler
 
Stoppable - Interface in org.sonar.process
 
stopTrace() - Method in class org.sonar.api.utils.log.Profiler
Works only if a message have been set in startXXX() methods.
stopTrace(String) - Method in class org.sonar.api.utils.log.Profiler
 
StopWatcher - Class in org.sonar.process
This watchdog asks for graceful termination of process when the file <process_key>.stop is created in temp directory.
StopWatcher(ProcessCommands, Stoppable) - Constructor for class org.sonar.process.StopWatcher
 
stopWatching() - Method in class org.sonar.process.StopWatcher
 
storage - Variable in class org.sonar.api.batch.sensor.internal.DefaultStorable
 
store(Measure) - Method in interface org.sonar.api.batch.sensor.internal.SensorStorage
 
store(Issue) - Method in interface org.sonar.api.batch.sensor.internal.SensorStorage
 
store(Duplication) - Method in interface org.sonar.api.batch.sensor.internal.SensorStorage
 
store(Dependency) - Method in interface org.sonar.api.batch.sensor.internal.SensorStorage
 
store(DefaultHighlighting) - Method in interface org.sonar.api.batch.sensor.internal.SensorStorage
 
stream() - Method in interface org.sonar.api.server.ws.Response
 
stream(SMHierarchicCursor) - Method in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
 
StreamConsumer - Interface in org.sonar.api.utils.command
 
STRING - Static variable in class org.sonar.api.server.rule.RuleParamType
 
StringStreamConsumer - Class in org.sonar.api.utils.command
 
StringStreamConsumer() - Constructor for class org.sonar.api.utils.command.StringStreamConsumer
 
subCategory(String) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
subCategory() - Method in class org.sonar.api.config.PropertyDefinition
Sub-category where property appears in settings pages.
SubCategory - Class in org.sonar.api.config
 
SUBCATEGORY_COVERAGE_EXCLUSIONS - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_DATABASE_CLEANER - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_DIFFERENTIAL_VIEWS - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_DUPLICATIONS - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_DUPLICATIONS_EXCLUSIONS - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_FILES_EXCLUSIONS - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_L10N - Static variable in interface org.sonar.api.CoreProperties
 
SUBCATEGORY_LOOKNFEEL - Static variable in interface org.sonar.api.CoreProperties
 
subCharacteristics(String) - Method in interface org.sonar.api.batch.debt.DebtModel
Deprecated.
Return sub-characteristics of a characteristic
subCharacteristics(String) - Method in class org.sonar.api.batch.debt.internal.DefaultDebtModel
 
subProjectId() - Method in class org.sonar.wsclient.component.Component
 
subtract(Duration) - Method in class org.sonar.api.utils.Duration
Subtract the given duration to the current one.
subtract(WorkDuration) - Method in class org.sonar.api.utils.internal.WorkDuration
 
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
Deprecated.
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
Deprecated.
in 4.2. Use your own constant.
SupportedEnvironment - Annotation Type in org.sonar.api.batch
This annotation allows to specify in which environments BatchExtension would be active.
supports(File) - Method in class org.sonar.api.batch.scm.ScmProvider
Does this provider able to manage files located in this directory.
supports(Issue) - Method in class org.sonar.api.issue.action.Action
 
supports(File) - Method in class org.sonar.xoo.scm.XooScmProvider
 
SUSPECT_LCOM4_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
SUSPECT_LCOM4_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated.
in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
Symbol - Interface in org.sonar.api.source
 
Symbolizable - Interface in org.sonar.api.source
Use this perspective to save symbol references on files.
Symbolizable.SymbolTable - Interface in org.sonar.api.source
 
Symbolizable.SymbolTableBuilder - Interface in org.sonar.api.source
 
SymbolReferencesSensor - Class in org.sonar.xoo.lang
Parse files *.xoo.symbol
SymbolReferencesSensor(ResourcePerspectives) - Constructor for class org.sonar.xoo.lang.SymbolReferencesSensor
 
symbols() - Method in interface org.sonar.api.source.Symbolizable.SymbolTable
 
SYNCHRONIZATION_RELIABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
SyntaxHighlightingRule - Class in org.sonar.api.batch.sensor.highlighting.internal
 
SyntaxHighlightingSensor - Class in org.sonar.xoo.lang
Parse files *.xoo.highlighting
SyntaxHighlightingSensor() - Constructor for class org.sonar.xoo.lang.SyntaxHighlightingSensor
 
System2 - Class in org.sonar.api.utils
Proxy over System.
System2() - Constructor for class org.sonar.api.utils.System2
 
systemClient() - Method in class org.sonar.wsclient.SonarClient
 
SystemClient - Interface in org.sonar.wsclient.system
 
SystemExit - Class in org.sonar.process
Calls System.exit(int) except from shutdown hooks, to prevent deadlocks.
SystemExit() - Constructor for class org.sonar.process.SystemExit
 

T

tags() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
tags() - Method in interface org.sonar.api.issue.Issue
 
tags() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
TASK - Static variable in interface org.sonar.api.CoreProperties
 
Task - Interface in org.sonar.api.task
Deprecated.
since 5.1 all tasks (devcockpit, views) will be moved to server side
taskClass(Class<? extends Task>) - Method in class org.sonar.api.task.TaskDefinition.Builder
Deprecated.
 
taskClass() - Method in class org.sonar.api.task.TaskDefinition
Deprecated.
 
TaskComponent - Interface in org.sonar.api.task
Deprecated.
since 5.1 all tasks (devcockpit, views) will be moved to server side
TaskDefinition - Class in org.sonar.api.task
Deprecated.
since 5.1 all tasks (devcockpit, views) will be moved to server side
TaskDefinition.Builder - Class in org.sonar.api.task
Deprecated.
 
TaskExtension - Interface in org.sonar.api.task
Deprecated.
since 5.1 all tasks (devcockpit, views) will be moved to server side
TECHNICAL_DEBT - Static variable in class org.sonar.api.measures.CoreMetrics
 
TECHNICAL_DEBT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TechnicalDebtModel - Interface in org.sonar.api.technicaldebt.batch
Deprecated.
since 4.3
TempFileUtils - Class in org.sonar.api.utils
Deprecated.
since 4.0 use TempFolder
TempFolder - Interface in org.sonar.api.utils
Use this component to deal with temp files/folders.
TempFolderCleaner - Class in org.sonar.api.utils.internal
 
TempFolderCleaner(TempFolder) - Constructor for class org.sonar.api.utils.internal.TempFolderCleaner
 
template() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
TemplateRuleCheck - Class in org.sonar.xoo.checks
 
TemplateRuleCheck() - Constructor for class org.sonar.xoo.checks.TemplateRuleCheck
 
templateRuleKey() - Method in interface org.sonar.api.batch.rule.ActiveRule
Optional rule key of the template rule.
templateRuleKey() - Method in class org.sonar.api.batch.rule.internal.DefaultActiveRule
 
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
Deprecated.
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
Deprecated.
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
 
TESTABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic TESTABILITY
testable() - Method in interface org.sonar.api.test.CoverageBlock
 
Testable - Interface in org.sonar.api.test
 
testCase() - Method in interface org.sonar.api.test.CoverageBlock
 
TestCase - Interface in org.sonar.api.test
 
TestCase.Status - Enum in org.sonar.api.test
 
testCaseByName(String) - Method in interface org.sonar.api.test.Testable
 
testCases() - Method in interface org.sonar.api.test.Testable
 
testCases() - Method in interface org.sonar.api.test.TestPlan
 
testCasesByLines() - Method in interface org.sonar.api.test.Testable
 
testCasesByName(String) - Method in interface org.sonar.api.test.TestPlan
 
testCasesOfLine(int) - Method in interface org.sonar.api.test.Testable
 
testDirs() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
since 4.2 use FileSystem.files(org.sonar.api.batch.fs.FilePredicate) to get all files with type InputFile.Type#TEST.
testedLines() - Method in interface org.sonar.api.test.Testable
 
TestException - Exception in org.sonar.api.test.exception
 
TestException(String) - Constructor for exception org.sonar.api.test.exception.TestException
 
TestException(String, Throwable) - Constructor for exception org.sonar.api.test.exception.TestException
 
testExclusions() - Method in class org.sonar.api.scan.filesystem.FileExclusions
 
testFiles(String...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
Source files of unit tests.
testInclusions() - Method in class org.sonar.api.scan.filesystem.FileExclusions
 
testPlan() - Method in interface org.sonar.api.test.TestCase
 
TestPlan<T extends TestCase> - Interface in org.sonar.api.test
 
tests() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
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: Non-zero value should be saved for resources representing tests.
TESTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TESTS_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
TestUtils - Class in org.sonar.test
Utilities for unit tests
TEXT - Static variable in class org.sonar.api.server.rule.RuleParamType
 
TEXT_QUERY - Static variable in class org.sonar.api.server.ws.WebService.Param
 
TEXT_VALUE_LENGTH - Static variable in class org.sonar.api.database.model.MeasureModel
 
TIME_ZONE_RELATED_PORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic PORTABILITY
TimeMachine - Interface in org.sonar.api.batch
Deprecated.
since 5.1 ability to access previous data from batch side will soon be removed
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
 
TimeoutException - Exception in org.sonar.api.utils.command
Unchecked version of TimeoutException
TimeoutException(Command, String, Throwable) - Constructor for exception org.sonar.api.utils.command.TimeoutException
 
TimeProfiler - Class in org.sonar.api.utils
Deprecated.
since 5.1. Replaced by Profiler
TimeProfiler(Logger) - Constructor for class org.sonar.api.utils.TimeProfiler
Deprecated.
 
TimeProfiler(Class) - Constructor for class org.sonar.api.utils.TimeProfiler
Deprecated.
 
TimeProfiler() - Constructor for class org.sonar.api.utils.TimeProfiler
Deprecated.
Use the default Sonar logger
TimeUtils - Class in org.sonar.api.utils
 
to(InputFile) - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
to(InputFile) - Method in interface org.sonar.api.batch.sensor.dependency.NewDependency
 
toCommandLine() - Method in class org.sonar.api.utils.command.Command
 
toFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.InputFileUtils
Deprecated.
 
toIoFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.ProjectUtils
Deprecated.
in 4.2. Replaced by org.sonar.api.resources.InputFileUtils#toFiles()
tokenize(SourceCode, Tokens) - Method in class org.sonar.xoo.lang.XooTokenizer
 
toKey() - Method in interface org.sonar.api.batch.sensor.dependency.Dependency
 
toKey() - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
toLong() - Method in class org.sonar.api.utils.internal.WorkDuration
Return the duration using the following format DDHHMM, where DD is the number of days, HH is the number of months, and MM the number of minutes.
toMap(String...) - Static method in class org.sonar.wsclient.internal.EncodingUtils
 
toMinutes() - Method in class org.sonar.api.utils.Duration
Return the duration in minutes.
toMinutes() - Method in class org.sonar.api.utils.internal.WorkDuration
 
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
 
toQueryParam(String[]) - Static method in class org.sonar.wsclient.internal.EncodingUtils
 
toQueryParam(Date, boolean) - Static method in class org.sonar.wsclient.internal.EncodingUtils
 
toResource(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
 
toString() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
toString() - Method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
toString() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
toString() - Method in class org.sonar.api.batch.Event
 
toString() - Method in class org.sonar.api.batch.fs.internal.DefaultInputDir
 
toString() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
toString() - Method in class org.sonar.api.batch.Initializer
 
toString() - Method in class org.sonar.api.batch.maven.MavenPlugin
Deprecated.
 
toString() - Method in class org.sonar.api.batch.scm.BlameLine
 
toString() - Method in class org.sonar.api.batch.sensor.duplication.Duplication.Block
 
toString() - Method in class org.sonar.api.batch.sensor.duplication.internal.DefaultDuplication
 
toString() - Method in class org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
 
toString() - Method in class org.sonar.api.batch.sensor.internal.DefaultStorable
 
toString() - Method in class org.sonar.api.batch.TimeMachineQuery
 
toString() - Method in class org.sonar.api.charts.AbstractChart
Deprecated.
 
toString() - Method in class org.sonar.api.config.Category
 
toString() - Method in class org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
 
toString() - Method in class org.sonar.api.config.PropertyDefinition
 
toString() - Method in class org.sonar.api.database.configuration.Property
Deprecated.
 
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.Snapshot
 
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.issue.action.Action
 
toString() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
toString() - Method in class org.sonar.api.issue.internal.FieldDiffs.Diff
 
toString() - Method in class org.sonar.api.issue.internal.FieldDiffs
 
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.notifications.NotificationDispatcherMetadata
 
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.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.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.resources.ResourceType
 
toString() - Method in class org.sonar.api.resources.ResourceTypeTree
 
toString() - Method in class org.sonar.api.rule.RuleKey
Format is "repository:rule", for example "squid:AvoidCycle"
toString() - Method in class org.sonar.api.rules.ActiveRule
 
toString() - Method in class org.sonar.api.rules.Rule
 
toString() - Method in class org.sonar.api.rules.RuleParam
 
toString() - Method in class org.sonar.api.rules.RuleRepository
Deprecated.
 
toString() - Method in class org.sonar.api.rules.Violation
Deprecated.
 
toString() - Method in class org.sonar.api.security.UserDetails
 
toString() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
toString() - Method in class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
toString() - Method in class org.sonar.api.server.rule.RuleParamType
 
toString() - Method in class org.sonar.api.server.rule.RulesDefinition.NewRule
 
toString() - Method in class org.sonar.api.server.rule.RulesDefinition.Rule
 
toString() - Method in class org.sonar.api.server.ws.WebService.Action
 
toString() - Method in class org.sonar.api.server.ws.WebService.NewParam
 
toString() - Method in class org.sonar.api.server.ws.WebService.Param
 
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.task.TaskDefinition
Deprecated.
 
toString() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
toString() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
toString() - Method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
 
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.Duration
 
toString() - Method in class org.sonar.api.utils.internal.WorkDuration
 
toString() - Method in exception org.sonar.api.utils.MessageException
 
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 class org.sonar.api.utils.WorkUnit
Deprecated.
 
toString() - Method in class org.sonar.api.web.CodeColorizerFormat
Deprecated.
 
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.process.monitor.JavaCommand
 
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
 
total() - Method in class org.sonar.api.utils.Paging
Total number of items.
total() - Method in class org.sonar.wsclient.base.Paging
 
totalIssues() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
totalIssues() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
totalIssuesChanged() - Method in interface org.sonar.wsclient.issue.BulkChange
 
totalIssuesChanged() - Method in class org.sonar.wsclient.issue.internal.DefaultBulkChange
 
totalIssuesNotChanged() - Method in interface org.sonar.wsclient.issue.BulkChange
 
totalIssuesNotChanged() - Method in class org.sonar.wsclient.issue.internal.DefaultBulkChange
 
toUnit(String) - Static method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
toUnit(String) - Static method in class org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
Deprecated.
since 4.3
toWorkingDays() - Method in class org.sonar.api.utils.internal.WorkDuration
Return the duration in number of working days.
trace(String) - Method in interface org.sonar.api.utils.log.Logger
Logs a TRACE message.
trace(String, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an TRACE parameterized message according to the specified format and argument.
trace(String, Object, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs an TRACE parameterized message according to the specified format and arguments.
trace(String, Object...) - Method in interface org.sonar.api.utils.log.Logger
Logs an TRACE parameterized message according to the specified format and arguments.
transitions(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssueClient
 
transitions(String) - Method in interface org.sonar.wsclient.issue.IssueClient
 
TRANSPORTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic REUSABILITY
TREEMAP - Static variable in class org.sonar.api.web.Filter
 
tryToMoveTo(Lifecycle.State) - Method in class org.sonar.process.Lifecycle
 
type() - Method in class org.sonar.api.batch.debt.DebtRemediationFunction
 
type() - Method in interface org.sonar.api.batch.fs.InputFile
Does it contain main or test code ?
type() - Method in class org.sonar.api.batch.fs.internal.DefaultInputFile
 
type() - Method in class org.sonar.api.batch.sensor.internal.DefaultSensorDescriptor
 
type(PropertyType) - Method in class org.sonar.api.config.PropertyDefinition.Builder
 
type() - Method in class org.sonar.api.config.PropertyDefinition
 
type(PropertyType) - Method in class org.sonar.api.config.PropertyFieldDefinition.Builder
 
type() - Method in class org.sonar.api.config.PropertyFieldDefinition
 
type() - Method in interface org.sonar.api.scan.filesystem.FileSystemFilter.Context
Deprecated.
 
type() - Method in interface org.sonar.api.server.debt.DebtRemediationFunction
 
type() - Method in class org.sonar.api.server.debt.internal.DefaultDebtRemediationFunction
 
type() - Method in class org.sonar.api.server.rule.RuleParamType
 
type() - Method in class org.sonar.api.server.rule.RulesDefinition.Param
 
type() - Method in interface org.sonar.api.test.TestCase
 
TYPE_INTEGRATION - Static variable in interface org.sonar.api.test.TestCase
 
TYPE_UNIT - Static variable in interface org.sonar.api.test.TestCase
 
typeAttributes() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
TypeOfText - Enum in org.sonar.api.batch.sensor.highlighting
Experimental, do not use.
types() - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
typeValue() - Method in enum org.sonar.api.scan.filesystem.FileType
Deprecated.
 

U

UNCONFIRM - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
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
 
UNDERSTANDABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic MAINTAINABILITY
UNIT_TEST_FILE - Static variable in class org.sonar.api.resources.Qualifiers
 
UNIT_TESTABILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic TESTABILITY
UNIT_TESTS - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic RELIABILITY
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<M extends Model> - Interface in org.sonar.wsclient.unmarshallers
 
Unmarshallers - Class in org.sonar.wsclient.unmarshallers
 
unresolvedIssues() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
unresolvedIssues() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
unsetData() - Method in class org.sonar.api.measures.Measure
 
unsetDefault() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
unsetDefault() - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
unsetMetrics() - Method in class org.sonar.api.batch.TimeMachineQuery
Unsets the metrics
unwrap(Object) - Method in class org.sonar.search.script.ListUpdate
 
unzip(File, File) - Static method in class org.sonar.api.utils.ZipUtils
Unzip a file into a directory.
unzip(InputStream, File) - Static method in class org.sonar.api.utils.ZipUtils
 
unzip(InputStream, File, ZipUtils.ZipEntryFilter) - Static method in class org.sonar.api.utils.ZipUtils
 
unzip(File, File, ZipUtils.ZipEntryFilter) - Static method in class org.sonar.api.utils.ZipUtils
 
unzip(File) - Method in class org.sonar.home.cache.FileCache
Unzip a cached file.
update(MeasureModel) - Method in interface org.sonar.api.database.model.MeasureMapper
 
update(UpdateActionPlan) - Method in interface org.sonar.wsclient.issue.ActionPlanClient
 
update(UpdateActionPlan) - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlanClient
 
update(String) - Static method in class org.sonar.wsclient.services.MetricUpdateQuery
 
update(UpdateQuery<?>) - Method in class org.sonar.wsclient.Sonar
 
update(UserParameters) - Method in class org.sonar.wsclient.user.internal.DefaultUserClient
 
update(UserParameters) - Method in interface org.sonar.wsclient.user.UserClient
 
UpdateActionPlan - Class in org.sonar.wsclient.issue
 
UpdateCenterQuery - Class in org.sonar.wsclient.services
 
updateCondition(UpdateCondition) - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateClient
 
updateCondition(UpdateCondition) - Method in interface org.sonar.wsclient.qualitygate.QualityGateClient
 
UpdateCondition - Class in org.sonar.wsclient.qualitygate
 
updatedAt() - Method in class org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
 
updatedAt() - Method in interface org.sonar.api.issue.ActionPlan
 
updatedAt() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
 
updatedAt() - Method in interface org.sonar.api.issue.IssueComment
 
updatedAt() - Method in class org.sonar.api.server.debt.internal.DefaultDebtCharacteristic
 
updatedAt() - Method in interface org.sonar.api.technicaldebt.batch.Characteristic
Deprecated.
 
updatedAt() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic
Deprecated.
 
updatedAt() - Method in class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement
Deprecated.
 
updatedAt() - Method in interface org.sonar.api.technicaldebt.batch.Requirement
Deprecated.
 
updatedAt() - Method in interface org.sonar.wsclient.issue.ActionPlan
 
updatedAt() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
 
updateDate() - Method in class org.sonar.api.issue.internal.DefaultIssue
 
updateDate() - Method in interface org.sonar.api.issue.Issue
 
updateDate() - Method in class org.sonar.wsclient.issue.internal.DefaultIssue
 
updateDate() - Method in interface org.sonar.wsclient.issue.Issue
 
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
 
url() - Method in exception org.sonar.wsclient.base.HttpException
 
url(String) - Method in class org.sonar.wsclient.SonarClient.Builder
Mandatory HTTP server URL, eg "http://localhost:9000"
urlParams() - Method in class org.sonar.wsclient.issue.BulkChangeQuery
URL query string, for internal use
urlParams() - Method in class org.sonar.wsclient.issue.IssueQuery
URL query string, for internal use
urlParams() - Method in class org.sonar.wsclient.issue.NewActionPlan
 
urlParams() - Method in class org.sonar.wsclient.issue.NewIssue
 
urlParams() - Method in class org.sonar.wsclient.issue.UpdateActionPlan
 
urlParams() - Method in class org.sonar.wsclient.permissions.PermissionParameters
 
urlParams() - Method in class org.sonar.wsclient.project.NewProject
 
urlParams() - Method in class org.sonar.wsclient.qualitygate.NewCondition
 
urlParams() - Method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
urlParams() - Method in class org.sonar.wsclient.user.UserParameters
 
urlParams() - Method in class org.sonar.wsclient.user.UserQuery
 
USABILITY_ACCESSIBILITY - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic ACCESSIBILITY
USABILITY_COMPLIANCE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic ACCESSIBILITY
USABILITY_EASE_OF_USE - Static variable in class org.sonar.api.server.rule.RulesDefinition.SubCharacteristics
Related to characteristic ACCESSIBILITY
USE_INDEX - Static variable in class org.sonar.api.batch.fs.internal.AbstractFilePredicate
 
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 - Interface in org.sonar.api.user
 
USER - Static variable in annotation type org.sonar.api.web.UserRole
 
user() - Method in class org.sonar.wsclient.issue.internal.DefaultIssueChange
 
user(String) - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
user() - Method in interface org.sonar.wsclient.issue.IssueChange
 
user(String) - Method in interface org.sonar.wsclient.issue.Issues
 
user(String) - Method in class org.sonar.wsclient.permissions.PermissionParameters
 
User - Class in org.sonar.wsclient.user
 
User(Map) - Constructor for class org.sonar.wsclient.user.User
 
userClient() - Method in class org.sonar.wsclient.SonarClient
New client to interact with web services related to users
UserClient - Interface in org.sonar.wsclient.user
 
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
Deprecated.
since 5.1 DB access will soon be removed from batch side
UserFinder - Interface in org.sonar.api.user
Deprecated.
since 5.1 DB access will soon be removed from batch side
userLogin() - Method in interface org.sonar.api.issue.ActionPlan
 
userLogin() - Method in class org.sonar.api.issue.internal.DefaultIssueComment
The user who created the comment.
userLogin() - Method in class org.sonar.api.issue.internal.FieldDiffs
 
userLogin() - Method in interface org.sonar.api.issue.IssueComment
 
userLogin() - Method in interface org.sonar.wsclient.issue.ActionPlan
Login of the user who created the action plan.
userLogin() - Method in class org.sonar.wsclient.issue.internal.DefaultActionPlan
Login of the user who created the action plan.
UserParameters - Class in org.sonar.wsclient.user
 
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
UserQuery - Class in org.sonar.api.user
 
UserQuery - Class in org.sonar.wsclient.user
 
UserQuery.Builder - Class in org.sonar.api.user
 
UserRole - Annotation Type in org.sonar.api.web
 
USERS - Static variable in class org.sonar.api.security.DefaultGroups
 
users() - Method in class org.sonar.wsclient.issue.internal.DefaultIssues
 
users() - Method in interface org.sonar.wsclient.issue.Issues
 
Uuids - Class in org.sonar.api.utils.internal
 

V

validate(PropertyType, String, List<String>) - Static method in class org.sonar.api.config.PropertyDefinition
 
validate(String) - Method in class org.sonar.api.config.PropertyDefinition
 
validate(String) - Method in class org.sonar.api.config.PropertyFieldDefinition
 
validate(String) - Static method in class org.sonar.api.server.rule.RuleTagFormat
 
validateLineArgument(InputFile, int, String) - Method in class org.sonar.api.batch.sensor.internal.DefaultStorable
 
ValidatingRequest - Class in org.sonar.api.server.ws.internal
 
ValidatingRequest() - Constructor for class org.sonar.api.server.ws.internal.ValidatingRequest
 
ValidationMessages - Class in org.sonar.api.utils
 
validKey(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
value() - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
value() - Method in interface org.sonar.api.batch.sensor.measure.Measure
Value of the measure.
value - Variable in class org.sonar.api.measures.Measure
 
value() - Method in class org.sonar.api.measures.Measure
For internal use.
value(boolean) - Method in class org.sonar.api.utils.text.JsonWriter
Encodes value.
value(double) - Method in class org.sonar.api.utils.text.JsonWriter
 
value(String) - Method in class org.sonar.api.utils.text.JsonWriter
 
value(long) - Method in class org.sonar.api.utils.text.JsonWriter
 
value(Number) - Method in class org.sonar.api.utils.text.JsonWriter
 
value(String) - Method in class org.sonar.process.Props
 
value(String, String) - Method in class org.sonar.process.Props
 
valueAsBoolean(String) - Method in class org.sonar.process.Props
 
valueAsBoolean(String, boolean) - Method in class org.sonar.process.Props
 
valueAsInt(String) - Method in class org.sonar.process.Props
 
valueAsInt(String, int) - Method in class org.sonar.process.Props
 
valueDate(Date) - Method in class org.sonar.api.utils.text.JsonWriter
 
valueDateTime(Date) - Method in class org.sonar.api.utils.text.JsonWriter
 
valueObject(Object) - Method in class org.sonar.api.utils.text.JsonWriter
Encodes an object that can be a : primitive types: String, Number, Boolean java.util.Date: encoded as datetime (see JsonWriter.valueDateTime(java.util.Date) Map.
valueOf(String) - Static method in enum org.sonar.api.batch.debt.DebtRemediationFunction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.batch.fs.InputFile.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.batch.fs.InputFile.Type
Returns the enum constant of this type with the specified name.
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.batch.sensor.highlighting.TypeOfText
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.batch.sensor.issue.Issue.Severity
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
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.rule.RuleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.rules.RulePriority
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.scan.filesystem.FileType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.server.debt.DebtRemediationFunction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.test.TestCase.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.utils.Durations.DurationFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.utils.internal.WorkDuration.UNIT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.utils.log.LoggerLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.violations.ViolationQuery.SwitchMode
Deprecated.
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
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.process.Lifecycle.State
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.
valueOf(String) - Static method in enum org.sonar.wsclient.system.Migration.Status
Returns the enum constant of this type with the specified name.
valueOfInt(int) - Static method in enum org.sonar.api.rules.RulePriority
Deprecated.
 
valueOfString(String) - Static method in enum org.sonar.api.rules.RulePriority
Deprecated.
in 3.6
values() - Static method in enum org.sonar.api.batch.debt.DebtRemediationFunction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.batch.fs.InputFile.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.batch.fs.InputFile.Type
Returns an array containing the constants of this enum type, in the order they are declared.
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.batch.sensor.highlighting.TypeOfText
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.batch.sensor.issue.Issue.Severity
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
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.rule.RuleStatus
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
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.scan.filesystem.FileType
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.server.debt.DebtRemediationFunction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.sonar.api.server.rule.RuleParamType
 
values() - Static method in enum org.sonar.api.test.TestCase.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.utils.Durations.DurationFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.utils.internal.WorkDuration.UNIT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.utils.log.LoggerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values(String...) - Method in class org.sonar.api.utils.text.CsvWriter
 
values(Iterable<String>) - Method in class org.sonar.api.utils.text.JsonWriter
Write a list of values in an array, for example:
values() - Static method in enum org.sonar.api.violations.ViolationQuery.SwitchMode
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.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
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.process.Lifecycle.State
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
 
values() - Static method in enum org.sonar.wsclient.system.Migration.Status
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in interface org.sonar.api.batch.measure.Metric
 
valueType() - Method in class org.sonar.api.measures.Metric
 
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
Deprecated.
 
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
Deprecated.
in 3.6. Replaced by Issue.
Violation(Rule) - Constructor for class org.sonar.api.rules.Violation
Deprecated.
since 2.3. Use the factory method Violation.create(ActiveRule, Resource)
Violation(Rule, Resource) - Constructor for class org.sonar.api.rules.Violation
Deprecated.
since 2.3. Use the factory method create()
ViolationQuery - Class in org.sonar.api.violations
Deprecated.
in 3.6 for the merge of violations and reviews into issues.
ViolationQuery.SwitchMode - Enum in org.sonar.api.violations
Deprecated.
 
VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 

W

warn(String) - Method in interface org.sonar.api.utils.log.Logger
Logs a WARN level message.
warn(String, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs a WARN parameterized message according to the specified format and argument.
warn(String, Object, Object) - Method in interface org.sonar.api.utils.log.Logger
Logs a WARN parameterized message according to the specified format and arguments.
warn(String, Object...) - Method in interface org.sonar.api.utils.log.Logger
Logs a WARN parameterized message according to the specified format and arguments.
warn(String) - Method in interface org.sonar.home.log.Log
 
warn(String) - Method in class org.sonar.home.log.Slf4jLog
 
warn(String) - Method in class org.sonar.home.log.StandardLog
 
warnings() - Method in class org.sonar.wsclient.qprofile.internal.DefaultQProfileResult
 
warnings() - Method in interface org.sonar.wsclient.qprofile.QProfileResult
 
warningThreshold() - Method in class org.sonar.wsclient.qualitygate.internal.DefaultQualityGateCondition
 
warningThreshold(String) - Method in class org.sonar.wsclient.qualitygate.NewCondition
 
warningThreshold() - Method in interface org.sonar.wsclient.qualitygate.QualityGateCondition
 
warningThreshold(String) - Method in class org.sonar.wsclient.qualitygate.UpdateCondition
 
WEB_JAVA_ADDITIONAL_OPTS - Static variable in interface org.sonar.process.ProcessConstants
 
WEB_JAVA_OPTS - Static variable in interface org.sonar.process.ProcessConstants
 
WebService - Interface in org.sonar.api.server.ws
Defines a web service.
Webservice - Interface in org.sonar.api.web
Deprecated.
in 4.2. Replaced by WebService
WebService.Action - Class in org.sonar.api.server.ws
 
WebService.Context - Class in org.sonar.api.server.ws
 
WebService.Context() - Constructor for class org.sonar.api.server.ws.WebService.Context
 
WebService.Controller - Class in org.sonar.api.server.ws
 
WebService.NewAction - Class in org.sonar.api.server.ws
 
WebService.NewController - Class in org.sonar.api.server.ws
 
WebService.NewParam - Class in org.sonar.api.server.ws
 
WebService.Param - Class in org.sonar.api.server.ws
 
WebService.Param(WebService.Action, WebService.NewParam) - Constructor for class org.sonar.api.server.ws.WebService.Param
 
weight() - Method in interface org.sonar.api.batch.sensor.dependency.Dependency
Default weight value is 1.
weight(int) - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
weight() - Method in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency
 
weight(int) - Method in interface org.sonar.api.batch.sensor.dependency.NewDependency
Set the weight of the dependency.
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
 
withExclusions(String...) - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
withInclusions(String...) - Method in class org.sonar.api.scan.filesystem.FileQuery
Deprecated.
 
withKey(String) - Method in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue
For testing only.
withKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
withRepositoryKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
withValue(G) - Method in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
 
withValue(G) - Method in interface org.sonar.api.batch.sensor.measure.NewMeasure
Value of the measure.
WONT_FIX - Static variable in interface org.sonar.api.issue.DefaultTransitions
 
workDir() - Method in interface org.sonar.api.batch.fs.FileSystem
Absolute work directory.
workDir() - Method in class org.sonar.api.batch.fs.internal.DefaultFileSystem
 
WorkDuration - Class in org.sonar.api.utils.internal
 
WorkDuration.UNIT - Enum in org.sonar.api.utils.internal
 
WORKING_DIRECTORY - Static variable in interface org.sonar.api.CoreProperties
 
WORKING_DIRECTORY_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
workingDir() - Method in interface org.sonar.api.scan.filesystem.ModuleFileSystem
Deprecated.
Working directory used by Sonar.
WorkUnit - Class in org.sonar.api.utils
Deprecated.
since 4.2. Use WorkDuration instead
write(RulesProfile, Writer) - Method in class org.sonar.api.profiles.XMLProfileSerializer
 
WriterException - Exception in org.sonar.api.utils.text
 
WriterException(String) - Constructor for exception org.sonar.api.utils.text.WriterException
 
WriterException(String, Throwable) - Constructor for exception org.sonar.api.utils.text.WriterException
 
writeToWorkingDirectory(String, String) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated.
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
 
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.
XMLProfileSerializer - Class in org.sonar.api.profiles
 
XMLProfileSerializer() - Constructor for class org.sonar.api.profiles.XMLProfileSerializer
 
XMLRuleParser - Class in org.sonar.api.rules
Deprecated.
in 4.2. Replaced by org.sonar.api.server.rule.RulesDefinition and org.sonar.api.server.rule.RulesDefinitionXmlLoader
XMLRuleParser() - Constructor for class org.sonar.api.rules.XMLRuleParser
Deprecated.
 
XmlWriter - Class in org.sonar.api.utils.text
TODO document that output is UTF-8
Xoo - Class in org.sonar.xoo
 
Xoo() - Constructor for class org.sonar.xoo.Xoo
 
XOO_REPOSITORY - Static variable in class org.sonar.xoo.rule.XooRulesDefinition
 
XooBlameCommand - Class in org.sonar.xoo.scm
 
XooBlameCommand() - Constructor for class org.sonar.xoo.scm.XooBlameCommand
 
XooCpdMapping - Class in org.sonar.xoo.lang
 
XooCpdMapping(Xoo, XooTokenizer) - Constructor for class org.sonar.xoo.lang.XooCpdMapping
 
XooFakeExporter - Class in org.sonar.xoo.rule
Fake exporter just for test
XooFakeExporter() - Constructor for class org.sonar.xoo.rule.XooFakeExporter
 
XooFakeImporter - Class in org.sonar.xoo.rule
Fake importer just for test, it will NOT take into account the given file but will create some hard-coded rules
XooFakeImporter() - Constructor for class org.sonar.xoo.rule.XooFakeImporter
 
XooFakeImporterWithMessages - Class in org.sonar.xoo.rule
Fake importer just for test, it will NOT take into account the given file but will display some info and warning messages
XooFakeImporterWithMessages() - Constructor for class org.sonar.xoo.rule.XooFakeImporterWithMessages
 
XooPlugin - Class in org.sonar.xoo
Plugin entry-point, as declared in pom.xml.
XooPlugin() - Constructor for class org.sonar.xoo.XooPlugin
 
XooProjectBuilder - Class in org.sonar.xoo.extensions
 
XooProjectBuilder(Settings) - Constructor for class org.sonar.xoo.extensions.XooProjectBuilder
 
XooQualityProfile - Class in org.sonar.xoo.rule
 
XooQualityProfile() - Constructor for class org.sonar.xoo.rule.XooQualityProfile
 
XooRulesDefinition - Class in org.sonar.xoo.rule
Define all the coding rules that are supported on the repository named "xoo".
XooRulesDefinition() - Constructor for class org.sonar.xoo.rule.XooRulesDefinition
 
XooScmProvider - Class in org.sonar.xoo.scm
 
XooScmProvider(XooBlameCommand) - Constructor for class org.sonar.xoo.scm.XooScmProvider
 
XooTokenizer - Class in org.sonar.xoo.lang
 
XooTokenizer(FileSystem) - Constructor for class org.sonar.xoo.lang.XooTokenizer
 
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–2015 SonarSource. All rights reserved.