Uses of Class
hudson.plugins.perforce.PerforceToolInstallation

Packages that use PerforceToolInstallation
hudson.plugins.perforce   
 

Uses of PerforceToolInstallation in hudson.plugins.perforce
 

Methods in hudson.plugins.perforce that return PerforceToolInstallation
 PerforceToolInstallation PerforceToolInstallation.forEnvironment(hudson.EnvVars environment)
           
 PerforceToolInstallation PerforceToolInstallation.forNode(hudson.model.Node node, hudson.model.TaskListener log)
           
 PerforceToolInstallation[] PerforceToolInstallation.DescriptorImpl.getInstallations()
           
 PerforceToolInstallation PerforceSCM.getP4Tool(String tool)
          Get the path to p4 executable from a Perforce tool installation.
 

Methods in hudson.plugins.perforce that return types with arguments of type PerforceToolInstallation
 List<PerforceToolInstallation> PerforceSCM.PerforceSCMDescriptor.getP4Tools()
          List available tool installations.
 

Methods in hudson.plugins.perforce with parameters of type PerforceToolInstallation
 void PerforceToolInstallation.DescriptorImpl.setInstallations(PerforceToolInstallation... installations)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.