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

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

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

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

Method parameters in org.apache.continuum.buildagent.configuration with type arguments of type Installation
 void GeneralBuildAgentConfiguration.setInstallations(List<Installation> installations)
           
 

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

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

Methods in org.apache.continuum.buildagent.model with parameters of type Installation
 void ContinuumBuildAgentConfigurationModel.addInstallation(Installation installation)
          Method addInstallation.
 void ContinuumBuildAgentConfigurationModel.removeInstallation(Installation installation)
          Method removeInstallation.
 

Method parameters in org.apache.continuum.buildagent.model with type arguments of type Installation
 void ContinuumBuildAgentConfigurationModel.setInstallations(List<Installation> installations)
          Set the installations field.
 



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