Package jenkins.plugins.publish_over_ftp
Class Messages
java.lang.Object
jenkins.plugins.publish_over_ftp.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
Keybuilder.descriptor.displayName
:Send files over FTP
.static org.jvnet.localizer.Localizable
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.static org.jvnet.localizer.Localizable
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.static org.jvnet.localizer.Localizable
Keyconsole.message.prefix
:FTP:
.static org.jvnet.localizer.Localizable
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.static org.jvnet.localizer.Localizable
Keydescriptor.displayName
:Send build artifacts over FTP
.static org.jvnet.localizer.Localizable
Keydescriptor.testConnection.error
:Failed to connect or change directory
.static org.jvnet.localizer.Localizable
Keydescriptor.testConnection.ok
:Success
.static org.jvnet.localizer.Localizable
Keyexception.client.cdup
:Failed to change to parent directory
.static org.jvnet.localizer.Localizable
_exception_client_dele
(Object arg0) Keyexception.client.dele
:Failed to delete file [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.static org.jvnet.localizer.Localizable
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.static org.jvnet.localizer.Localizable
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.static org.jvnet.localizer.Localizable
_exception_connectFailed
(Object arg0, Object arg1, Object arg2) Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
.static org.jvnet.localizer.Localizable
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.static org.jvnet.localizer.Localizable
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.static org.jvnet.localizer.Localizable
_exception_logInFailed
(Object arg0) Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.static org.jvnet.localizer.Localizable
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.static org.jvnet.localizer.Localizable
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.static org.jvnet.localizer.Localizable
Keyhostconfig.descriptor
:FTP Host Configuration
.static org.jvnet.localizer.Localizable
Keylog.disconnectQuietly
:Exception disconnecting
.static org.jvnet.localizer.Localizable
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.static org.jvnet.localizer.Localizable
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.static org.jvnet.localizer.Localizable
Keypublisher.descriptor.displayName
:FTP Publisher
.static org.jvnet.localizer.Localizable
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.static org.jvnet.localizer.Localizable
Keyretry.descriptor.displayName
:FTP Retry
.static org.jvnet.localizer.Localizable
Keytransfer.descriptor.displayName
:FTP Transfer
.static String
Keybuilder.descriptor.displayName
:Send files over FTP
.static String
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.static String
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.static String
Keyconsole.message.prefix
:FTP:
.static String
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.static String
Keydescriptor.displayName
:Send build artifacts over FTP
.static String
Keydescriptor.testConnection.error
:Failed to connect or change directory
.static String
Keydescriptor.testConnection.ok
:Success
.static String
Keyexception.client.cdup
:Failed to change to parent directory
.static String
exception_client_dele
(Object arg0) Keyexception.client.dele
:Failed to delete file [{0}]
.static String
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.static String
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.static String
exception_client_rmdir
(Object arg0) Keyexception.client.rmdir
:Failed to delete directory [{0}]
.static String
exception_connectFailed
(Object arg0, Object arg1, Object arg2) Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
.static String
exception_cwdException
(Object arg0) Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.static String
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.static String
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.static String
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.static String
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.static String
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.static String
exception_logInFailed
(Object arg0) Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.static String
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.static String
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.static String
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.static String
Keyhostconfig.descriptor
:FTP Host Configuration
.static String
Keylog.disconnectQuietly
:Exception disconnecting
.static String
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.static String
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.static String
Keypublisher.descriptor.displayName
:FTP Publisher
.static String
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.static String
Keyretry.descriptor.displayName
:FTP Retry
.static String
Keytransfer.descriptor.displayName
:FTP Transfer
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
exception_client_dele
Keyexception.client.dele
:Failed to delete file [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete file [{0}]
-
_exception_client_dele
Keyexception.client.dele
:Failed to delete file [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete file [{0}]
-
console_message_prefix
Keyconsole.message.prefix
:FTP:
.- Returns:
FTP:
-
_console_message_prefix
public static org.jvnet.localizer.Localizable _console_message_prefix()Keyconsole.message.prefix
:FTP:
.- Returns:
FTP:
-
exception_client_listParserNull
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.- Returns:
Failed to get a list of files from the server
-
_exception_client_listParserNull
public static org.jvnet.localizer.Localizable _exception_client_listParserNull()Keyexception.client.listParserNull
:Failed to get a list of files from the server
.- Returns:
Failed to get a list of files from the server
-
descriptor_displayName
Keydescriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
_descriptor_displayName
public static org.jvnet.localizer.Localizable _descriptor_displayName()Keydescriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
exception_client_fileIsNull
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.- Returns:
Failed to parse a file entry returned from the server
-
_exception_client_fileIsNull
public static org.jvnet.localizer.Localizable _exception_client_fileIsNull()Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.- Returns:
Failed to parse a file entry returned from the server
-
hostconfig_descriptor
Keyhostconfig.descriptor
:FTP Host Configuration
.- Returns:
FTP Host Configuration
-
_hostconfig_descriptor
public static org.jvnet.localizer.Localizable _hostconfig_descriptor()Keyhostconfig.descriptor
:FTP Host Configuration
.- Returns:
FTP Host Configuration
-
log_disconnectQuietly
Keylog.disconnectQuietly
:Exception disconnecting
.- Returns:
Exception disconnecting
-
_log_disconnectQuietly
public static org.jvnet.localizer.Localizable _log_disconnectQuietly()Keylog.disconnectQuietly
:Exception disconnecting
.- Returns:
Exception disconnecting
-
promotion_descriptor_displayName
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
_promotion_descriptor_displayName
public static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
descriptor_testConnection_ok
Keydescriptor.testConnection.ok
:Success
.- Returns:
Success
-
_descriptor_testConnection_ok
public static org.jvnet.localizer.Localizable _descriptor_testConnection_ok()Keydescriptor.testConnection.ok
:Success
.- Returns:
Success
-
exception_pwdNotAbsolute
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
-
_exception_pwdNotAbsolute
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
-
paramPublish_descriptor_displayName
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.- Returns:
FTP Param Publish
-
_paramPublish_descriptor_displayName
public static org.jvnet.localizer.Localizable _paramPublish_descriptor_displayName()KeyparamPublish.descriptor.displayName
:FTP Param Publish
.- Returns:
FTP Param Publish
-
descriptor_testConnection_error
Keydescriptor.testConnection.error
:Failed to connect or change directory
.- Returns:
Failed to connect or change directory
-
_descriptor_testConnection_error
public static org.jvnet.localizer.Localizable _descriptor_testConnection_error()Keydescriptor.testConnection.error
:Failed to connect or change directory
.- Returns:
Failed to connect or change directory
-
transfer_descriptor_displayName
Keytransfer.descriptor.displayName
:FTP Transfer
.- Returns:
FTP Transfer
-
_transfer_descriptor_displayName
public static org.jvnet.localizer.Localizable _transfer_descriptor_displayName()Keytransfer.descriptor.displayName
:FTP Transfer
.- Returns:
FTP Transfer
-
publisherLabel_descriptor_displayName
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.- Returns:
FTP Publisher Label
-
_publisherLabel_descriptor_displayName
public static org.jvnet.localizer.Localizable _publisherLabel_descriptor_displayName()KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.- Returns:
FTP Publisher Label
-
exception_exceptionOnDisconnect
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when disconnecting from server. Message [{0}]
-
_exception_exceptionOnDisconnect
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when disconnecting from server. Message [{0}]
-
builder_descriptor_displayName
Keybuilder.descriptor.displayName
:Send files over FTP
.- Returns:
Send files over FTP
-
_builder_descriptor_displayName
public static org.jvnet.localizer.Localizable _builder_descriptor_displayName()Keybuilder.descriptor.displayName
:Send files over FTP
.- Returns:
Send files over FTP
-
console_loggedInShowingCommunication
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.- Returns:
Logged in, command printing enabled
-
_console_loggedInShowingCommunication
public static org.jvnet.localizer.Localizable _console_loggedInShowingCommunication()Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.- Returns:
Logged in, command printing enabled
-
exception_failedToSetTransferMode
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to set FTP transfer mode. Server message: [{0}]
-
_exception_failedToSetTransferMode
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to set FTP transfer mode. Server message: [{0}]
-
exception_failedToStoreFile
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not write file. Server message: [{0}]
-
_exception_failedToStoreFile
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not write file. Server message: [{0}]
-
exception_logInFailed
Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to log in with username [{0}] - check username and password
-
_exception_logInFailed
Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to log in with username [{0}] - check username and password
-
exception_cwdException
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when changing to FTP directory [{0}]
-
_exception_cwdException
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when changing to FTP directory [{0}]
-
console_usingPwd
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.- Returns:
Remote root is not absolute, getting absolute directory from PWD
-
_console_usingPwd
public static org.jvnet.localizer.Localizable _console_usingPwd()Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.- Returns:
Remote root is not absolute, getting absolute directory from PWD
-
retry_descriptor_displayName
Keyretry.descriptor.displayName
:FTP Retry
.- Returns:
FTP Retry
-
_retry_descriptor_displayName
public static org.jvnet.localizer.Localizable _retry_descriptor_displayName()Keyretry.descriptor.displayName
:FTP Retry
.- Returns:
FTP Retry
-
console_logInHidingCommunication
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.- Returns:
Logging in, command printing disabled
-
_console_logInHidingCommunication
public static org.jvnet.localizer.Localizable _console_logInHidingCommunication()Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.- Returns:
Logging in, command printing disabled
-
publisher_descriptor_displayName
Keypublisher.descriptor.displayName
:FTP Publisher
.- Returns:
FTP Publisher
-
_publisher_descriptor_displayName
public static org.jvnet.localizer.Localizable _publisher_descriptor_displayName()Keypublisher.descriptor.displayName
:FTP Publisher
.- Returns:
FTP Publisher
-
exception_connectFailed
Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{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:
Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
-
_exception_connectFailed
public static org.jvnet.localizer.Localizable _exception_connectFailed(Object arg0, Object arg1, Object arg2) Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{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:
Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
-
exception_exceptionSettingTransferMode
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.- Returns:
Failed to set FTP transfer mode
-
_exception_exceptionSettingTransferMode
public static org.jvnet.localizer.Localizable _exception_exceptionSettingTransferMode()Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.- Returns:
Failed to set FTP transfer mode
-
exception_client_rmdir
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete directory [{0}]
-
_exception_client_rmdir
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete directory [{0}]
-
exception_failedToCreateClient
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect and initialize FTP connection. Message: [{0}]
-
_exception_failedToCreateClient
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect and initialize FTP connection. Message: [{0}]
-
exception_noSourceFiles
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.- Returns:
An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
-
_exception_noSourceFiles
public static org.jvnet.localizer.Localizable _exception_noSourceFiles()Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.- Returns:
An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
-
exception_client_cdup
Keyexception.client.cdup
:Failed to change to parent directory
.- Returns:
Failed to change to parent directory
-
_exception_client_cdup
public static org.jvnet.localizer.Localizable _exception_client_cdup()Keyexception.client.cdup
:Failed to change to parent directory
.- Returns:
Failed to change to parent directory
-
exception_mkdirException
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when making FTP directory [{0}]
-
_exception_mkdirException
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when making FTP directory [{0}]
-