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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_BatchCommandInstaller_DescriptorImpl_displayName()
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
_CommandInstaller_DescriptorImpl_displayName()
KeyCommandInstaller.DescriptorImpl.displayName
:Run Shell Command
.static org.jvnet.localizer.Localizable
_CommandInstaller_no_command()
KeyCommandInstaller.no_command
:Must provide a command to run.
.static org.jvnet.localizer.Localizable
_CommandInstaller_no_toolHome()
KeyCommandInstaller.no_toolHome
:Must provide a tool home directory.
.static org.jvnet.localizer.Localizable
_InstallSourceProperty_DescriptorImpl_displayName()
KeyInstallSourceProperty.DescriptorImpl.displayName
:Install automatically
.static org.jvnet.localizer.Localizable
_ToolDescriptor_NotADirectory(Object arg0)
KeyToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
.static org.jvnet.localizer.Localizable
_ToolLocationNodeProperty_displayName()
KeyToolLocationNodeProperty.displayName
:Tool Locations
.static org.jvnet.localizer.Localizable
_ZipExtractionInstaller_bad_connection()
KeyZipExtractionInstaller.bad_connection
:Server rejected connection.
.static org.jvnet.localizer.Localizable
_ZipExtractionInstaller_could_not_connect()
KeyZipExtractionInstaller.could_not_connect
:Could not connect to URL.
.static org.jvnet.localizer.Localizable
_ZipExtractionInstaller_DescriptorImpl_displayName()
KeyZipExtractionInstaller.DescriptorImpl.displayName
:Extract *.zip/*.tar.gz
.static org.jvnet.localizer.Localizable
_ZipExtractionInstaller_malformed_url()
KeyZipExtractionInstaller.malformed_url
:Malformed URL.
.static String
BatchCommandInstaller_DescriptorImpl_displayName()
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
CommandInstaller_DescriptorImpl_displayName()
KeyCommandInstaller.DescriptorImpl.displayName
:Run Shell Command
.static String
CommandInstaller_no_command()
KeyCommandInstaller.no_command
:Must provide a command to run.
.static String
CommandInstaller_no_toolHome()
KeyCommandInstaller.no_toolHome
:Must provide a tool home directory.
.static String
InstallSourceProperty_DescriptorImpl_displayName()
KeyInstallSourceProperty.DescriptorImpl.displayName
:Install automatically
.static String
ToolDescriptor_NotADirectory(Object arg0)
KeyToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
.static String
ToolLocationNodeProperty_displayName()
KeyToolLocationNodeProperty.displayName
:Tool Locations
.static String
ZipExtractionInstaller_bad_connection()
KeyZipExtractionInstaller.bad_connection
:Server rejected connection.
.static String
ZipExtractionInstaller_could_not_connect()
KeyZipExtractionInstaller.could_not_connect
:Could not connect to URL.
.static String
ZipExtractionInstaller_DescriptorImpl_displayName()
KeyZipExtractionInstaller.DescriptorImpl.displayName
:Extract *.zip/*.tar.gz
.static String
ZipExtractionInstaller_malformed_url()
KeyZipExtractionInstaller.malformed_url
:Malformed URL.
.
-
-
-
Method Detail
-
ZipExtractionInstaller_malformed_url
public static String 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
public static String 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
public static String 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
public static String 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}"
-
_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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String ToolDescriptor_NotADirectory(Object arg0)
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
public static org.jvnet.localizer.Localizable _ToolDescriptor_NotADirectory(Object arg0)
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)
-
-