|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Snapshot | |
|---|---|
| org.sonar.api.batch | |
| org.sonar.api.database.daos | |
| org.sonar.api.database.model | |
| org.sonar.core.purge | |
| org.sonar.jpa.dao | |
| Uses of Snapshot in org.sonar.api.batch |
|---|
| Methods in org.sonar.api.batch that return Snapshot | |
|---|---|
Snapshot |
Event.getSnapshot()
|
| Methods in org.sonar.api.batch with parameters of type Snapshot | |
|---|---|
void |
Event.setSnapshot(Snapshot snapshot)
|
| Constructors in org.sonar.api.batch with parameters of type Snapshot | |
|---|---|
Event(String name,
String description,
String category,
Snapshot snapshot)
|
|
| Uses of Snapshot in org.sonar.api.database.daos |
|---|
| Methods in org.sonar.api.database.daos with parameters of type Snapshot | |
|---|---|
List<RuleFailureModel> |
RulesDao.getViolations(Snapshot snapshot)
Deprecated. |
| Uses of Snapshot in org.sonar.api.database.model |
|---|
| Methods in org.sonar.api.database.model that return Snapshot | |
|---|---|
Snapshot |
Snapshot.save(DatabaseSession session)
|
| Methods in org.sonar.api.database.model with parameters of type Snapshot | |
|---|---|
void |
SnapshotSource.setSnapshot(Snapshot snapshot)
|
| Constructors in org.sonar.api.database.model with parameters of type Snapshot | |
|---|---|
Snapshot(ResourceModel resource,
Snapshot parent)
|
|
SnapshotSource(Snapshot snapshot,
String source)
|
|
| Uses of Snapshot in org.sonar.core.purge |
|---|
| Constructors in org.sonar.core.purge with parameters of type Snapshot | |
|---|---|
DefaultPurgeContext(Snapshot currentSnapshot)
|
|
DefaultPurgeContext(Snapshot currentSnapshot,
Snapshot lastSnapshot)
|
|
| Uses of Snapshot in org.sonar.jpa.dao |
|---|
| Methods in org.sonar.jpa.dao that return Snapshot | |
|---|---|
Snapshot |
AsyncMeasuresDao.getPreviousSnapshot(Snapshot s)
|
| Methods in org.sonar.jpa.dao that return types with arguments of type Snapshot | |
|---|---|
List<Snapshot> |
AsyncMeasuresDao.getNextSnapshotsUntilDate(MeasureModel measure,
Date date)
|
| Methods in org.sonar.jpa.dao with parameters of type Snapshot | |
|---|---|
Snapshot |
AsyncMeasuresDao.getPreviousSnapshot(Snapshot s)
|
List<RuleFailureModel> |
RulesDao.getViolations(Snapshot snapshot)
|
void |
AsyncMeasuresService.refresh(Snapshot snapshot)
|
void |
AsyncMeasuresDao.updateAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot,
Snapshot snapshot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||