Package jenkins.plugins.publish_over_ssh
Class Messages
java.lang.Object
jenkins.plugins.publish_over_ssh.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.LocalizableKeybuilder.descriptor.displayName:Send files or execute commands over SSH.static org.jvnet.localizer.Localizable_console_cd(Object arg0) Keyconsole.cd:cd [{0}].static org.jvnet.localizer.Localizable_console_chmod(Object arg0, Object arg1) Keyconsole.chmod:chmod [{0} {1}].static org.jvnet.localizer.LocalizableKeyconsole.exec.completed:EXEC: completed after {0} ms.static org.jvnet.localizer.LocalizableKeyconsole.exec.connected:EXEC: connected.static org.jvnet.localizer.LocalizableKeyconsole.exec.connecting:EXEC: STDOUT/STDERR from command [{0}] ....static org.jvnet.localizer.LocalizableKeyconsole.exec.opened:EXEC: channel open.static org.jvnet.localizer.LocalizableKeyconsole.exec.opening:Opening exec channel ....static org.jvnet.localizer.Localizable_console_failure(Object arg0) Keyconsole.failure:FAILED: Message [{0}].static org.jvnet.localizer.LocalizableKeyconsole.message.prefix:SSH:.static org.jvnet.localizer.LocalizableKeyconsole.message.transferskip:Transfer {0} skipped.static org.jvnet.localizer.Localizable_console_mkdir(Object arg0) Keyconsole.mkdir:mkdir [{0}].static org.jvnet.localizer.Localizable_console_put(Object arg0) Keyconsole.put:put [{0}].static org.jvnet.localizer.LocalizableKeyconsole.session.connected:Connected.static org.jvnet.localizer.LocalizableKeyconsole.session.connecting:Connecting session ....static org.jvnet.localizer.Localizable_console_session_creating(Object arg0, Object arg1, Object arg2) Keyconsole.session.creating:Creating session: username [{0}], hostname [{1}], port [{2}].static org.jvnet.localizer.LocalizableKeyconsole.sftp.connected:Connected.static org.jvnet.localizer.LocalizableKeyconsole.sftp.connecting:Connecting SFTP channel ....static org.jvnet.localizer.LocalizableKeyconsole.sftp.opened:SFTP channel open.static org.jvnet.localizer.LocalizableKeyconsole.sftp.opening:Opening SFTP channel ....static org.jvnet.localizer.LocalizableKeyconsole.success:OK.static org.jvnet.localizer.LocalizableKeyconsole.userInfo.returning:Returning [{0}].static org.jvnet.localizer.LocalizableKeyconsole.usingPwd:Remote root is not absolute, getting absolute directory from PWD.static org.jvnet.localizer.Localizable_console_warning(Object arg0) Keyconsole.warning:WARNING: Message [{0}].static org.jvnet.localizer.LocalizableKeydescriptor.displayName:Send build artifacts over SSH.static org.jvnet.localizer.LocalizableKeydescriptor.sourceFiles.check.configNotFound:Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page.static org.jvnet.localizer.LocalizableKeydescriptor.sourceOrExec:Either Source files, Exec command or both must be supplied.static org.jvnet.localizer.LocalizableKeydescriptor.testConnection.error:Failed to connect or change directory.static org.jvnet.localizer.LocalizableKeydescriptor.testConnection.ok:Success.static org.jvnet.localizer.LocalizableKeydescriptor.testConnection.sftpError:Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail.static org.jvnet.localizer.Localizable_exception_addIdentity(Object arg0) Keyexception.addIdentity:Failed to add SSH key. Message [{0}].static org.jvnet.localizer.LocalizableKeyexception.badTransferConfig:An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both.static org.jvnet.localizer.LocalizableKeyexception.badTransferConfig.noExec:An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **.static org.jvnet.localizer.LocalizableKeyexception.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.LocalizableKeyexception.client.entryIsNull:File system entry was not parsed correctly from server.static org.jvnet.localizer.LocalizableKeyexception.client.rmdir:Failed to delete directory [{0}].static org.jvnet.localizer.Localizable_exception_cwdException(Object arg0, Object arg1) Keyexception.cwdException:Exception when changing to directory [{0}]. Message [{1}].static org.jvnet.localizer.LocalizableKeyexception.disconnect.exec:Exception when disconnecting exec channel. Message [{0}].static org.jvnet.localizer.LocalizableKeyexception.disconnect.session:Exception when disconnecting session. Message [{0}].static org.jvnet.localizer.LocalizableKeyexception.disconnect.sftp:Exception when disconnecting SFTP. Message [{0}].static org.jvnet.localizer.LocalizableKeyexception.exec.connect:Failed to connect exec channel. Message [{0}].static org.jvnet.localizer.LocalizableKeyexception.exec.exitStatus:Exec exit status not zero. Status [{0}].static org.jvnet.localizer.Localizable_exception_exec_open(Object arg0) Keyexception.exec.open:Failed to open exec channel. Message [{0}].static org.jvnet.localizer.LocalizableKeyexception.exec.timeout:Exec timed out or was interrupted after {0} ms.static org.jvnet.localizer.LocalizableKeyexception.failedToCreateClient:Failed to connect and initialize SSH connection. Message: [{0}].static org.jvnet.localizer.Localizable_exception_pwd(Object arg0) Keyexception.pwd:PWD failed. Message: [{0}].static org.jvnet.localizer.LocalizableKeyexception.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_exception_session_connect(Object arg0, Object arg1) Keyexception.session.connect:Failed to connect session for config [{0}]. Message [{1}].static org.jvnet.localizer.Localizable_exception_session_create(Object arg0, Object arg1, Object arg2, Object arg3) Keyexception.session.create:Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}].static org.jvnet.localizer.LocalizableKeyexception.sftp.connect:Failed to connect SFTP channel. Message [{0}].static org.jvnet.localizer.Localizable_exception_sftp_open(Object arg0) Keyexception.sftp.open:Failed to open SFTP channel. Message [{0}].static org.jvnet.localizer.LocalizableKeyglobal.common.descriptor:SSH Common Configuration.static org.jvnet.localizer.LocalizableKeyglobal.hostconfig.descriptor:SSH Host Configuration.static org.jvnet.localizer.Localizable_log_sftp_stat(Object arg0, Object arg1) Keylog.sftp.stat:Failed to stat directory [{0}]. Message [{1}].static org.jvnet.localizer.LocalizableKeyparamPublish.descriptor.displayName:SSH Param Publish.static org.jvnet.localizer.LocalizableKeypostBuild.descriptor.displayName:Send files or execute commands over SSH after the build runs.static org.jvnet.localizer.LocalizableKeypreBuild.descriptor.displayName:Send files or execute commands over SSH before the build starts.static org.jvnet.localizer.LocalizableKeypromotion.descriptor.displayName:Send build artifacts over SSH.static org.jvnet.localizer.LocalizableKeypublisher.descriptor.displayName:SSH Publisher.static org.jvnet.localizer.LocalizableKeypublisherLabel.descriptor.displayName:SSH Publisher Label.static org.jvnet.localizer.LocalizableKeyretry.descriptor.displayName:SSH Retry.static org.jvnet.localizer.Localizable_sftpExec_baseDir(Object arg0) KeysftpExec.baseDir:Local workspace directory is [{0}].static org.jvnet.localizer.LocalizableKeysftpExec.deleteDirectory:rmdir [{0}] ....static org.jvnet.localizer.Localizable_sftpExec_deleteFile(Object arg0) KeysftpExec.deleteFile:rm [{0}] ....static org.jvnet.localizer.Localizable_sftpExec_display(Object arg0) KeysftpExec.display:{0}.static org.jvnet.localizer.LocalizableKeysftpExec.failedCommand:Failed command: [{0}].static org.jvnet.localizer.Localizable_sftpExec_get(Object arg0) KeysftpExec.get:get [{0}].static org.jvnet.localizer.LocalizableKeysftpExec.getArgumentsEmpty:You must specify at least one path after a get command..static org.jvnet.localizer.Localizable_sftpExec_getEmpty(Object arg0) KeysftpExec.getEmpty:Nothing to get [{0}].static org.jvnet.localizer.Localizable_sftpExec_getFile(Object arg0) KeysftpExec.getFile:Getting file [{0}].static org.jvnet.localizer.Localizable_sftpExec_hardlink(Object arg0, Object arg1) KeysftpExec.hardlink:ln [{0}] [{1}].static org.jvnet.localizer.Localizable_sftpExec_isDirectory(Object arg0) KeysftpExec.isDirectory:Cannot download non-regular file: [{0}].static org.jvnet.localizer.Localizable_sftpExec_lcd(Object arg0) KeysftpExec.lcd:lcd [{0}].static org.jvnet.localizer.Localizable_sftpExec_ls(Object arg0) KeysftpExec.ls:ls [{0}].static org.jvnet.localizer.Localizable_sftpExec_lsEmpty(Object arg0) KeysftpExec.lsEmpty:Nothing to list [{0}].static org.jvnet.localizer.LocalizableKeysftpExec.showRemotePath:Remote path is [{0}].static org.jvnet.localizer.Localizable_sftpExec_symlink(Object arg0, Object arg1) KeysftpExec.symlink:symlink [{0}] [{1}].static org.jvnet.localizer.LocalizableKeysftpExec.tooFewArguments:[{0}]: too few arguments..static org.jvnet.localizer.LocalizableKeysftpExec.unsupportedCommand:Unsupported command [{0}].static org.jvnet.localizer.LocalizableKeytransfer.descriptor.displayName:SSH Transfer.static StringKeybuilder.descriptor.displayName:Send files or execute commands over SSH.static Stringconsole_cd(Object arg0) Keyconsole.cd:cd [{0}].static Stringconsole_chmod(Object arg0, Object arg1) Keyconsole.chmod:chmod [{0} {1}].static Stringconsole_exec_completed(Object arg0) Keyconsole.exec.completed:EXEC: completed after {0} ms.static StringKeyconsole.exec.connected:EXEC: connected.static StringKeyconsole.exec.connecting:EXEC: STDOUT/STDERR from command [{0}] ....static StringKeyconsole.exec.opened:EXEC: channel open.static StringKeyconsole.exec.opening:Opening exec channel ....static Stringconsole_failure(Object arg0) Keyconsole.failure:FAILED: Message [{0}].static StringKeyconsole.message.prefix:SSH:.static StringKeyconsole.message.transferskip:Transfer {0} skipped.static Stringconsole_mkdir(Object arg0) Keyconsole.mkdir:mkdir [{0}].static Stringconsole_put(Object arg0) Keyconsole.put:put [{0}].static StringKeyconsole.session.connected:Connected.static StringKeyconsole.session.connecting:Connecting session ....static Stringconsole_session_creating(Object arg0, Object arg1, Object arg2) Keyconsole.session.creating:Creating session: username [{0}], hostname [{1}], port [{2}].static StringKeyconsole.sftp.connected:Connected.static StringKeyconsole.sftp.connecting:Connecting SFTP channel ....static StringKeyconsole.sftp.opened:SFTP channel open.static StringKeyconsole.sftp.opening:Opening SFTP channel ....static StringKeyconsole.success:OK.static StringKeyconsole.userInfo.returning:Returning [{0}].static StringKeyconsole.usingPwd:Remote root is not absolute, getting absolute directory from PWD.static Stringconsole_warning(Object arg0) Keyconsole.warning:WARNING: Message [{0}].static StringKeydescriptor.displayName:Send build artifacts over SSH.static StringKeydescriptor.sourceFiles.check.configNotFound:Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page.static StringKeydescriptor.sourceOrExec:Either Source files, Exec command or both must be supplied.static StringKeydescriptor.testConnection.error:Failed to connect or change directory.static StringKeydescriptor.testConnection.ok:Success.static StringKeydescriptor.testConnection.sftpError:Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail.static Stringexception_addIdentity(Object arg0) Keyexception.addIdentity:Failed to add SSH key. Message [{0}].static StringKeyexception.badTransferConfig:An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both.static StringKeyexception.badTransferConfig.noExec:An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **.static StringKeyexception.client.cdup:Failed to change to parent directory.static Stringexception_client_dele(Object arg0) Keyexception.client.dele:Failed to delete file [{0}].static StringKeyexception.client.entryIsNull:File system entry was not parsed correctly from server.static Stringexception_client_rmdir(Object arg0) Keyexception.client.rmdir:Failed to delete directory [{0}].static Stringexception_cwdException(Object arg0, Object arg1) Keyexception.cwdException:Exception when changing to directory [{0}]. Message [{1}].static StringKeyexception.disconnect.exec:Exception when disconnecting exec channel. Message [{0}].static StringKeyexception.disconnect.session:Exception when disconnecting session. Message [{0}].static StringKeyexception.disconnect.sftp:Exception when disconnecting SFTP. Message [{0}].static Stringexception_exec_connect(Object arg0) Keyexception.exec.connect:Failed to connect exec channel. Message [{0}].static StringKeyexception.exec.exitStatus:Exec exit status not zero. Status [{0}].static Stringexception_exec_open(Object arg0) Keyexception.exec.open:Failed to open exec channel. Message [{0}].static Stringexception_exec_timeout(Object arg0) Keyexception.exec.timeout:Exec timed out or was interrupted after {0} ms.static StringKeyexception.failedToCreateClient:Failed to connect and initialize SSH connection. Message: [{0}].static Stringexception_pwd(Object arg0) Keyexception.pwd:PWD failed. Message: [{0}].static StringKeyexception.pwdNotAbsolute:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path.static Stringexception_session_connect(Object arg0, Object arg1) Keyexception.session.connect:Failed to connect session for config [{0}]. Message [{1}].static Stringexception_session_create(Object arg0, Object arg1, Object arg2, Object arg3) Keyexception.session.create:Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}].static Stringexception_sftp_connect(Object arg0) Keyexception.sftp.connect:Failed to connect SFTP channel. Message [{0}].static Stringexception_sftp_open(Object arg0) Keyexception.sftp.open:Failed to open SFTP channel. Message [{0}].static StringKeyglobal.common.descriptor:SSH Common Configuration.static StringKeyglobal.hostconfig.descriptor:SSH Host Configuration.static Stringlog_sftp_stat(Object arg0, Object arg1) Keylog.sftp.stat:Failed to stat directory [{0}]. Message [{1}].static StringKeyparamPublish.descriptor.displayName:SSH Param Publish.static StringKeypostBuild.descriptor.displayName:Send files or execute commands over SSH after the build runs.static StringKeypreBuild.descriptor.displayName:Send files or execute commands over SSH before the build starts.static StringKeypromotion.descriptor.displayName:Send build artifacts over SSH.static StringKeypublisher.descriptor.displayName:SSH Publisher.static StringKeypublisherLabel.descriptor.displayName:SSH Publisher Label.static StringKeyretry.descriptor.displayName:SSH Retry.static StringsftpExec_baseDir(Object arg0) KeysftpExec.baseDir:Local workspace directory is [{0}].static StringKeysftpExec.deleteDirectory:rmdir [{0}] ....static StringsftpExec_deleteFile(Object arg0) KeysftpExec.deleteFile:rm [{0}] ....static StringsftpExec_display(Object arg0) KeysftpExec.display:{0}.static StringsftpExec_failedCommand(Object arg0) KeysftpExec.failedCommand:Failed command: [{0}].static StringsftpExec_get(Object arg0) KeysftpExec.get:get [{0}].static StringKeysftpExec.getArgumentsEmpty:You must specify at least one path after a get command..static StringsftpExec_getEmpty(Object arg0) KeysftpExec.getEmpty:Nothing to get [{0}].static StringsftpExec_getFile(Object arg0) KeysftpExec.getFile:Getting file [{0}].static StringsftpExec_hardlink(Object arg0, Object arg1) KeysftpExec.hardlink:ln [{0}] [{1}].static StringsftpExec_isDirectory(Object arg0) KeysftpExec.isDirectory:Cannot download non-regular file: [{0}].static StringsftpExec_lcd(Object arg0) KeysftpExec.lcd:lcd [{0}].static StringsftpExec_ls(Object arg0) KeysftpExec.ls:ls [{0}].static StringsftpExec_lsEmpty(Object arg0) KeysftpExec.lsEmpty:Nothing to list [{0}].static StringKeysftpExec.showRemotePath:Remote path is [{0}].static StringsftpExec_symlink(Object arg0, Object arg1) KeysftpExec.symlink:symlink [{0}] [{1}].static StringKeysftpExec.tooFewArguments:[{0}]: too few arguments..static StringKeysftpExec.unsupportedCommand:Unsupported command [{0}].static StringKeytransfer.descriptor.displayName:SSH 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}]
-
log_sftp_stat
Keylog.sftp.stat:Failed to stat directory [{0}]. Message [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to stat directory [{0}]. Message [{1}]
-
_log_sftp_stat
Keylog.sftp.stat:Failed to stat directory [{0}]. Message [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to stat directory [{0}]. Message [{1}]
-
console_message_prefix
Keyconsole.message.prefix:SSH:.- Returns:
SSH:
-
_console_message_prefix
public static org.jvnet.localizer.Localizable _console_message_prefix()Keyconsole.message.prefix:SSH:.- Returns:
SSH:
-
console_success
Keyconsole.success:OK.- Returns:
OK
-
_console_success
public static org.jvnet.localizer.Localizable _console_success()Keyconsole.success:OK.- Returns:
OK
-
sftpExec_hardlink
KeysftpExec.hardlink:ln [{0}] [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
ln [{0}] [{1}]
-
_sftpExec_hardlink
KeysftpExec.hardlink:ln [{0}] [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
ln [{0}] [{1}]
-
sftpExec_deleteFile
KeysftpExec.deleteFile:rm [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
rm [{0}] ...
-
_sftpExec_deleteFile
KeysftpExec.deleteFile:rm [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
rm [{0}] ...
-
sftpExec_getFile
KeysftpExec.getFile:Getting file [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Getting file [{0}]
-
_sftpExec_getFile
KeysftpExec.getFile:Getting file [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Getting file [{0}]
-
console_failure
Keyconsole.failure:FAILED: Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
FAILED: Message [{0}]
-
_console_failure
Keyconsole.failure:FAILED: Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
FAILED: Message [{0}]
-
sftpExec_tooFewArguments
KeysftpExec.tooFewArguments:[{0}]: too few arguments..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
[{0}]: too few arguments.
-
_sftpExec_tooFewArguments
KeysftpExec.tooFewArguments:[{0}]: too few arguments..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
[{0}]: too few arguments.
-
console_exec_opening
Keyconsole.exec.opening:Opening exec channel ....- Returns:
Opening exec channel ...
-
_console_exec_opening
public static org.jvnet.localizer.Localizable _console_exec_opening()Keyconsole.exec.opening:Opening exec channel ....- Returns:
Opening exec channel ...
-
sftpExec_get
KeysftpExec.get:get [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
get [{0}]
-
_sftpExec_get
KeysftpExec.get:get [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
get [{0}]
-
descriptor_sourceOrExec
Keydescriptor.sourceOrExec:Either Source files, Exec command or both must be supplied.- Returns:
Either Source files, Exec command or both must be supplied
-
_descriptor_sourceOrExec
public static org.jvnet.localizer.Localizable _descriptor_sourceOrExec()Keydescriptor.sourceOrExec:Either Source files, Exec command or both must be supplied.- Returns:
Either Source files, Exec command or both must be supplied
-
console_userInfo_returning
Keyconsole.userInfo.returning:Returning [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Returning [{0}]
-
_console_userInfo_returning
Keyconsole.userInfo.returning:Returning [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Returning [{0}]
-
console_session_connecting
Keyconsole.session.connecting:Connecting session ....- Returns:
Connecting session ...
-
_console_session_connecting
public static org.jvnet.localizer.Localizable _console_session_connecting()Keyconsole.session.connecting:Connecting session ....- Returns:
Connecting session ...
-
exception_exec_connect
Keyexception.exec.connect:Failed to connect exec channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect exec channel. Message [{0}]
-
_exception_exec_connect
Keyexception.exec.connect:Failed to connect exec channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect exec channel. Message [{0}]
-
exception_disconnect_session
Keyexception.disconnect.session:Exception when disconnecting session. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when disconnecting session. Message [{0}]
-
_exception_disconnect_session
Keyexception.disconnect.session:Exception when disconnecting session. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when disconnecting session. Message [{0}]
-
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
-
console_cd
Keyconsole.cd:cd [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
cd [{0}]
-
_console_cd
Keyconsole.cd:cd [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
cd [{0}]
-
paramPublish_descriptor_displayName
KeyparamPublish.descriptor.displayName:SSH Param Publish.- Returns:
SSH Param Publish
-
_paramPublish_descriptor_displayName
public static org.jvnet.localizer.Localizable _paramPublish_descriptor_displayName()KeyparamPublish.descriptor.displayName:SSH Param Publish.- Returns:
SSH Param Publish
-
sftpExec_isDirectory
KeysftpExec.isDirectory:Cannot download non-regular file: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Cannot download non-regular file: [{0}]
-
_sftpExec_isDirectory
KeysftpExec.isDirectory:Cannot download non-regular file: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Cannot download non-regular file: [{0}]
-
console_exec_opened
Keyconsole.exec.opened:EXEC: channel open.- Returns:
EXEC: channel open
-
_console_exec_opened
public static org.jvnet.localizer.Localizable _console_exec_opened()Keyconsole.exec.opened:EXEC: channel open.- Returns:
EXEC: channel open
-
sftpExec_failedCommand
KeysftpExec.failedCommand:Failed command: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed command: [{0}]
-
_sftpExec_failedCommand
KeysftpExec.failedCommand:Failed command: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed command: [{0}]
-
transfer_descriptor_displayName
Keytransfer.descriptor.displayName:SSH Transfer.- Returns:
SSH Transfer
-
_transfer_descriptor_displayName
public static org.jvnet.localizer.Localizable _transfer_descriptor_displayName()Keytransfer.descriptor.displayName:SSH Transfer.- Returns:
SSH Transfer
-
publisherLabel_descriptor_displayName
KeypublisherLabel.descriptor.displayName:SSH Publisher Label.- Returns:
SSH Publisher Label
-
_publisherLabel_descriptor_displayName
public static org.jvnet.localizer.Localizable _publisherLabel_descriptor_displayName()KeypublisherLabel.descriptor.displayName:SSH Publisher Label.- Returns:
SSH Publisher Label
-
console_exec_connecting
Keyconsole.exec.connecting:EXEC: STDOUT/STDERR from command [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
EXEC: STDOUT/STDERR from command [{0}] ...
-
_console_exec_connecting
Keyconsole.exec.connecting:EXEC: STDOUT/STDERR from command [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
EXEC: STDOUT/STDERR from command [{0}] ...
-
sftpExec_baseDir
KeysftpExec.baseDir:Local workspace directory is [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Local workspace directory is [{0}]
-
_sftpExec_baseDir
KeysftpExec.baseDir:Local workspace directory is [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Local workspace directory is [{0}]
-
global_hostconfig_descriptor
Keyglobal.hostconfig.descriptor:SSH Host Configuration.- Returns:
SSH Host Configuration
-
_global_hostconfig_descriptor
public static org.jvnet.localizer.Localizable _global_hostconfig_descriptor()Keyglobal.hostconfig.descriptor:SSH Host Configuration.- Returns:
SSH Host Configuration
-
console_session_creating
Keyconsole.session.creating:Creating session: username [{0}], hostname [{1}], port [{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:
Creating session: username [{0}], hostname [{1}], port [{2}]
-
_console_session_creating
public static org.jvnet.localizer.Localizable _console_session_creating(Object arg0, Object arg1, Object arg2) Keyconsole.session.creating:Creating session: username [{0}], hostname [{1}], port [{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:
Creating session: username [{0}], hostname [{1}], port [{2}]
-
exception_addIdentity
Keyexception.addIdentity:Failed to add SSH key. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to add SSH key. Message [{0}]
-
_exception_addIdentity
Keyexception.addIdentity:Failed to add SSH key. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to add SSH key. Message [{0}]
-
global_common_descriptor
Keyglobal.common.descriptor:SSH Common Configuration.- Returns:
SSH Common Configuration
-
_global_common_descriptor
public static org.jvnet.localizer.Localizable _global_common_descriptor()Keyglobal.common.descriptor:SSH Common Configuration.- Returns:
SSH Common Configuration
-
exception_badTransferConfig
Keyexception.badTransferConfig:An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both.- Returns:
An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both
-
_exception_badTransferConfig
public static org.jvnet.localizer.Localizable _exception_badTransferConfig()Keyexception.badTransferConfig:An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both.- Returns:
An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both
-
exception_cwdException
Keyexception.cwdException:Exception when changing to directory [{0}]. Message [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when changing to directory [{0}]. Message [{1}]
-
_exception_cwdException
Keyexception.cwdException:Exception when changing to directory [{0}]. Message [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when changing to directory [{0}]. Message [{1}]
-
console_exec_completed
Keyconsole.exec.completed:EXEC: completed after {0} ms.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
EXEC: completed after {0} ms
-
_console_exec_completed
Keyconsole.exec.completed:EXEC: completed after {0} ms.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
EXEC: completed after {0} ms
-
retry_descriptor_displayName
Keyretry.descriptor.displayName:SSH Retry.- Returns:
SSH Retry
-
_retry_descriptor_displayName
public static org.jvnet.localizer.Localizable _retry_descriptor_displayName()Keyretry.descriptor.displayName:SSH Retry.- Returns:
SSH Retry
-
publisher_descriptor_displayName
Keypublisher.descriptor.displayName:SSH Publisher.- Returns:
SSH Publisher
-
_publisher_descriptor_displayName
public static org.jvnet.localizer.Localizable _publisher_descriptor_displayName()Keypublisher.descriptor.displayName:SSH Publisher.- Returns:
SSH Publisher
-
console_sftp_opening
Keyconsole.sftp.opening:Opening SFTP channel ....- Returns:
Opening SFTP channel ...
-
_console_sftp_opening
public static org.jvnet.localizer.Localizable _console_sftp_opening()Keyconsole.sftp.opening:Opening SFTP channel ....- Returns:
Opening SFTP channel ...
-
exception_session_connect
Keyexception.session.connect:Failed to connect session for config [{0}]. Message [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect session for config [{0}]. Message [{1}]
-
_exception_session_connect
Keyexception.session.connect:Failed to connect session for config [{0}]. Message [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect session for config [{0}]. Message [{1}]
-
exception_disconnect_exec
Keyexception.disconnect.exec:Exception when disconnecting exec channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when disconnecting exec channel. Message [{0}]
-
_exception_disconnect_exec
Keyexception.disconnect.exec:Exception when disconnecting exec channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when disconnecting exec channel. Message [{0}]
-
console_sftp_opened
Keyconsole.sftp.opened:SFTP channel open.- Returns:
SFTP channel open
-
_console_sftp_opened
public static org.jvnet.localizer.Localizable _console_sftp_opened()Keyconsole.sftp.opened:SFTP channel open.- Returns:
SFTP channel open
-
exception_client_entryIsNull
Keyexception.client.entryIsNull:File system entry was not parsed correctly from server.- Returns:
File system entry was not parsed correctly from server
-
_exception_client_entryIsNull
public static org.jvnet.localizer.Localizable _exception_client_entryIsNull()Keyexception.client.entryIsNull:File system entry was not parsed correctly from server.- Returns:
File system entry was not parsed correctly from server
-
exception_exec_open
Keyexception.exec.open:Failed to open exec channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to open exec channel. Message [{0}]
-
_exception_exec_open
Keyexception.exec.open:Failed to open exec channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to open exec channel. Message [{0}]
-
exception_failedToCreateClient
Keyexception.failedToCreateClient:Failed to connect and initialize SSH connection. Message: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect and initialize SSH connection. Message: [{0}]
-
_exception_failedToCreateClient
Keyexception.failedToCreateClient:Failed to connect and initialize SSH connection. Message: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect and initialize SSH connection. Message: [{0}]
-
console_warning
Keyconsole.warning:WARNING: Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
WARNING: Message [{0}]
-
_console_warning
Keyconsole.warning:WARNING: Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
WARNING: Message [{0}]
-
sftpExec_lcd
KeysftpExec.lcd:lcd [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
lcd [{0}]
-
_sftpExec_lcd
KeysftpExec.lcd:lcd [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
lcd [{0}]
-
sftpExec_unsupportedCommand
KeysftpExec.unsupportedCommand:Unsupported command [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unsupported command [{0}]
-
_sftpExec_unsupportedCommand
KeysftpExec.unsupportedCommand:Unsupported command [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unsupported command [{0}]
-
exception_badTransferConfig_noExec
Keyexception.badTransferConfig.noExec:An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **.- Returns:
An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **
-
_exception_badTransferConfig_noExec
public static org.jvnet.localizer.Localizable _exception_badTransferConfig_noExec()Keyexception.badTransferConfig.noExec:An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **.- Returns:
An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **
-
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
-
console_chmod
Keyconsole.chmod:chmod [{0} {1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
chmod [{0} {1}]
-
_console_chmod
Keyconsole.chmod:chmod [{0} {1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
chmod [{0} {1}]
-
exception_disconnect_sftp
Keyexception.disconnect.sftp:Exception when disconnecting SFTP. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when disconnecting SFTP. Message [{0}]
-
_exception_disconnect_sftp
Keyexception.disconnect.sftp:Exception when disconnecting SFTP. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when disconnecting SFTP. Message [{0}]
-
sftpExec_showRemotePath
KeysftpExec.showRemotePath:Remote path is [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Remote path is [{0}]
-
_sftpExec_showRemotePath
KeysftpExec.showRemotePath:Remote path is [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Remote path is [{0}]
-
console_sftp_connecting
Keyconsole.sftp.connecting:Connecting SFTP channel ....- Returns:
Connecting SFTP channel ...
-
_console_sftp_connecting
public static org.jvnet.localizer.Localizable _console_sftp_connecting()Keyconsole.sftp.connecting:Connecting SFTP channel ....- Returns:
Connecting SFTP channel ...
-
sftpExec_getEmpty
KeysftpExec.getEmpty:Nothing to get [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nothing to get [{0}]
-
_sftpExec_getEmpty
KeysftpExec.getEmpty:Nothing to get [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nothing to get [{0}]
-
console_exec_connected
Keyconsole.exec.connected:EXEC: connected.- Returns:
EXEC: connected
-
_console_exec_connected
public static org.jvnet.localizer.Localizable _console_exec_connected()Keyconsole.exec.connected:EXEC: connected.- Returns:
EXEC: connected
-
sftpExec_lsEmpty
KeysftpExec.lsEmpty:Nothing to list [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nothing to list [{0}]
-
_sftpExec_lsEmpty
KeysftpExec.lsEmpty:Nothing to list [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nothing to list [{0}]
-
descriptor_displayName
Keydescriptor.displayName:Send build artifacts over SSH.- Returns:
Send build artifacts over SSH
-
_descriptor_displayName
public static org.jvnet.localizer.Localizable _descriptor_displayName()Keydescriptor.displayName:Send build artifacts over SSH.- Returns:
Send build artifacts over SSH
-
sftpExec_symlink
KeysftpExec.symlink:symlink [{0}] [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
symlink [{0}] [{1}]
-
_sftpExec_symlink
KeysftpExec.symlink:symlink [{0}] [{1}].- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
symlink [{0}] [{1}]
-
exception_pwd
Keyexception.pwd:PWD failed. Message: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
PWD failed. Message: [{0}]
-
_exception_pwd
Keyexception.pwd:PWD failed. Message: [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
PWD failed. Message: [{0}]
-
exception_exec_exitStatus
Keyexception.exec.exitStatus:Exec exit status not zero. Status [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exec exit status not zero. Status [{0}]
-
_exception_exec_exitStatus
Keyexception.exec.exitStatus:Exec exit status not zero. Status [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exec exit status not zero. Status [{0}]
-
promotion_descriptor_displayName
Keypromotion.descriptor.displayName:Send build artifacts over SSH.- Returns:
Send build artifacts over SSH
-
_promotion_descriptor_displayName
public static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()Keypromotion.descriptor.displayName:Send build artifacts over SSH.- Returns:
Send build artifacts over SSH
-
console_session_connected
Keyconsole.session.connected:Connected.- Returns:
Connected
-
_console_session_connected
public static org.jvnet.localizer.Localizable _console_session_connected()Keyconsole.session.connected:Connected.- Returns:
Connected
-
preBuild_descriptor_displayName
KeypreBuild.descriptor.displayName:Send files or execute commands over SSH before the build starts.- Returns:
Send files or execute commands over SSH before the build starts
-
_preBuild_descriptor_displayName
public static org.jvnet.localizer.Localizable _preBuild_descriptor_displayName()KeypreBuild.descriptor.displayName:Send files or execute commands over SSH before the build starts.- Returns:
Send files or execute commands over SSH before the build starts
-
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
-
sftpExec_getArgumentsEmpty
KeysftpExec.getArgumentsEmpty:You must specify at least one path after a get command..- Returns:
You must specify at least one path after a get command.
-
_sftpExec_getArgumentsEmpty
public static org.jvnet.localizer.Localizable _sftpExec_getArgumentsEmpty()KeysftpExec.getArgumentsEmpty:You must specify at least one path after a get command..- Returns:
You must specify at least one path after a get command.
-
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
-
descriptor_testConnection_sftpError
Keydescriptor.testConnection.sftpError:Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail.- Returns:
Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail
-
_descriptor_testConnection_sftpError
public static org.jvnet.localizer.Localizable _descriptor_testConnection_sftpError()Keydescriptor.testConnection.sftpError:Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail.- Returns:
Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail
-
postBuild_descriptor_displayName
KeypostBuild.descriptor.displayName:Send files or execute commands over SSH after the build runs.- Returns:
Send files or execute commands over SSH after the build runs
-
_postBuild_descriptor_displayName
public static org.jvnet.localizer.Localizable _postBuild_descriptor_displayName()KeypostBuild.descriptor.displayName:Send files or execute commands over SSH after the build runs.- Returns:
Send files or execute commands over SSH after the build runs
-
exception_sftp_open
Keyexception.sftp.open:Failed to open SFTP channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to open SFTP channel. Message [{0}]
-
_exception_sftp_open
Keyexception.sftp.open:Failed to open SFTP channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to open SFTP channel. Message [{0}]
-
builder_descriptor_displayName
Keybuilder.descriptor.displayName:Send files or execute commands over SSH.- Returns:
Send files or execute commands over SSH
-
_builder_descriptor_displayName
public static org.jvnet.localizer.Localizable _builder_descriptor_displayName()Keybuilder.descriptor.displayName:Send files or execute commands over SSH.- Returns:
Send files or execute commands over SSH
-
sftpExec_ls
KeysftpExec.ls:ls [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
ls [{0}]
-
_sftpExec_ls
KeysftpExec.ls:ls [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
ls [{0}]
-
console_put
Keyconsole.put:put [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
put [{0}]
-
_console_put
Keyconsole.put:put [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
put [{0}]
-
descriptor_sourceFiles_check_configNotFound
Keydescriptor.sourceFiles.check.configNotFound:Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page
-
_descriptor_sourceFiles_check_configNotFound
public static org.jvnet.localizer.Localizable _descriptor_sourceFiles_check_configNotFound(Object arg0) Keydescriptor.sourceFiles.check.configNotFound:Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page
-
exception_sftp_connect
Keyexception.sftp.connect:Failed to connect SFTP channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect SFTP channel. Message [{0}]
-
_exception_sftp_connect
Keyexception.sftp.connect:Failed to connect SFTP channel. Message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect SFTP channel. Message [{0}]
-
exception_session_create
Keyexception.session.create:Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}].- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).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 create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}]
-
_exception_session_create
public static org.jvnet.localizer.Localizable _exception_session_create(Object arg0, Object arg1, Object arg2, Object arg3) Keyexception.session.create:Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}].- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).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 create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}]
-
console_message_transferskip
Keyconsole.message.transferskip:Transfer {0} skipped.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Transfer {0} skipped
-
_console_message_transferskip
Keyconsole.message.transferskip:Transfer {0} skipped.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Transfer {0} skipped
-
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
-
console_sftp_connected
Keyconsole.sftp.connected:Connected.- Returns:
Connected
-
_console_sftp_connected
public static org.jvnet.localizer.Localizable _console_sftp_connected()Keyconsole.sftp.connected:Connected.- Returns:
Connected
-
sftpExec_display
KeysftpExec.display:{0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}
-
_sftpExec_display
KeysftpExec.display:{0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{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_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_exec_timeout
Keyexception.exec.timeout:Exec timed out or was interrupted after {0} ms.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exec timed out or was interrupted after {0} ms
-
_exception_exec_timeout
Keyexception.exec.timeout:Exec timed out or was interrupted after {0} ms.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exec timed out or was interrupted after {0} ms
-
console_mkdir
Keyconsole.mkdir:mkdir [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
mkdir [{0}]
-
_console_mkdir
Keyconsole.mkdir:mkdir [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
mkdir [{0}]
-
sftpExec_deleteDirectory
KeysftpExec.deleteDirectory:rmdir [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
rmdir [{0}] ...
-
_sftpExec_deleteDirectory
KeysftpExec.deleteDirectory:rmdir [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
rmdir [{0}] ...
-