Package org.jenkinsci.plugins.jdk_tool
Class Messages
java.lang.Object
org.jenkinsci.plugins.jdk_tool.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyJDKInstaller.DescriptorImpl.displayName
:Install Oracle Java SE Development Kit from the website
.static org.jvnet.localizer.Localizable
KeyJDKInstaller.DescriptorImpl.doCheckAcceptLicense
:You must agree to the license to download the JDK.
.static org.jvnet.localizer.Localizable
KeyJDKInstaller.DescriptorImpl.doCheckId
:Define JDK ID
.static org.jvnet.localizer.Localizable
KeyJDKInstaller.FailedToInstallJDK
:Failed to install JDK. Exit code={0}
.static org.jvnet.localizer.Localizable
KeyJDKInstaller.RequireOracleAccount
:Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>
.static org.jvnet.localizer.Localizable
KeyJDKInstaller.UnableToInstallUntilLicenseAccepted
:Unable to auto-install JDK until the license is accepted.
.static String
KeyJDKInstaller.DescriptorImpl.displayName
:Install Oracle Java SE Development Kit from the website
.static String
KeyJDKInstaller.DescriptorImpl.doCheckAcceptLicense
:You must agree to the license to download the JDK.
.static String
KeyJDKInstaller.DescriptorImpl.doCheckId
:Define JDK ID
.static String
KeyJDKInstaller.FailedToInstallJDK
:Failed to install JDK. Exit code={0}
.static String
KeyJDKInstaller.RequireOracleAccount
:Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>
.static String
KeyJDKInstaller.UnableToInstallUntilLicenseAccepted
:Unable to auto-install JDK until the license is accepted.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
JDKInstaller_DescriptorImpl_doCheckAcceptLicense
KeyJDKInstaller.DescriptorImpl.doCheckAcceptLicense
:You must agree to the license to download the JDK.
.- Returns:
You must agree to the license to download the JDK.
-
_JDKInstaller_DescriptorImpl_doCheckAcceptLicense
public static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_doCheckAcceptLicense()KeyJDKInstaller.DescriptorImpl.doCheckAcceptLicense
:You must agree to the license to download the JDK.
.- Returns:
You must agree to the license to download the JDK.
-
JDKInstaller_UnableToInstallUntilLicenseAccepted
KeyJDKInstaller.UnableToInstallUntilLicenseAccepted
:Unable to auto-install JDK until the license is accepted.
.- Returns:
Unable to auto-install JDK until the license is accepted.
-
_JDKInstaller_UnableToInstallUntilLicenseAccepted
public static org.jvnet.localizer.Localizable _JDKInstaller_UnableToInstallUntilLicenseAccepted()KeyJDKInstaller.UnableToInstallUntilLicenseAccepted
:Unable to auto-install JDK until the license is accepted.
.- Returns:
Unable to auto-install JDK until the license is accepted.
-
JDKInstaller_DescriptorImpl_doCheckId
KeyJDKInstaller.DescriptorImpl.doCheckId
:Define JDK ID
.- Returns:
Define JDK ID
-
_JDKInstaller_DescriptorImpl_doCheckId
public static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_doCheckId()KeyJDKInstaller.DescriptorImpl.doCheckId
:Define JDK ID
.- Returns:
Define JDK ID
-
JDKInstaller_FailedToInstallJDK
KeyJDKInstaller.FailedToInstallJDK
:Failed to install JDK. Exit code={0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to install JDK. Exit code={0}
-
_JDKInstaller_FailedToInstallJDK
KeyJDKInstaller.FailedToInstallJDK
:Failed to install JDK. Exit code={0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to install JDK. Exit code={0}
-
JDKInstaller_RequireOracleAccount
KeyJDKInstaller.RequireOracleAccount
:Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>
-
_JDKInstaller_RequireOracleAccount
KeyJDKInstaller.RequireOracleAccount
:Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>
-
JDKInstaller_DescriptorImpl_displayName
KeyJDKInstaller.DescriptorImpl.displayName
:Install Oracle Java SE Development Kit from the website
.- Returns:
Install Oracle Java SE Development Kit from the website
-
_JDKInstaller_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_displayName()KeyJDKInstaller.DescriptorImpl.displayName
:Install Oracle Java SE Development Kit from the website
.- Returns:
Install Oracle Java SE Development Kit from the website
-