|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Component | |
|---|---|
| org.sonar.api.component | |
| org.sonar.api.component.mock | |
| org.sonar.api.issue | |
| org.sonar.api.resources | |
| Uses of Component in org.sonar.api.component |
|---|
| Classes in org.sonar.api.component with type parameters of type Component | |
|---|---|
interface |
Component<C extends Component>
|
interface |
Perspective<C extends Component<C>>
|
| Subinterfaces of Component in org.sonar.api.component | |
|---|---|
interface |
Module
|
interface |
SourceFile
|
| Methods in org.sonar.api.component that return Component | |
|---|---|
Component |
RubyComponentService.findByKey(String key)
|
| Methods in org.sonar.api.component with parameters of type Component | ||
|---|---|---|
|
Perspectives.as(Class<P> perspectiveClass,
Component component)
|
|
| Uses of Component in org.sonar.api.component.mock |
|---|
| Classes in org.sonar.api.component.mock that implement Component | |
|---|---|
class |
MockSourceFile
|
| Uses of Component in org.sonar.api.issue |
|---|
| Methods in org.sonar.api.issue that return Component | |
|---|---|
Component |
IssueQueryResult.component(Issue issue)
|
Component |
IssueQueryResult.project(Issue issue)
|
| Methods in org.sonar.api.issue that return types with arguments of type Component | |
|---|---|
Collection<Component> |
IssueQueryResult.components()
The components involved in the paginated IssueQueryResult.issues(). |
Collection<Component> |
IssueQueryResult.projects()
The projects involved in the paginated IssueQueryResult.issues(). |
| Uses of Component in org.sonar.api.resources |
|---|
| Classes in org.sonar.api.resources that implement Component | |
|---|---|
class |
Project
A class that manipulates Projects in the Sonar way. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||