|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Snapshot in ch.hortis.sonar.model |
|---|
| Methods in ch.hortis.sonar.model that return Snapshot | |
|---|---|
Snapshot |
Snapshot.getParent()
|
Snapshot |
Snapshot.getRoot()
|
| Methods in ch.hortis.sonar.model with parameters of type Snapshot | |
|---|---|
void |
Snapshot.setParent(Snapshot parent)
|
void |
Snapshot.setRoot(Snapshot root)
|
void |
SnapshotSource.setSnapshot(Snapshot snapshot)
|
void |
RuleFailureParam.setSnapshot(Snapshot snapshot)
|
void |
RuleFailure.setSnapshot(Snapshot snapshot)
|
| Constructors in ch.hortis.sonar.model with parameters of type Snapshot | |
|---|---|
RuleFailure(Rule rule,
RuleFailureLevel level,
Snapshot snapshot)
|
|
SnapshotSource(Snapshot snapshot,
java.lang.String data)
|
|
| Uses of Snapshot in ch.hortis.sonar.service |
|---|
| Methods in ch.hortis.sonar.service that return Snapshot | |
|---|---|
Snapshot |
MeasuresDao.getSnapshot(int snapshotId)
|
| Methods in ch.hortis.sonar.service that return types with arguments of type Snapshot | |
|---|---|
java.util.List<Snapshot> |
MeasuresDao.getChildSnapshots(Snapshot snapshot,
boolean includeSubmodules)
|
| Methods in ch.hortis.sonar.service with parameters of type Snapshot | |
|---|---|
java.util.List<Snapshot> |
MeasuresDao.getChildSnapshots(Snapshot snapshot,
boolean includeSubmodules)
|
| Uses of Snapshot in org.sonar.commons.events |
|---|
| Methods in org.sonar.commons.events that return Snapshot | |
|---|---|
Snapshot |
Event.getSnapshot()
|
| Methods in org.sonar.commons.events with parameters of type Snapshot | |
|---|---|
void |
Event.setSnapshot(Snapshot snapshot)
|
| Constructors in org.sonar.commons.events with parameters of type Snapshot | |
|---|---|
Event(java.lang.String name,
java.lang.String description,
java.lang.String category,
Snapshot snapshot)
|
|
| Uses of Snapshot in org.sonar.commons.measures |
|---|
| Methods in org.sonar.commons.measures that return Snapshot | |
|---|---|
Snapshot |
Measure.ephemereSnapshot()
|
Snapshot |
AsyncMeasuresDao.getPreviousSnapshot(java.util.Date date)
|
| Methods in org.sonar.commons.measures that return types with arguments of type Snapshot | |
|---|---|
java.util.List<Snapshot> |
AsyncMeasuresDao.getNextSnapshotsUntilDate(Measure measure,
java.util.Date date)
|
| Methods in org.sonar.commons.measures with parameters of type Snapshot | |
|---|---|
void |
AsyncMeasuresService.refresh(Snapshot snapshot)
|
void |
MeasureParameter.setSnapshot(Snapshot snapshot)
|
void |
AsyncMeasuresDao.updateAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot,
Snapshot snapshot)
|
| Constructors in org.sonar.commons.measures with parameters of type Snapshot | |
|---|---|
Measure(Snapshot snapshot,
MeasureKey key,
java.lang.Double value)
|
|
Measure(Snapshot snapshot,
Metric metric,
java.lang.Double value)
|
|
Measure(Snapshot snapshot,
Metric metric,
java.lang.String value)
|
|
| Uses of Snapshot in org.sonar.commons.rules |
|---|
| Methods in org.sonar.commons.rules with parameters of type Snapshot | |
|---|---|
java.util.List<RuleFailure> |
RulesDao.getRuleFailures(Snapshot snapshot)
|
| Uses of Snapshot in org.sonar.core.jobs |
|---|
| Methods in org.sonar.core.jobs that return types with arguments of type Snapshot | |
|---|---|
protected java.util.List<Snapshot> |
UpdateStatusService.updateStatus(ResourceImpl resource)
|
| Method parameters in org.sonar.core.jobs with type arguments of type Snapshot | |
|---|---|
protected void |
UpdateStatusService.purge(java.util.List<Snapshot> snapshots)
|
| Uses of Snapshot in org.sonar.plugins.api.jobs |
|---|
| Methods in org.sonar.plugins.api.jobs that return Snapshot | |
|---|---|
Snapshot |
ResourceImpl.getSnapshot()
|
| Constructors in org.sonar.plugins.api.jobs with parameters of type Snapshot | |
|---|---|
ResourceImpl(Snapshot snapshot,
DaoFacade dao)
|
|
| Uses of Snapshot in org.sonar.plugins.api.maven |
|---|
| Fields in org.sonar.plugins.api.maven declared as Snapshot | |
|---|---|
protected Snapshot |
AbstractMeasuresRecorder.rootSnapshot
|
| Fields in org.sonar.plugins.api.maven with type parameters of type Snapshot | |
|---|---|
protected java.util.Map<MavenProject,Snapshot> |
AbstractMeasuresRecorder.snapshotByEntity
|
| Methods in org.sonar.plugins.api.maven that return Snapshot | |
|---|---|
protected Snapshot |
AbstractMeasuresRecorder.getOrCreateSnapshot(MavenProject entity,
Snapshot parent)
|
| Methods in org.sonar.plugins.api.maven with parameters of type Snapshot | |
|---|---|
protected Snapshot |
AbstractMeasuresRecorder.getOrCreateSnapshot(MavenProject entity,
Snapshot parent)
|
void |
AbstractMeasuresRecorder.setRootSnapshot(Snapshot rootSnapshot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||