| Package | Description |
|---|---|
| org.sonar.api.component | |
| org.sonar.api.component.mock | |
| org.sonar.api.issue | |
| org.sonar.api.resources |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Component<C extends Component> |
interface |
Perspective<C extends Component<C>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Module |
interface |
SourceFile |
| Modifier and Type | Method and Description |
|---|---|
Component |
RubyComponentService.findByKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
<P extends Perspective> |
Perspectives.as(Class<P> perspectiveClass,
Component component) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockSourceFile |
| Modifier and Type | Method and Description |
|---|---|
Component |
IssueQueryResult.component(Issue issue) |
Component |
IssueQueryResult.project(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Component> |
IssueQueryResult.components()
The components involved in the paginated
IssueQueryResult.issues(). |
Collection<Component> |
IssueQueryResult.projects()
The projects involved in the paginated
IssueQueryResult.issues(). |
| Modifier and Type | Class and Description |
|---|---|
class |
Project
A class that manipulates Projects in the Sonar way.
|
Copyright © 2009-2014 SonarSource. All Rights Reserved.