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

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

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

Methods in org.apache.maven.continuum.xmlrpc that return Installation
 Installation ContinuumService.addInstallation(Installation installation)
           
 Installation ContinuumService.getInstallation(int installationId)
          Return the installation defined by this id.
 Installation ContinuumService.getInstallation(String installationName)
          Return the installation defined by this name
 

Methods in org.apache.maven.continuum.xmlrpc that return types with arguments of type Installation
 List<Installation> ContinuumService.getBuildAgentInstallations(String url)
          Return the installations list defined by this URL.
 List<Installation> ContinuumService.getInstallations()
          Return the installations list.
 

Methods in org.apache.maven.continuum.xmlrpc with parameters of type Installation
 Installation ContinuumService.addInstallation(Installation installation)
           
 int ContinuumService.updateInstallation(Installation installation)
           
 

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

Methods in org.apache.maven.continuum.xmlrpc.client that return Installation
 Installation ContinuumXmlRpcClient.addInstallation(Installation installation)
           
 Installation ContinuumXmlRpcClient.getInstallation(int installationId)
           
 Installation ContinuumXmlRpcClient.getInstallation(String installationName)
           
 

Methods in org.apache.maven.continuum.xmlrpc.client that return types with arguments of type Installation
 List<Installation> ContinuumXmlRpcClient.getBuildAgentInstallations(String url)
           
 List<Installation> ContinuumXmlRpcClient.getInstallations()
           
 

Methods in org.apache.maven.continuum.xmlrpc.client with parameters of type Installation
 Installation ContinuumXmlRpcClient.addInstallation(Installation installation)
           
 int ContinuumXmlRpcClient.updateInstallation(Installation installation)
           
 

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

Methods in org.apache.maven.continuum.xmlrpc.project that return types with arguments of type Installation
 List<Installation> BuildAgentConfiguration.getInstallations()
          Method getInstallations.
 

Methods in org.apache.maven.continuum.xmlrpc.project with parameters of type Installation
 void BuildAgentConfiguration.addInstallation(Installation installation)
          Method addInstallation.
 void BuildAgentConfiguration.removeInstallation(Installation installation)
          Method removeInstallation.
 

Method parameters in org.apache.maven.continuum.xmlrpc.project with type arguments of type Installation
 void BuildAgentConfiguration.setInstallations(List<Installation> installations)
          Set the installations field.
 

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

Methods in org.apache.maven.continuum.xmlrpc.server that return Installation
 Installation ContinuumServiceImpl.addInstallation(Installation installation)
           
 Installation ContinuumServiceImpl.getInstallation(int installationId)
           
 Installation ContinuumServiceImpl.getInstallation(String installationName)
           
 

Methods in org.apache.maven.continuum.xmlrpc.server that return types with arguments of type Installation
 List<Installation> ContinuumServiceImpl.getBuildAgentInstallations(String url)
           
 List<Installation> ContinuumServiceImpl.getInstallations()
           
 

Methods in org.apache.maven.continuum.xmlrpc.server with parameters of type Installation
 Installation ContinuumServiceImpl.addInstallation(Installation installation)
           
 int ContinuumServiceImpl.updateInstallation(Installation installation)
           
 

Uses of Installation in org.apache.maven.continuum.xmlrpc.system
 

Methods in org.apache.maven.continuum.xmlrpc.system that return Installation
 Installation Profile.getBuilder()
          Get the builder field.
 Installation Profile.getJdk()
          Get the jdk field.
 

Methods in org.apache.maven.continuum.xmlrpc.system that return types with arguments of type Installation
 List<Installation> Profile.getEnvironmentVariables()
          Method getEnvironmentVariables.
 

Methods in org.apache.maven.continuum.xmlrpc.system with parameters of type Installation
 void Profile.addEnvironmentVariable(Installation installation)
          Method addEnvironmentVariable.
 void Profile.removeEnvironmentVariable(Installation installation)
          Method removeEnvironmentVariable.
 void Profile.setBuilder(Installation builder)
          Set the builder field.
 void Profile.setJdk(Installation jdk)
          Set the jdk field.
 

Method parameters in org.apache.maven.continuum.xmlrpc.system with type arguments of type Installation
 void Profile.setEnvironmentVariables(List<Installation> environmentVariables)
          Set the environmentVariables field.
 



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