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

Packages that use Profile
org.apache.continuum.dao   
org.apache.continuum.installation   
org.apache.continuum.profile   
org.apache.continuum.web.action   
org.apache.maven.continuum.installation   
org.apache.maven.continuum.model.project   
org.apache.maven.continuum.profile   
org.apache.maven.continuum.web.action   
org.apache.maven.continuum.web.action.admin   
 

Uses of Profile in org.apache.continuum.dao
 

Methods in org.apache.continuum.dao that return Profile
 Profile ProfileDaoImpl.addProfile(Profile profile)
           
 Profile ProfileDao.addProfile(Profile profile)
           
 Profile ProfileDaoImpl.getProfile(int profileId)
           
 Profile ProfileDao.getProfile(int profileId)
           
 Profile ProfileDaoImpl.getProfileByName(String profileName)
           
 Profile ProfileDao.getProfileByName(String profileName)
           
 

Methods in org.apache.continuum.dao that return types with arguments of type Profile
 List<Profile> ProfileDaoImpl.getAllProfilesByName()
           
 List<Profile> ProfileDao.getAllProfilesByName()
           
 

Methods in org.apache.continuum.dao with parameters of type Profile
 Profile ProfileDaoImpl.addProfile(Profile profile)
           
 Profile ProfileDao.addProfile(Profile profile)
           
 void ProfileDaoImpl.removeProfile(Profile profile)
           
 void ProfileDao.removeProfile(Profile profile)
           
 void ProfileDaoImpl.updateProfile(Profile profile)
           
 void ProfileDao.updateProfile(Profile profile)
           
 

Uses of Profile in org.apache.continuum.installation
 

Methods in org.apache.continuum.installation with parameters of type Profile
 List<String> DefaultInstallationService.getExecutorConfiguratorVersion(String path, ExecutorConfigurator executorConfigurator, Profile profile)
           
 

Uses of Profile in org.apache.continuum.profile
 

Methods in org.apache.continuum.profile that return Profile
 Profile DefaultProfileService.addProfile(Profile profile)
           
 Profile DefaultProfileService.getProfile(int profileId)
           
 Profile DefaultProfileService.getProfileWithName(String profileName)
           
 

Methods in org.apache.continuum.profile that return types with arguments of type Profile
 List<Profile> DefaultProfileService.getAllProfiles()
           
 

Methods in org.apache.continuum.profile with parameters of type Profile
 void DefaultProfileService.addEnvVarInProfile(Profile profile, Installation envVar)
           
 void DefaultProfileService.addInstallationInProfile(Profile profile, Installation installation)
           
 Profile DefaultProfileService.addProfile(Profile profile)
           
 boolean DefaultProfileService.alreadyExistsProfileName(Profile profile)
           
 void DefaultProfileService.removeInstallationFromProfile(Profile profile, Installation installation)
           
 void DefaultProfileService.setBuilderInProfile(Profile profile, Installation builder)
           
 void DefaultProfileService.setJdkInProfile(Profile profile, Installation jdk)
           
 void DefaultProfileService.updateProfile(Profile profile)
           
 void DefaultProfileService.updateProfileCheckDuplicateName(Profile profile, boolean checkDuplicateName)
           
 

Uses of Profile in org.apache.continuum.web.action
 

Methods in org.apache.continuum.web.action with parameters of type Profile
protected  Map<String,String> AbstractReleaseAction.getEnvironments(Profile profile, String defaultBuildagent)
           
 

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

Methods in org.apache.maven.continuum.installation with parameters of type Profile
 List<String> InstallationService.getExecutorConfiguratorVersion(String path, ExecutorConfigurator executorConfigurator, Profile profile)
           
 

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

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

Methods in org.apache.maven.continuum.model.project that return types with arguments of type Profile
 List<Profile> ContinuumDatabase.getProfiles()
          Method getProfiles.
 

Methods in org.apache.maven.continuum.model.project with parameters of type Profile
 void ContinuumDatabase.addProfile(Profile profile)
          Method addProfile.
 void ContinuumDatabase.removeProfile(Profile profile)
          Method removeProfile.
 void BuildDefinition.setProfile(Profile profile)
          Set the profile field.
 

Method parameters in org.apache.maven.continuum.model.project with type arguments of type Profile
 void ContinuumDatabase.setProfiles(List<Profile> profiles)
          Set the profiles field.
 

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

Methods in org.apache.maven.continuum.profile that return Profile
 Profile ProfileService.addProfile(Profile profile)
          Add an empty profile without builder, jdk and envVars
 Profile ProfileService.getProfile(int profileId)
           
 Profile ProfileService.getProfileWithName(String profileName)
           
 

Methods in org.apache.maven.continuum.profile that return types with arguments of type Profile
 List<Profile> ProfileService.getAllProfiles()
           
 

Methods in org.apache.maven.continuum.profile with parameters of type Profile
 void ProfileService.addEnvVarInProfile(Profile profile, Installation envVar)
           
 void ProfileService.addInstallationInProfile(Profile profile, Installation installation)
           
 Profile ProfileService.addProfile(Profile profile)
          Add an empty profile without builder, jdk and envVars
 boolean ProfileService.alreadyExistsProfileName(Profile profile)
           
 void ProfileService.removeInstallationFromProfile(Profile profile, Installation installation)
           
 void ProfileService.setBuilderInProfile(Profile profile, Installation builder)
           
 void ProfileService.setJdkInProfile(Profile profile, Installation jdk)
           
 void ProfileService.updateProfile(Profile profile)
           
 

Uses of Profile in org.apache.maven.continuum.web.action
 

Methods in org.apache.maven.continuum.web.action that return types with arguments of type Profile
 List<Profile> ReleasePrepareAction.getProfiles()
           
 List<Profile> ReleasePerformAction.getProfiles()
           
 List<Profile> BuildDefinitionAction.getProfiles()
           
 List<Profile> AddProjectAction.getProfiles()
           
 

Method parameters in org.apache.maven.continuum.web.action with type arguments of type Profile
 void ReleasePrepareAction.setProfiles(List<Profile> profiles)
           
 void ReleasePerformAction.setProfiles(List<Profile> profiles)
           
 void BuildDefinitionAction.setProfiles(List<Profile> profiles)
           
 void AddProjectAction.setProfiles(List<Profile> profiles)
           
 

Uses of Profile in org.apache.maven.continuum.web.action.admin
 

Methods in org.apache.maven.continuum.web.action.admin that return Profile
 Profile ProfileAction.getProfile()
           
 

Methods in org.apache.maven.continuum.web.action.admin that return types with arguments of type Profile
 List<Profile> ProfileAction.getProfiles()
           
 List<Profile> BuildDefinitionTemplateAction.getProfiles()
           
 

Methods in org.apache.maven.continuum.web.action.admin with parameters of type Profile
 void ProfileAction.setProfile(Profile profile)
           
 

Method parameters in org.apache.maven.continuum.web.action.admin with type arguments of type Profile
 void ProfileAction.setProfiles(List<Profile> profiles)
           
 void BuildDefinitionTemplateAction.setProfiles(List<Profile> profiles)
           
 



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