Uses of Class
org.apache.continuum.buildagent.model.LocalRepository

Packages that use LocalRepository
org.apache.continuum.buildagent.configuration   
org.apache.continuum.buildagent.model   
 

Uses of LocalRepository in org.apache.continuum.buildagent.configuration
 

Methods in org.apache.continuum.buildagent.configuration that return types with arguments of type LocalRepository
 List<LocalRepository> GeneralBuildAgentConfiguration.getLocalRepositories()
           
 List<LocalRepository> DefaultBuildAgentConfigurationService.getLocalRepositories()
           
 List<LocalRepository> BuildAgentConfigurationService.getLocalRepositories()
           
 

Method parameters in org.apache.continuum.buildagent.configuration with type arguments of type LocalRepository
 void GeneralBuildAgentConfiguration.setLocalRepositories(List<LocalRepository> localRepositories)
           
 

Uses of LocalRepository in org.apache.continuum.buildagent.model
 

Methods in org.apache.continuum.buildagent.model that return types with arguments of type LocalRepository
 List<LocalRepository> ContinuumBuildAgentConfigurationModel.getLocalRepositories()
          Method getLocalRepositories.
 

Methods in org.apache.continuum.buildagent.model with parameters of type LocalRepository
 void ContinuumBuildAgentConfigurationModel.addLocalRepository(LocalRepository localRepository)
          Method addLocalRepository.
 void ContinuumBuildAgentConfigurationModel.removeLocalRepository(LocalRepository localRepository)
          Method removeLocalRepository.
 

Method parameters in org.apache.continuum.buildagent.model with type arguments of type LocalRepository
 void ContinuumBuildAgentConfigurationModel.setLocalRepositories(List<LocalRepository> localRepositories)
          Set the localRepositories field.
 



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