Uses of Class
org.sonar.wsclient.services.Profile

Packages that use Profile
org.sonar.wsclient.services   
org.sonar.wsclient.unmarshallers   
 

Uses of Profile in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Profile
 Profile Profile.addRule(Profile.Rule rule)
           
 Profile Profile.setDefaultProfile(boolean b)
           
 Profile Profile.setLanguage(String s)
           
 Profile Profile.setName(String name)
           
 Profile Profile.setParentName(String s)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type Profile
 Class<Profile> ProfileQuery.getModelClass()
           
 

Uses of Profile in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Profile
protected  Profile ProfileUnmarshaller.parse(Object json)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.