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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
Keybuilder.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.Localizable
Keyconsole.exec.completed
:EXEC: completed after {0} ms
.static org.jvnet.localizer.Localizable
Keyconsole.exec.connected
:EXEC: connected
.static org.jvnet.localizer.Localizable
Keyconsole.exec.connecting
:EXEC: STDOUT/STDERR from command [{0}] ...
.static org.jvnet.localizer.Localizable
Keyconsole.exec.opened
:EXEC: channel open
.static org.jvnet.localizer.Localizable
Keyconsole.exec.opening
:Opening exec channel ...
.static org.jvnet.localizer.Localizable
_console_failure
(Object arg0) Keyconsole.failure
:FAILED: Message [{0}]
.static org.jvnet.localizer.Localizable
Keyconsole.message.prefix
:SSH:
.static org.jvnet.localizer.Localizable
Keyconsole.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.Localizable
Keyconsole.session.connected
:Connected
.static org.jvnet.localizer.Localizable
Keyconsole.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.Localizable
Keyconsole.sftp.connected
:Connected
.static org.jvnet.localizer.Localizable
Keyconsole.sftp.connecting
:Connecting SFTP channel ...
.static org.jvnet.localizer.Localizable
Keyconsole.sftp.opened
:SFTP channel open
.static org.jvnet.localizer.Localizable
Keyconsole.sftp.opening
:Opening SFTP channel ...
.static org.jvnet.localizer.Localizable
Keyconsole.success
:OK
.static org.jvnet.localizer.Localizable
Keyconsole.userInfo.returning
:Returning [{0}]
.static org.jvnet.localizer.Localizable
Keyconsole.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.Localizable
Keydescriptor.displayName
:Send build artifacts over SSH
.static org.jvnet.localizer.Localizable
Keydescriptor.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.Localizable
Keydescriptor.sourceOrExec
:Either Source files, Exec command or both must be supplied
.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
Keydescriptor.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.Localizable
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
.static org.jvnet.localizer.Localizable
Keyexception.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.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.entryIsNull
:File system entry was not parsed correctly from server
.static org.jvnet.localizer.Localizable
Keyexception.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.Localizable
Keyexception.disconnect.exec
:Exception when disconnecting exec channel. Message [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.disconnect.session
:Exception when disconnecting session. Message [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.disconnect.sftp
:Exception when disconnecting SFTP. Message [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.exec.connect
:Failed to connect exec channel. Message [{0}]
.static org.jvnet.localizer.Localizable
Keyexception.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.Localizable
Keyexception.exec.timeout
:Exec timed out or was interrupted after {0} ms
.static org.jvnet.localizer.Localizable
Keyexception.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.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
_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.Localizable
Keyexception.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.Localizable
Keyglobal.common.descriptor
:SSH Common Configuration
.static org.jvnet.localizer.Localizable
Keyglobal.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.Localizable
KeyparamPublish.descriptor.displayName
:SSH Param Publish
.static org.jvnet.localizer.Localizable
KeypostBuild.descriptor.displayName
:Send files or execute commands over SSH after the build runs
.static org.jvnet.localizer.Localizable
KeypreBuild.descriptor.displayName
:Send files or execute commands over SSH before the build starts
.static org.jvnet.localizer.Localizable
Keypromotion.descriptor.displayName
:Send build artifacts over SSH
.static org.jvnet.localizer.Localizable
Keypublisher.descriptor.displayName
:SSH Publisher
.static org.jvnet.localizer.Localizable
KeypublisherLabel.descriptor.displayName
:SSH Publisher Label
.static org.jvnet.localizer.Localizable
Keyretry.descriptor.displayName
:SSH Retry
.static org.jvnet.localizer.Localizable
_sftpExec_baseDir
(Object arg0) KeysftpExec.baseDir
:Local workspace directory is [{0}]
.static org.jvnet.localizer.Localizable
KeysftpExec.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.Localizable
KeysftpExec.failedCommand
:Failed command: [{0}]
.static org.jvnet.localizer.Localizable
_sftpExec_get
(Object arg0) KeysftpExec.get
:get [{0}]
.static org.jvnet.localizer.Localizable
KeysftpExec.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.Localizable
KeysftpExec.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.Localizable
KeysftpExec.tooFewArguments
:[{0}]: too few arguments.
.static org.jvnet.localizer.Localizable
KeysftpExec.unsupportedCommand
:Unsupported command [{0}]
.static org.jvnet.localizer.Localizable
Keytransfer.descriptor.displayName
:SSH Transfer
.static String
Keybuilder.descriptor.displayName
:Send files or execute commands over SSH
.static String
console_cd
(Object arg0) Keyconsole.cd
:cd [{0}]
.static String
console_chmod
(Object arg0, Object arg1) Keyconsole.chmod
:chmod [{0} {1}]
.static String
console_exec_completed
(Object arg0) Keyconsole.exec.completed
:EXEC: completed after {0} ms
.static String
Keyconsole.exec.connected
:EXEC: connected
.static String
Keyconsole.exec.connecting
:EXEC: STDOUT/STDERR from command [{0}] ...
.static String
Keyconsole.exec.opened
:EXEC: channel open
.static String
Keyconsole.exec.opening
:Opening exec channel ...
.static String
console_failure
(Object arg0) Keyconsole.failure
:FAILED: Message [{0}]
.static String
Keyconsole.message.prefix
:SSH:
.static String
Keyconsole.message.transferskip
:Transfer {0} skipped
.static String
console_mkdir
(Object arg0) Keyconsole.mkdir
:mkdir [{0}]
.static String
console_put
(Object arg0) Keyconsole.put
:put [{0}]
.static String
Keyconsole.session.connected
:Connected
.static String
Keyconsole.session.connecting
:Connecting session ...
.static String
console_session_creating
(Object arg0, Object arg1, Object arg2) Keyconsole.session.creating
:Creating session: username [{0}], hostname [{1}], port [{2}]
.static String
Keyconsole.sftp.connected
:Connected
.static String
Keyconsole.sftp.connecting
:Connecting SFTP channel ...
.static String
Keyconsole.sftp.opened
:SFTP channel open
.static String
Keyconsole.sftp.opening
:Opening SFTP channel ...
.static String
Keyconsole.success
:OK
.static String
Keyconsole.userInfo.returning
:Returning [{0}]
.static String
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.static String
console_warning
(Object arg0) Keyconsole.warning
:WARNING: Message [{0}]
.static String
Keydescriptor.displayName
:Send build artifacts over SSH
.static String
Keydescriptor.sourceFiles.check.configNotFound
:Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page
.static String
Keydescriptor.sourceOrExec
:Either Source files, Exec command or both must be supplied
.static String
Keydescriptor.testConnection.error
:Failed to connect or change directory
.static String
Keydescriptor.testConnection.ok
:Success
.static String
Keydescriptor.testConnection.sftpError
:Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail
.static String
exception_addIdentity
(Object arg0) Keyexception.addIdentity
:Failed to add SSH key. Message [{0}]
.static String
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
.static String
Keyexception.badTransferConfig.noExec
:An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **
.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.entryIsNull
:File system entry was not parsed correctly from server
.static String
exception_client_rmdir
(Object arg0) Keyexception.client.rmdir
:Failed to delete directory [{0}]
.static String
exception_cwdException
(Object arg0, Object arg1) Keyexception.cwdException
:Exception when changing to directory [{0}]. Message [{1}]
.static String
Keyexception.disconnect.exec
:Exception when disconnecting exec channel. Message [{0}]
.static String
Keyexception.disconnect.session
:Exception when disconnecting session. Message [{0}]
.static String
Keyexception.disconnect.sftp
:Exception when disconnecting SFTP. Message [{0}]
.static String
exception_exec_connect
(Object arg0) Keyexception.exec.connect
:Failed to connect exec channel. Message [{0}]
.static String
Keyexception.exec.exitStatus
:Exec exit status not zero. Status [{0}]
.static String
exception_exec_open
(Object arg0) Keyexception.exec.open
:Failed to open exec channel. Message [{0}]
.static String
exception_exec_timeout
(Object arg0) Keyexception.exec.timeout
:Exec timed out or was interrupted after {0} ms
.static String
Keyexception.failedToCreateClient
:Failed to connect and initialize SSH connection. Message: [{0}]
.static String
exception_pwd
(Object arg0) Keyexception.pwd
:PWD failed. Message: [{0}]
.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
exception_session_connect
(Object arg0, Object arg1) Keyexception.session.connect
:Failed to connect session for config [{0}]. Message [{1}]
.static String
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 String
exception_sftp_connect
(Object arg0) Keyexception.sftp.connect
:Failed to connect SFTP channel. Message [{0}]
.static String
exception_sftp_open
(Object arg0) Keyexception.sftp.open
:Failed to open SFTP channel. Message [{0}]
.static String
Keyglobal.common.descriptor
:SSH Common Configuration
.static String
Keyglobal.hostconfig.descriptor
:SSH Host Configuration
.static String
log_sftp_stat
(Object arg0, Object arg1) Keylog.sftp.stat
:Failed to stat directory [{0}]. Message [{1}]
.static String
KeyparamPublish.descriptor.displayName
:SSH Param Publish
.static String
KeypostBuild.descriptor.displayName
:Send files or execute commands over SSH after the build runs
.static String
KeypreBuild.descriptor.displayName
:Send files or execute commands over SSH before the build starts
.static String
Keypromotion.descriptor.displayName
:Send build artifacts over SSH
.static String
Keypublisher.descriptor.displayName
:SSH Publisher
.static String
KeypublisherLabel.descriptor.displayName
:SSH Publisher Label
.static String
Keyretry.descriptor.displayName
:SSH Retry
.static String
sftpExec_baseDir
(Object arg0) KeysftpExec.baseDir
:Local workspace directory is [{0}]
.static String
KeysftpExec.deleteDirectory
:rmdir [{0}] ...
.static String
sftpExec_deleteFile
(Object arg0) KeysftpExec.deleteFile
:rm [{0}] ...
.static String
sftpExec_display
(Object arg0) KeysftpExec.display
:{0}
.static String
sftpExec_failedCommand
(Object arg0) KeysftpExec.failedCommand
:Failed command: [{0}]
.static String
sftpExec_get
(Object arg0) KeysftpExec.get
:get [{0}]
.static String
KeysftpExec.getArgumentsEmpty
:You must specify at least one path after a get command.
.static String
sftpExec_getEmpty
(Object arg0) KeysftpExec.getEmpty
:Nothing to get [{0}]
.static String
sftpExec_getFile
(Object arg0) KeysftpExec.getFile
:Getting file [{0}]
.static String
sftpExec_hardlink
(Object arg0, Object arg1) KeysftpExec.hardlink
:ln [{0}] [{1}]
.static String
sftpExec_isDirectory
(Object arg0) KeysftpExec.isDirectory
:Cannot download non-regular file: [{0}]
.static String
sftpExec_lcd
(Object arg0) KeysftpExec.lcd
:lcd [{0}]
.static String
sftpExec_ls
(Object arg0) KeysftpExec.ls
:ls [{0}]
.static String
sftpExec_lsEmpty
(Object arg0) KeysftpExec.lsEmpty
:Nothing to list [{0}]
.static String
KeysftpExec.showRemotePath
:Remote path is [{0}]
.static String
sftpExec_symlink
(Object arg0, Object arg1) KeysftpExec.symlink
:symlink [{0}] [{1}]
.static String
KeysftpExec.tooFewArguments
:[{0}]: too few arguments.
.static String
KeysftpExec.unsupportedCommand
:Unsupported command [{0}]
.static String
Keytransfer.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}] ...
-