com.soasta.jenkins
Class iOSAppInstallerInstaller

java.lang.Object
  extended by hudson.tools.ToolInstaller
      extended by hudson.tools.DownloadFromUrlInstaller
          extended by com.soasta.jenkins.CommonInstaller
              extended by com.soasta.jenkins.iOSAppInstallerInstaller
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>

public class iOSAppInstallerInstaller
extends CommonInstaller

Installs "iOS App Installer" from CloudTest.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class iOSAppInstallerInstaller.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tools.DownloadFromUrlInstaller
hudson.tools.DownloadFromUrlInstaller.Installable, hudson.tools.DownloadFromUrlInstaller.InstallableList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.tools.DownloadFromUrlInstaller
id
 
Fields inherited from class hudson.tools.ToolInstaller
tool
 
Constructor Summary
iOSAppInstallerInstaller(CloudTestServer server)
           
 
Method Summary
 hudson.tools.DownloadFromUrlInstaller.Installable getInstallable()
           
 hudson.FilePath ios_app_installer(hudson.model.Node node, hudson.model.TaskListener log)
           
 hudson.FilePath ios_sim_launcher(hudson.model.Node node, hudson.model.TaskListener log)
           
 hudson.FilePath performInstallation(hudson.model.Node node, hudson.model.TaskListener log)
          We implement ToolInstaller just so that we can reuse its installation code.
 
Methods inherited from class com.soasta.jenkins.CommonInstaller
performInstallation
 
Methods inherited from class hudson.tools.DownloadFromUrlInstaller
findPullUpDirectory, isUpToDate
 
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

iOSAppInstallerInstaller

public iOSAppInstallerInstaller(CloudTestServer server)
                         throws IOException
Throws:
IOException
Method Detail

getInstallable

public hudson.tools.DownloadFromUrlInstaller.Installable getInstallable()
                                                                 throws IOException
Overrides:
getInstallable in class hudson.tools.DownloadFromUrlInstaller
Throws:
IOException

performInstallation

public hudson.FilePath performInstallation(hudson.model.Node node,
                                           hudson.model.TaskListener log)
                                    throws IOException,
                                           InterruptedException
We implement ToolInstaller just so that we can reuse its installation code. And because of this, we collapse ToolInstallation and ToolInstaller.

Throws:
IOException
InterruptedException

ios_app_installer

public hudson.FilePath ios_app_installer(hudson.model.Node node,
                                         hudson.model.TaskListener log)
                                  throws IOException,
                                         InterruptedException
Throws:
IOException
InterruptedException

ios_sim_launcher

public hudson.FilePath ios_sim_launcher(hudson.model.Node node,
                                        hudson.model.TaskListener log)
                                 throws IOException,
                                        InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2014. All Rights Reserved.