Uses of Class
org.sonar.api.database.model.Snapshot

Packages that use Snapshot
org.sonar.api.batch   
org.sonar.api.database.model   
 

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)
          Deprecated. in 2.5
 

Uses of Snapshot in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model that return Snapshot
 Snapshot Snapshot.save(DatabaseSession session)
           
 Snapshot Snapshot.setBuildDate(Date d)
          Insertion date (technical)
 Snapshot Snapshot.setCreatedAt(Date createdAt)
           
 Snapshot Snapshot.setLast(Boolean last)
           
 Snapshot Snapshot.setParentId(Integer i)
           
 Snapshot Snapshot.setPath(String path)
           
 Snapshot Snapshot.setPeriod1Date(Date period1Date)
          For internal use.
 Snapshot Snapshot.setPeriod1Mode(String s)
          For internal use.
 Snapshot Snapshot.setPeriod1Param(String s)
          For internal use.
 Snapshot Snapshot.setPeriod2Date(Date period2Date)
          For internal use.
 Snapshot Snapshot.setPeriod2Mode(String s)
          For internal use.
 Snapshot Snapshot.setPeriod2Param(String s)
          For internal use.
 Snapshot Snapshot.setPeriod3Date(Date period3Date)
          For internal use.
 Snapshot Snapshot.setPeriod3Mode(String s)
          For internal use.
 Snapshot Snapshot.setPeriod3Param(String s)
          For internal use.
 Snapshot Snapshot.setPeriod4Date(Date period4Date)
          For internal use.
 Snapshot Snapshot.setPeriod4Mode(String s)
          For internal use.
 Snapshot Snapshot.setPeriod4Param(String s)
          For internal use.
 Snapshot Snapshot.setPeriod5Date(Date period5Date)
          For internal use.
 Snapshot Snapshot.setPeriod5Mode(String s)
          For internal use.
 Snapshot Snapshot.setPeriod5Param(String s)
          For internal use.
 Snapshot Snapshot.setPeriodDate(int periodIndex, Date d)
          For internal use.
 Snapshot Snapshot.setPeriodMode(int periodIndex, String s)
          For internal use.
 Snapshot Snapshot.setPeriodModeParameter(int periodIndex, String s)
          For internal use.
 Snapshot Snapshot.setPurgeStatus(Integer i)
           
 Snapshot Snapshot.setQualifier(String qualifier)
           
 Snapshot Snapshot.setResource(ResourceModel resource)
           
 Snapshot Snapshot.setResourceId(Integer resourceId)
           
 Snapshot Snapshot.setRootId(Integer i)
           
 Snapshot Snapshot.setRootProjectId(Integer rootProjectId)
           
 Snapshot Snapshot.setScope(String scope)
           
 Snapshot Snapshot.setStatus(String status)
           
 Snapshot Snapshot.setVersion(String version)
           
 

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)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.