From 303f8754c44696ace29da7fb40f02fcff650abf8 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 31 Jul 2018 09:32:41 +0200 Subject: [PATCH] Javadoc: Link ToolInstaller to InstallSourceProperty --- core/src/main/java/hudson/tools/ToolInstaller.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/java/hudson/tools/ToolInstaller.java b/core/src/main/java/hudson/tools/ToolInstaller.java index 2aaec73d1d..0a6ef5d07c 100644 --- a/core/src/main/java/hudson/tools/ToolInstaller.java +++ b/core/src/main/java/hudson/tools/ToolInstaller.java @@ -42,12 +42,14 @@ import org.kohsuke.stapler.DataBoundConstructor; /** * An object which can ensure that a generic {@link ToolInstallation} in fact exists on a node. + * The properties can be added to {@link ToolInstallation} using the {@link InstallSourceProperty}. * * The subclass should have a {@link ToolInstallerDescriptor}. * A {@code config.jelly} should be provided to customize specific fields; * {@code } to customize {@code label}. * @see Tool Auto-Installation * @since 1.305 + * @see InstallSourceProperty */ public abstract class ToolInstaller implements Describable, ExtensionPoint { -- GitLab