Class GradleInstaller

  • All Implemented Interfaces:
    hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>

    public class GradleInstaller
    extends hudson.tools.DownloadFromUrlInstaller
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GradleInstaller.DescriptorImpl  
      • Nested classes/interfaces inherited from class hudson.tools.DownloadFromUrlInstaller

        hudson.tools.DownloadFromUrlInstaller.Installable, hudson.tools.DownloadFromUrlInstaller.InstallableList, hudson.tools.DownloadFromUrlInstaller.NodeSpecificInstallable
      • Nested classes/interfaces inherited from class hudson.tools.ToolInstaller

        hudson.tools.ToolInstaller.ToolInstallerEntry, hudson.tools.ToolInstaller.ToolInstallerList
      • 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

      Constructors 
      Constructor Description
      GradleInstaller​(java.lang.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​(java.lang.String id)