hudson.plugins.gradle
Class GradleInstaller

java.lang.Object
  extended by hudson.tools.ToolInstaller
      extended by hudson.tools.DownloadFromUrlInstaller
          extended by hudson.plugins.gradle.GradleInstaller
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>

public class GradleInstaller
extends hudson.tools.DownloadFromUrlInstaller

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class GradleInstaller.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
GradleInstaller(String id)
           
 
Method Summary
 
Methods inherited from class hudson.tools.DownloadFromUrlInstaller
findPullUpDirectory, getInstallable, isUpToDate, performInstallation
 
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

GradleInstaller

@DataBoundConstructor
public GradleInstaller(String id)


Copyright © 2004-2013. All Rights Reserved.