Class UpxInstallation

java.lang.Object
hudson.tools.ToolInstallation
io.github.lgcastellucci.upxcompress.UpxInstallation
All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstallation>, EnvironmentSpecific<UpxInstallation>, NodeSpecific<UpxInstallation>, Serializable

public class UpxInstallation extends ToolInstallation implements NodeSpecific<UpxInstallation>, EnvironmentSpecific<UpxInstallation>
A configured UPX installation: a name plus how to obtain it (see UpxInstaller). Configured under "Manage Jenkins > Tools", the same pattern used by the built-in JDK/Git/Maven tool installations.
See Also: