jenkins.plugins.publish_over_ftp
Class Messages

java.lang.Object
  extended by jenkins.plugins.publish_over_ftp.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _console_loggedInShowingCommunication()
          Logged in, command printing enabled
static org.jvnet.localizer.Localizable _console_logInHidingCommunication()
          Logging in, command printing disabled
static org.jvnet.localizer.Localizable _console_message_prefix()
          FTP:
static org.jvnet.localizer.Localizable _console_usingPwd()
          Remote root is not absolute, getting absolute directory from PWD
static org.jvnet.localizer.Localizable _descriptor_displayName()
          Send build artifacts over FTP
static org.jvnet.localizer.Localizable _descriptor_testConnection_error()
          Failed to connect or change directory
static org.jvnet.localizer.Localizable _descriptor_testConnection_ok()
          Success
static org.jvnet.localizer.Localizable _exception_client_cdup()
          Failed to change to parent directory
static org.jvnet.localizer.Localizable _exception_client_dele(java.lang.Object arg1)
          Failed to delete file [{0}]
static org.jvnet.localizer.Localizable _exception_client_fileIsNull()
          Failed parse a file entry returned from the server
static org.jvnet.localizer.Localizable _exception_client_listParserNull()
          Failed to get a list of files from the server
static org.jvnet.localizer.Localizable _exception_client_rmdir(java.lang.Object arg1)
          Failed to delete directory [{0}]
static org.jvnet.localizer.Localizable _exception_connectFailed(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
static org.jvnet.localizer.Localizable _exception_cwdException(java.lang.Object arg1)
          Exception when changing to FTP directory [{0}]
static org.jvnet.localizer.Localizable _exception_exceptionOnDisconnect(java.lang.Object arg1)
          Exception when disconnecting from server.
static org.jvnet.localizer.Localizable _exception_exceptionSettingTransferMode()
          Failed to set FTP transfer mode
static org.jvnet.localizer.Localizable _exception_failedToCreateClient(java.lang.Object arg1)
          Failed to connect and initialize FTP connection.
static org.jvnet.localizer.Localizable _exception_failedToSetTransferMode(java.lang.Object arg1)
          Failed to set FTP transfer mode.
static org.jvnet.localizer.Localizable _exception_failedToStoreFile(java.lang.Object arg1)
          Could not write file.
static org.jvnet.localizer.Localizable _exception_logInFailed(java.lang.Object arg1)
          Failed to log in with username [{0}] - check username and password
static org.jvnet.localizer.Localizable _exception_mkdirException(java.lang.Object arg1)
          Exception when making FTP directory [{0}]
static org.jvnet.localizer.Localizable _exception_noSourceFiles()
          An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **/* or **\*
static org.jvnet.localizer.Localizable _exception_pwdNotAbsolute(java.lang.Object arg1)
          PWD [{0}] did not return an absolute path.
static org.jvnet.localizer.Localizable _hostconfig_descriptor()
          FTP Host Configuration
static org.jvnet.localizer.Localizable _log_disconnectQuietly()
          Exception disconnecting
static org.jvnet.localizer.Localizable _paramPublish_descriptor_displayName()
          FTP Param Publish
static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()
          Send build artifacts over FTP
static org.jvnet.localizer.Localizable _publisher_descriptor_displayName()
          FTP Publisher
static org.jvnet.localizer.Localizable _publisherLabel_descriptor_displayName()
          FTP Publisher Label
static org.jvnet.localizer.Localizable _retry_descriptor_displayName()
          FTP Retry
static org.jvnet.localizer.Localizable _transfer_descriptor_displayName()
          FTP Transfer
static java.lang.String console_loggedInShowingCommunication()
          Logged in, command printing enabled
static java.lang.String console_logInHidingCommunication()
          Logging in, command printing disabled
static java.lang.String console_message_prefix()
          FTP:
static java.lang.String console_usingPwd()
          Remote root is not absolute, getting absolute directory from PWD
static java.lang.String descriptor_displayName()
          Send build artifacts over FTP
static java.lang.String descriptor_testConnection_error()
          Failed to connect or change directory
static java.lang.String descriptor_testConnection_ok()
          Success
static java.lang.String exception_client_cdup()
          Failed to change to parent directory
static java.lang.String exception_client_dele(java.lang.Object arg1)
          Failed to delete file [{0}]
static java.lang.String exception_client_fileIsNull()
          Failed parse a file entry returned from the server
static java.lang.String exception_client_listParserNull()
          Failed to get a list of files from the server
static java.lang.String exception_client_rmdir(java.lang.Object arg1)
          Failed to delete directory [{0}]
static java.lang.String exception_connectFailed(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
static java.lang.String exception_cwdException(java.lang.Object arg1)
          Exception when changing to FTP directory [{0}]
static java.lang.String exception_exceptionOnDisconnect(java.lang.Object arg1)
          Exception when disconnecting from server.
static java.lang.String exception_exceptionSettingTransferMode()
          Failed to set FTP transfer mode
static java.lang.String exception_failedToCreateClient(java.lang.Object arg1)
          Failed to connect and initialize FTP connection.
static java.lang.String exception_failedToSetTransferMode(java.lang.Object arg1)
          Failed to set FTP transfer mode.
static java.lang.String exception_failedToStoreFile(java.lang.Object arg1)
          Could not write file.
static java.lang.String exception_logInFailed(java.lang.Object arg1)
          Failed to log in with username [{0}] - check username and password
static java.lang.String exception_mkdirException(java.lang.Object arg1)
          Exception when making FTP directory [{0}]
static java.lang.String exception_noSourceFiles()
          An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **/* or **\*
static java.lang.String exception_pwdNotAbsolute(java.lang.Object arg1)
          PWD [{0}] did not return an absolute path.
static java.lang.String hostconfig_descriptor()
          FTP Host Configuration
static java.lang.String log_disconnectQuietly()
          Exception disconnecting
static java.lang.String paramPublish_descriptor_displayName()
          FTP Param Publish
static java.lang.String promotion_descriptor_displayName()
          Send build artifacts over FTP
static java.lang.String publisher_descriptor_displayName()
          FTP Publisher
static java.lang.String publisherLabel_descriptor_displayName()
          FTP Publisher Label
static java.lang.String retry_descriptor_displayName()
          FTP Retry
static java.lang.String transfer_descriptor_displayName()
          FTP Transfer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

exception_connectFailed

public static java.lang.String exception_connectFailed(java.lang.Object arg1,
                                                       java.lang.Object arg2,
                                                       java.lang.Object arg3)
Failed to connect to host [{0}] on port [{1}] - got response code [{2}]


_exception_connectFailed

public static org.jvnet.localizer.Localizable _exception_connectFailed(java.lang.Object arg1,
                                                                       java.lang.Object arg2,
                                                                       java.lang.Object arg3)
Failed to connect to host [{0}] on port [{1}] - got response code [{2}]


exception_exceptionOnDisconnect

public static java.lang.String exception_exceptionOnDisconnect(java.lang.Object arg1)
Exception when disconnecting from server. Message [{0}]


_exception_exceptionOnDisconnect

public static org.jvnet.localizer.Localizable _exception_exceptionOnDisconnect(java.lang.Object arg1)
Exception when disconnecting from server. Message [{0}]


exception_client_fileIsNull

public static java.lang.String exception_client_fileIsNull()
Failed parse a file entry returned from the server


_exception_client_fileIsNull

public static org.jvnet.localizer.Localizable _exception_client_fileIsNull()
Failed parse a file entry returned from the server


exception_failedToStoreFile

public static java.lang.String exception_failedToStoreFile(java.lang.Object arg1)
Could not write file. Server message: [{0}]


_exception_failedToStoreFile

public static org.jvnet.localizer.Localizable _exception_failedToStoreFile(java.lang.Object arg1)
Could not write file. Server message: [{0}]


exception_pwdNotAbsolute

public static java.lang.String exception_pwdNotAbsolute(java.lang.Object arg1)
PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path


_exception_pwdNotAbsolute

public static org.jvnet.localizer.Localizable _exception_pwdNotAbsolute(java.lang.Object arg1)
PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path


hostconfig_descriptor

public static java.lang.String hostconfig_descriptor()
FTP Host Configuration


_hostconfig_descriptor

public static org.jvnet.localizer.Localizable _hostconfig_descriptor()
FTP Host Configuration


exception_noSourceFiles

public static java.lang.String exception_noSourceFiles()
An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **/* or **\*


_exception_noSourceFiles

public static org.jvnet.localizer.Localizable _exception_noSourceFiles()
An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **/* or **\*


console_usingPwd

public static java.lang.String console_usingPwd()
Remote root is not absolute, getting absolute directory from PWD


_console_usingPwd

public static org.jvnet.localizer.Localizable _console_usingPwd()
Remote root is not absolute, getting absolute directory from PWD


exception_failedToSetTransferMode

public static java.lang.String exception_failedToSetTransferMode(java.lang.Object arg1)
Failed to set FTP transfer mode. Server message: [{0}]


_exception_failedToSetTransferMode

public static org.jvnet.localizer.Localizable _exception_failedToSetTransferMode(java.lang.Object arg1)
Failed to set FTP transfer mode. Server message: [{0}]


descriptor_testConnection_ok

public static java.lang.String descriptor_testConnection_ok()
Success


_descriptor_testConnection_ok

public static org.jvnet.localizer.Localizable _descriptor_testConnection_ok()
Success


exception_logInFailed

public static java.lang.String exception_logInFailed(java.lang.Object arg1)
Failed to log in with username [{0}] - check username and password


_exception_logInFailed

public static org.jvnet.localizer.Localizable _exception_logInFailed(java.lang.Object arg1)
Failed to log in with username [{0}] - check username and password


console_logInHidingCommunication

public static java.lang.String console_logInHidingCommunication()
Logging in, command printing disabled


_console_logInHidingCommunication

public static org.jvnet.localizer.Localizable _console_logInHidingCommunication()
Logging in, command printing disabled


paramPublish_descriptor_displayName

public static java.lang.String paramPublish_descriptor_displayName()
FTP Param Publish


_paramPublish_descriptor_displayName

public static org.jvnet.localizer.Localizable _paramPublish_descriptor_displayName()
FTP Param Publish


exception_mkdirException

public static java.lang.String exception_mkdirException(java.lang.Object arg1)
Exception when making FTP directory [{0}]


_exception_mkdirException

public static org.jvnet.localizer.Localizable _exception_mkdirException(java.lang.Object arg1)
Exception when making FTP directory [{0}]


publisher_descriptor_displayName

public static java.lang.String publisher_descriptor_displayName()
FTP Publisher


_publisher_descriptor_displayName

public static org.jvnet.localizer.Localizable _publisher_descriptor_displayName()
FTP Publisher


descriptor_displayName

public static java.lang.String descriptor_displayName()
Send build artifacts over FTP


_descriptor_displayName

public static org.jvnet.localizer.Localizable _descriptor_displayName()
Send build artifacts over FTP


console_loggedInShowingCommunication

public static java.lang.String console_loggedInShowingCommunication()
Logged in, command printing enabled


_console_loggedInShowingCommunication

public static org.jvnet.localizer.Localizable _console_loggedInShowingCommunication()
Logged in, command printing enabled


transfer_descriptor_displayName

public static java.lang.String transfer_descriptor_displayName()
FTP Transfer


_transfer_descriptor_displayName

public static org.jvnet.localizer.Localizable _transfer_descriptor_displayName()
FTP Transfer


exception_cwdException

public static java.lang.String exception_cwdException(java.lang.Object arg1)
Exception when changing to FTP directory [{0}]


_exception_cwdException

public static org.jvnet.localizer.Localizable _exception_cwdException(java.lang.Object arg1)
Exception when changing to FTP directory [{0}]


exception_client_dele

public static java.lang.String exception_client_dele(java.lang.Object arg1)
Failed to delete file [{0}]


_exception_client_dele

public static org.jvnet.localizer.Localizable _exception_client_dele(java.lang.Object arg1)
Failed to delete file [{0}]


descriptor_testConnection_error

public static java.lang.String descriptor_testConnection_error()
Failed to connect or change directory


_descriptor_testConnection_error

public static org.jvnet.localizer.Localizable _descriptor_testConnection_error()
Failed to connect or change directory


retry_descriptor_displayName

public static java.lang.String retry_descriptor_displayName()
FTP Retry


_retry_descriptor_displayName

public static org.jvnet.localizer.Localizable _retry_descriptor_displayName()
FTP Retry


publisherLabel_descriptor_displayName

public static java.lang.String publisherLabel_descriptor_displayName()
FTP Publisher Label


_publisherLabel_descriptor_displayName

public static org.jvnet.localizer.Localizable _publisherLabel_descriptor_displayName()
FTP Publisher Label


console_message_prefix

public static java.lang.String console_message_prefix()
FTP:


_console_message_prefix

public static org.jvnet.localizer.Localizable _console_message_prefix()
FTP:


exception_client_rmdir

public static java.lang.String exception_client_rmdir(java.lang.Object arg1)
Failed to delete directory [{0}]


_exception_client_rmdir

public static org.jvnet.localizer.Localizable _exception_client_rmdir(java.lang.Object arg1)
Failed to delete directory [{0}]


exception_failedToCreateClient

public static java.lang.String exception_failedToCreateClient(java.lang.Object arg1)
Failed to connect and initialize FTP connection. Message: [{0}]


_exception_failedToCreateClient

public static org.jvnet.localizer.Localizable _exception_failedToCreateClient(java.lang.Object arg1)
Failed to connect and initialize FTP connection. Message: [{0}]


exception_client_cdup

public static java.lang.String exception_client_cdup()
Failed to change to parent directory


_exception_client_cdup

public static org.jvnet.localizer.Localizable _exception_client_cdup()
Failed to change to parent directory


promotion_descriptor_displayName

public static java.lang.String promotion_descriptor_displayName()
Send build artifacts over FTP


_promotion_descriptor_displayName

public static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()
Send build artifacts over FTP


exception_exceptionSettingTransferMode

public static java.lang.String exception_exceptionSettingTransferMode()
Failed to set FTP transfer mode


_exception_exceptionSettingTransferMode

public static org.jvnet.localizer.Localizable _exception_exceptionSettingTransferMode()
Failed to set FTP transfer mode


log_disconnectQuietly

public static java.lang.String log_disconnectQuietly()
Exception disconnecting


_log_disconnectQuietly

public static org.jvnet.localizer.Localizable _log_disconnectQuietly()
Exception disconnecting


exception_client_listParserNull

public static java.lang.String exception_client_listParserNull()
Failed to get a list of files from the server


_exception_client_listParserNull

public static org.jvnet.localizer.Localizable _exception_client_listParserNull()
Failed to get a list of files from the server



Copyright © 2011. All Rights Reserved.