Uses of Class
org.apache.maven.continuum.xmlrpc.system.Profile

Packages that use Profile
org.apache.maven.continuum.xmlrpc   
org.apache.maven.continuum.xmlrpc.client   
org.apache.maven.continuum.xmlrpc.project   
org.apache.maven.continuum.xmlrpc.server   
 

Uses of Profile in org.apache.maven.continuum.xmlrpc
 

Methods in org.apache.maven.continuum.xmlrpc that return Profile
 Profile ContinuumService.addProfile(Profile profile)
           
 Profile ContinuumService.getProfile(int profileId)
          Return the profile defined by this id.
 Profile ContinuumService.getProfileWithName(String profileName)
           
 

Methods in org.apache.maven.continuum.xmlrpc that return types with arguments of type Profile
 List<Profile> ContinuumService.getProfiles()
          Return the profiles list.
 

Methods in org.apache.maven.continuum.xmlrpc with parameters of type Profile
 Profile ContinuumService.addProfile(Profile profile)
           
 int ContinuumService.updateProfile(Profile profile)
           
 

Uses of Profile in org.apache.maven.continuum.xmlrpc.client
 

Methods in org.apache.maven.continuum.xmlrpc.client that return Profile
 Profile ContinuumXmlRpcClient.addProfile(Profile profile)
           
 Profile ContinuumXmlRpcClient.getProfile(int profileId)
           
 Profile ContinuumXmlRpcClient.getProfileWithName(String profileName)
           
 

Methods in org.apache.maven.continuum.xmlrpc.client that return types with arguments of type Profile
 List<Profile> ContinuumXmlRpcClient.getProfiles()
           
 

Methods in org.apache.maven.continuum.xmlrpc.client with parameters of type Profile
 Profile ContinuumXmlRpcClient.addProfile(Profile profile)
           
 int ContinuumXmlRpcClient.updateProfile(Profile profile)
           
 

Uses of Profile in org.apache.maven.continuum.xmlrpc.project
 

Methods in org.apache.maven.continuum.xmlrpc.project that return Profile
 Profile BuildDefinition.getProfile()
          Get the profile field.
 

Methods in org.apache.maven.continuum.xmlrpc.project with parameters of type Profile
 void BuildDefinition.setProfile(Profile profile)
          Set the profile field.
 

Uses of Profile in org.apache.maven.continuum.xmlrpc.server
 

Methods in org.apache.maven.continuum.xmlrpc.server that return Profile
 Profile ContinuumServiceImpl.addProfile(Profile profile)
           
 Profile ContinuumServiceImpl.getProfile(int profileId)
           
 Profile ContinuumServiceImpl.getProfileWithName(String profileName)
           
 

Methods in org.apache.maven.continuum.xmlrpc.server that return types with arguments of type Profile
 List<Profile> ContinuumServiceImpl.getProfiles()
           
 

Methods in org.apache.maven.continuum.xmlrpc.server with parameters of type Profile
 Profile ContinuumServiceImpl.addProfile(Profile profile)
           
 int ContinuumServiceImpl.updateProfile(Profile profile)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.