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   
 

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)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.