Class SigmaBinaryInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- io.jenkins.plugins.sigma.extension.tool.SigmaBinaryInstaller
-
- All Implemented Interfaces:
ExtensionPoint,Describable<ToolInstaller>
public class SigmaBinaryInstaller extends ToolInstaller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSigmaBinaryInstaller.DescriptorImpl-
Nested classes/interfaces inherited from class hudson.tools.ToolInstaller
ToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_TIMEOUT_SECONDS-
Fields inherited from class hudson.tools.ToolInstaller
tool
-
-
Constructor Summary
Constructors Constructor Description SigmaBinaryInstaller(String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SigmaBinaryInstaller.DescriptorImplgetDescriptor()StringgetDownloadUrl()intgetTimeout()FilePathperformInstallation(ToolInstallation tool, Node node, TaskListener log)voidsetDownloadUrl(String downloadUrl)voidsetTimeout(int timeout)-
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getLabel, preferredLocation, setTool
-
-
-
-
Field Detail
-
DEFAULT_TIMEOUT_SECONDS
public static final int DEFAULT_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SigmaBinaryInstaller
@DataBoundConstructor public SigmaBinaryInstaller(String label)
-
-
Method Detail
-
getDownloadUrl
public String getDownloadUrl()
-
setDownloadUrl
@DataBoundSetter public void setDownloadUrl(String downloadUrl)
-
getTimeout
public int getTimeout()
-
setTimeout
@DataBoundSetter public void setTimeout(int timeout)
-
getDescriptor
public SigmaBinaryInstaller.DescriptorImpl getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<ToolInstaller>- Overrides:
getDescriptorin classToolInstaller
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws AbortException
- Specified by:
performInstallationin classToolInstaller- Throws:
AbortException
-
-