Package hudson.tools
Class Messages
java.lang.Object
hudson.tools.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command
.static org.jvnet.localizer.Localizable
_CannotBeInstalled
(Object arg0, Object arg1, Object arg2) KeyCannotBeInstalled
:Installer "{0}" cannot be used to install "{1}" on the node "{2}"
.static org.jvnet.localizer.Localizable
KeyCommandInstaller.DescriptorImpl.displayName
:Run Shell Command
.static org.jvnet.localizer.Localizable
KeyCommandInstaller.no_command
:Must provide a command to run.
.static org.jvnet.localizer.Localizable
KeyCommandInstaller.no_toolHome
:Must provide a tool home directory.
.static org.jvnet.localizer.Localizable
KeyInstallSourceProperty.DescriptorImpl.displayName
:Install automatically
.static org.jvnet.localizer.Localizable
KeyToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
.static org.jvnet.localizer.Localizable
KeyToolLocationNodeProperty.displayName
:Tool Locations
.static org.jvnet.localizer.Localizable
KeyZipExtractionInstaller.bad_connection
:Server rejected connection.
.static org.jvnet.localizer.Localizable
KeyZipExtractionInstaller.could_not_connect
:Could not connect to URL.
.static org.jvnet.localizer.Localizable
KeyZipExtractionInstaller.DescriptorImpl.displayName
:Extract *.zip/*.tar.gz
.static org.jvnet.localizer.Localizable
KeyZipExtractionInstaller.malformed_url
:Malformed URL.
.static String
KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command
.static String
CannotBeInstalled
(Object arg0, Object arg1, Object arg2) KeyCannotBeInstalled
:Installer "{0}" cannot be used to install "{1}" on the node "{2}"
.static String
KeyCommandInstaller.DescriptorImpl.displayName
:Run Shell Command
.static String
KeyCommandInstaller.no_command
:Must provide a command to run.
.static String
KeyCommandInstaller.no_toolHome
:Must provide a tool home directory.
.static String
KeyInstallSourceProperty.DescriptorImpl.displayName
:Install automatically
.static String
KeyToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
.static String
KeyToolLocationNodeProperty.displayName
:Tool Locations
.static String
KeyZipExtractionInstaller.bad_connection
:Server rejected connection.
.static String
KeyZipExtractionInstaller.could_not_connect
:Could not connect to URL.
.static String
KeyZipExtractionInstaller.DescriptorImpl.displayName
:Extract *.zip/*.tar.gz
.static String
KeyZipExtractionInstaller.malformed_url
:Malformed URL.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ZipExtractionInstaller_malformed_url
KeyZipExtractionInstaller.malformed_url
:Malformed URL.
.- Returns:
Malformed URL.
-
_ZipExtractionInstaller_malformed_url
public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_malformed_url()KeyZipExtractionInstaller.malformed_url
:Malformed URL.
.- Returns:
Malformed URL.
-
ToolLocationNodeProperty_displayName
KeyToolLocationNodeProperty.displayName
:Tool Locations
.- Returns:
Tool Locations
-
_ToolLocationNodeProperty_displayName
public static org.jvnet.localizer.Localizable _ToolLocationNodeProperty_displayName()KeyToolLocationNodeProperty.displayName
:Tool Locations
.- Returns:
Tool Locations
-
CommandInstaller_DescriptorImpl_displayName
KeyCommandInstaller.DescriptorImpl.displayName
:Run Shell Command
.- Returns:
Run Shell Command
-
_CommandInstaller_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _CommandInstaller_DescriptorImpl_displayName()KeyCommandInstaller.DescriptorImpl.displayName
:Run Shell Command
.- Returns:
Run Shell Command
-
CannotBeInstalled
KeyCannotBeInstalled
:Installer "{0}" cannot be used to install "{1}" on the node "{2}"
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installer "{0}" cannot be used to install "{1}" on the node "{2}"
-
_CannotBeInstalled
public static org.jvnet.localizer.Localizable _CannotBeInstalled(Object arg0, Object arg1, Object arg2) KeyCannotBeInstalled
:Installer "{0}" cannot be used to install "{1}" on the node "{2}"
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installer "{0}" cannot be used to install "{1}" on the node "{2}"
-
CommandInstaller_no_command
KeyCommandInstaller.no_command
:Must provide a command to run.
.- Returns:
Must provide a command to run.
-
_CommandInstaller_no_command
public static org.jvnet.localizer.Localizable _CommandInstaller_no_command()KeyCommandInstaller.no_command
:Must provide a command to run.
.- Returns:
Must provide a command to run.
-
ZipExtractionInstaller_DescriptorImpl_displayName
KeyZipExtractionInstaller.DescriptorImpl.displayName
:Extract *.zip/*.tar.gz
.- Returns:
Extract *.zip/*.tar.gz
-
_ZipExtractionInstaller_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_DescriptorImpl_displayName()KeyZipExtractionInstaller.DescriptorImpl.displayName
:Extract *.zip/*.tar.gz
.- Returns:
Extract *.zip/*.tar.gz
-
InstallSourceProperty_DescriptorImpl_displayName
KeyInstallSourceProperty.DescriptorImpl.displayName
:Install automatically
.- Returns:
Install automatically
-
_InstallSourceProperty_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _InstallSourceProperty_DescriptorImpl_displayName()KeyInstallSourceProperty.DescriptorImpl.displayName
:Install automatically
.- Returns:
Install automatically
-
CommandInstaller_no_toolHome
KeyCommandInstaller.no_toolHome
:Must provide a tool home directory.
.- Returns:
Must provide a tool home directory.
-
_CommandInstaller_no_toolHome
public static org.jvnet.localizer.Localizable _CommandInstaller_no_toolHome()KeyCommandInstaller.no_toolHome
:Must provide a tool home directory.
.- Returns:
Must provide a tool home directory.
-
BatchCommandInstaller_DescriptorImpl_displayName
KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command
.- Returns:
Run Batch Command
-
_BatchCommandInstaller_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _BatchCommandInstaller_DescriptorImpl_displayName()KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command
.- Returns:
Run Batch Command
-
ZipExtractionInstaller_bad_connection
KeyZipExtractionInstaller.bad_connection
:Server rejected connection.
.- Returns:
Server rejected connection.
-
_ZipExtractionInstaller_bad_connection
public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_bad_connection()KeyZipExtractionInstaller.bad_connection
:Server rejected connection.
.- Returns:
Server rejected connection.
-
ZipExtractionInstaller_could_not_connect
KeyZipExtractionInstaller.could_not_connect
:Could not connect to URL.
.- Returns:
Could not connect to URL.
-
_ZipExtractionInstaller_could_not_connect
public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_could_not_connect()KeyZipExtractionInstaller.could_not_connect
:Could not connect to URL.
.- Returns:
Could not connect to URL.
-
ToolDescriptor_NotADirectory
KeyToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
-
_ToolDescriptor_NotADirectory
KeyToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
-