Package org.sonar.api.internal
Class PluginContextImpl.Builder
java.lang.Object
org.sonar.api.internal.PluginContextImpl.Builder
- Enclosing class:
- PluginContextImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sonar.api.Plugin.Context
build()
setBootConfiguration
(org.sonar.api.config.Configuration c) If not set, then an empty configuration is used.setSonarRuntime
(org.sonar.api.SonarRuntime r) Required.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setSonarRuntime
Required.- Returns:
- this
- See Also:
-
setBootConfiguration
If not set, then an empty configuration is used.- Returns:
- this
-
build
public org.sonar.api.Plugin.Context build()
-