Uses of Enum Class
org.jenkinsci.plugins.proxmox.config.JavaDistribution
Packages that use JavaDistribution
-
Uses of JavaDistribution in org.jenkinsci.plugins.proxmox
Methods in org.jenkinsci.plugins.proxmox that return JavaDistributionMethods in org.jenkinsci.plugins.proxmox with parameters of type JavaDistributionConstructors in org.jenkinsci.plugins.proxmox with parameters of type JavaDistributionModifierConstructorDescriptionProxmoxLauncher(String sshCredentialsId, String javaPath, String jvmOptions, int startupWaitSeconds, String staticIp, JavaDistribution javaDistribution, int javaMajorVersion) -
Uses of JavaDistribution in org.jenkinsci.plugins.proxmox.config
Methods in org.jenkinsci.plugins.proxmox.config that return JavaDistributionModifier and TypeMethodDescriptionstatic JavaDistributionReturns the enum constant of this class with the specified name.static JavaDistribution[]JavaDistribution.values()Returns an array containing the constants of this enum class, in the order they are declared.