|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncMeasureSnapshot | |
|---|---|
| org.sonar.api.database.daos | |
| Uses of AsyncMeasureSnapshot in org.sonar.api.database.daos |
|---|
| Methods in org.sonar.api.database.daos that return AsyncMeasureSnapshot | |
|---|---|
AsyncMeasureSnapshot |
AsyncMeasuresDao.createAsyncMeasureSnapshot(Integer AsyncMeasureId,
Integer snapshotId,
Date AsyncMeasureDate,
Date snapshotDate,
Integer metricId,
Integer projectId)
|
AsyncMeasureSnapshot |
AsyncMeasuresDao.getLastAsyncMeasureSnapshot(Integer projetcId,
Integer metricId,
Date date)
|
AsyncMeasureSnapshot |
AsyncMeasuresDao.getNextAsyncMeasureSnapshot(Integer projetcId,
Integer metricId,
Date date)
|
| Methods in org.sonar.api.database.daos that return types with arguments of type AsyncMeasureSnapshot | |
|---|---|
List<AsyncMeasureSnapshot> |
AsyncMeasuresDao.getAsyncMeasureSnapshotsFromSnapshotId(Integer snapshotId,
List<Integer> metricIdsToExclude)
|
List<AsyncMeasureSnapshot> |
AsyncMeasuresDao.getNextAsyncMeasureSnapshotsUntilDate(MeasureModel asyncMeasure,
Date endDate)
|
List<AsyncMeasureSnapshot> |
AsyncMeasuresDao.getPreviousAsyncMeasureSnapshots(Integer projectId,
Date beginDate,
Date endDate)
|
| Methods in org.sonar.api.database.daos with parameters of type AsyncMeasureSnapshot | |
|---|---|
void |
AsyncMeasuresDao.removeSnapshotFromAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot)
|
void |
AsyncMeasuresDao.updateAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot,
Snapshot snapshot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||