| Package | Description |
|---|---|
| org.sonar.api.database.model | |
| org.sonar.api.profiles | |
| org.sonar.api.resources | |
| org.sonar.batch |
| Modifier and Type | Method and Description |
|---|---|
static ResourceModel |
ResourceModel.build(Resource resource)
Maps a resource to a resource model and returns the resource
|
ResourceModel |
ResourceModel.setPersonId(Integer i) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.setResource(ResourceModel resource) |
| Constructor and Description |
|---|
Snapshot(ResourceModel resource,
boolean last,
String status,
Date date) |
Snapshot(ResourceModel resource,
Snapshot parent) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceModel> |
RulesProfile.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
RulesProfile.setProjects(List<ResourceModel> projects)
Sets the list of projects attached to the profile
|
| Modifier and Type | Method and Description |
|---|---|
ResourceModel |
ProjectLink.getResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectLink.setResource(ResourceModel resource) |
| Constructor and Description |
|---|
ResourceDatabaseConfiguration(DatabaseSession session,
ResourceModel resource) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.