Uses of Class
org.sonar.api.resources.ProjectLink

Packages that use ProjectLink
org.sonar.api.batch   
org.sonar.api.database.model   
org.sonar.api.resources   
org.sonar.batch   
org.sonar.batch.index   
 

Uses of ProjectLink in org.sonar.api.batch
 

Methods in org.sonar.api.batch with parameters of type ProjectLink
abstract  void SonarIndex.addLink(ProjectLink link)
           
 void SensorContext.saveLink(ProjectLink link)
          add a link to an external page like project homepage, sources (subversion, ...), continuous integration server...
 

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

Methods in org.sonar.api.database.model that return ProjectLink
 ProjectLink ResourceModel.getProjectLink(String key)
           
 

Methods in org.sonar.api.database.model that return types with arguments of type ProjectLink
 List<ProjectLink> ResourceModel.getProjectLinks()
          Only available at project level.
 

Method parameters in org.sonar.api.database.model with type arguments of type ProjectLink
 void ResourceModel.setProjectLinks(List<ProjectLink> projectLinks)
           
 

Uses of ProjectLink in org.sonar.api.resources
 

Methods in org.sonar.api.resources with parameters of type ProjectLink
 void ProjectLink.copyFieldsFrom(ProjectLink link)
           
 

Uses of ProjectLink in org.sonar.batch
 

Methods in org.sonar.batch with parameters of type ProjectLink
 void DefaultSensorContext.saveLink(ProjectLink link)
           
 

Uses of ProjectLink in org.sonar.batch.index
 

Methods in org.sonar.batch.index with parameters of type ProjectLink
 void DefaultIndex.addLink(ProjectLink link)
           
 void ReadOnlyPersistenceManager.saveLink(Project project, ProjectLink link)
           
 void PersistenceManager.saveLink(Project project, ProjectLink link)
           
 void LinkPersister.saveLink(Project project, ProjectLink link)
           
 void DefaultPersistenceManager.saveLink(Project project, ProjectLink link)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.