jenkins.plugins.publish_over_cifs
Class Messages

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

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _builder_descriptor_displayName()
          Send files to a windows share
static org.jvnet.localizer.Localizable _console_clean(java.lang.Object arg1)
          cleaning [{0}]
static org.jvnet.localizer.Localizable _console_config_noWins()
          Removing WINS from name resolution
static org.jvnet.localizer.Localizable _console_config_soTimeout(java.lang.Object arg1)
          Setting socket timeout [{0}]
static org.jvnet.localizer.Localizable _console_config_timout(java.lang.Object arg1)
          Setting response timeout [{0}]
static org.jvnet.localizer.Localizable _console_config_wins(java.lang.Object arg1)
          Setting WINS server [{0}]
static org.jvnet.localizer.Localizable _console_copy(java.lang.Object arg1)
          copy [{0}]
static org.jvnet.localizer.Localizable _console_delete(java.lang.Object arg1)
          del [{0}]
static org.jvnet.localizer.Localizable _console_message_prefix()
          CIFS:
static org.jvnet.localizer.Localizable _console_mkdir(java.lang.Object arg1)
          mkdir [{0}]
static org.jvnet.localizer.Localizable _descriptor_displayName()
          Send build artifacts to a windows share
static org.jvnet.localizer.Localizable _descriptor_testConnection_error()
          Cannot read share (or directory on share)
static org.jvnet.localizer.Localizable _descriptor_testConnection_ok()
          Success
static org.jvnet.localizer.Localizable _exception_cannotReadShare(java.lang.Object arg1)
          The share or directory is not readable [{0}]
static org.jvnet.localizer.Localizable _exception_encode_cce(java.lang.Object arg1)
          Failed to encode user credentials, Message [{0}]
static org.jvnet.localizer.Localizable _exception_hostnameRequired()
          Servername is required
static org.jvnet.localizer.Localizable _exception_jCifsException_canRead(java.lang.Object arg1, java.lang.Object arg2)
          Exception when checking whether can read directory.
static org.jvnet.localizer.Localizable _exception_jCifsException_delete(java.lang.Object arg1, java.lang.Object arg2)
          Failed to delete URL [{0}], Message: [{1}]
static org.jvnet.localizer.Localizable _exception_jCifsException_exists(java.lang.Object arg1, java.lang.Object arg2)
          Exception when testing for the existence of directory.
static org.jvnet.localizer.Localizable _exception_jCifsException_listFiles(java.lang.Object arg1, java.lang.Object arg2)
          Failed to listFiles at [{0}], Message: [{1}]
static org.jvnet.localizer.Localizable _exception_jCifsException_mkdirs(java.lang.Object arg1, java.lang.Object arg2)
          Failed to make directories URL [{0}], Message: [{1}]
static org.jvnet.localizer.Localizable _exception_jCifsException_testConfig(java.lang.Object arg1, java.lang.Object arg2)
          Exception when testing config.
static org.jvnet.localizer.Localizable _exception_listFilesReturnedNull(java.lang.Object arg1)
          ListFiles was null.
static org.jvnet.localizer.Localizable _exception_maformedUrlException(java.lang.Object arg1)
          MalformedUrlException caught from URL [{0}]
static org.jvnet.localizer.Localizable _exception_mkdir_directoryExists(java.lang.Object arg1)
          Directory already exists [{0}]
static org.jvnet.localizer.Localizable _exception_noSourceFiles()
          A Transfer Set must contain Source files - if you really want to include everything, set Source files to **/ or **\
static org.jvnet.localizer.Localizable _exception_shareNotExist(java.lang.Object arg1)
          The share or directory does not exist [{0}]
static org.jvnet.localizer.Localizable _exception_shareRequired()
          Sharename is required
static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()
          Send build artifacts to a windows share
static org.jvnet.localizer.Localizable _winsNodeProperty_descriptor_displayName()
          Publish Over CIFS
static java.lang.String builder_descriptor_displayName()
          Send files to a windows share
static java.lang.String console_clean(java.lang.Object arg1)
          cleaning [{0}]
static java.lang.String console_config_noWins()
          Removing WINS from name resolution
static java.lang.String console_config_soTimeout(java.lang.Object arg1)
          Setting socket timeout [{0}]
static java.lang.String console_config_timout(java.lang.Object arg1)
          Setting response timeout [{0}]
static java.lang.String console_config_wins(java.lang.Object arg1)
          Setting WINS server [{0}]
static java.lang.String console_copy(java.lang.Object arg1)
          copy [{0}]
static java.lang.String console_delete(java.lang.Object arg1)
          del [{0}]
static java.lang.String console_message_prefix()
          CIFS:
static java.lang.String console_mkdir(java.lang.Object arg1)
          mkdir [{0}]
static java.lang.String descriptor_displayName()
          Send build artifacts to a windows share
static java.lang.String descriptor_testConnection_error()
          Cannot read share (or directory on share)
static java.lang.String descriptor_testConnection_ok()
          Success
static java.lang.String exception_cannotReadShare(java.lang.Object arg1)
          The share or directory is not readable [{0}]
static java.lang.String exception_encode_cce(java.lang.Object arg1)
          Failed to encode user credentials, Message [{0}]
static java.lang.String exception_hostnameRequired()
          Servername is required
static java.lang.String exception_jCifsException_canRead(java.lang.Object arg1, java.lang.Object arg2)
          Exception when checking whether can read directory.
static java.lang.String exception_jCifsException_delete(java.lang.Object arg1, java.lang.Object arg2)
          Failed to delete URL [{0}], Message: [{1}]
static java.lang.String exception_jCifsException_exists(java.lang.Object arg1, java.lang.Object arg2)
          Exception when testing for the existence of directory.
static java.lang.String exception_jCifsException_listFiles(java.lang.Object arg1, java.lang.Object arg2)
          Failed to listFiles at [{0}], Message: [{1}]
static java.lang.String exception_jCifsException_mkdirs(java.lang.Object arg1, java.lang.Object arg2)
          Failed to make directories URL [{0}], Message: [{1}]
static java.lang.String exception_jCifsException_testConfig(java.lang.Object arg1, java.lang.Object arg2)
          Exception when testing config.
static java.lang.String exception_listFilesReturnedNull(java.lang.Object arg1)
          ListFiles was null.
static java.lang.String exception_maformedUrlException(java.lang.Object arg1)
          MalformedUrlException caught from URL [{0}]
static java.lang.String exception_mkdir_directoryExists(java.lang.Object arg1)
          Directory already exists [{0}]
static java.lang.String exception_noSourceFiles()
          A Transfer Set must contain Source files - if you really want to include everything, set Source files to **/ or **\
static java.lang.String exception_shareNotExist(java.lang.Object arg1)
          The share or directory does not exist [{0}]
static java.lang.String exception_shareRequired()
          Sharename is required
static java.lang.String promotion_descriptor_displayName()
          Send build artifacts to a windows share
static java.lang.String winsNodeProperty_descriptor_displayName()
          Publish Over CIFS
 
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_jCifsException_listFiles

public static java.lang.String exception_jCifsException_listFiles(java.lang.Object arg1,
                                                                  java.lang.Object arg2)
Failed to listFiles at [{0}], Message: [{1}]


_exception_jCifsException_listFiles

public static org.jvnet.localizer.Localizable _exception_jCifsException_listFiles(java.lang.Object arg1,
                                                                                  java.lang.Object arg2)
Failed to listFiles at [{0}], Message: [{1}]


console_copy

public static java.lang.String console_copy(java.lang.Object arg1)
copy [{0}]


_console_copy

public static org.jvnet.localizer.Localizable _console_copy(java.lang.Object arg1)
copy [{0}]


exception_shareRequired

public static java.lang.String exception_shareRequired()
Sharename is required


_exception_shareRequired

public static org.jvnet.localizer.Localizable _exception_shareRequired()
Sharename is required


exception_maformedUrlException

public static java.lang.String exception_maformedUrlException(java.lang.Object arg1)
MalformedUrlException caught from URL [{0}]


_exception_maformedUrlException

public static org.jvnet.localizer.Localizable _exception_maformedUrlException(java.lang.Object arg1)
MalformedUrlException caught from URL [{0}]


exception_jCifsException_canRead

public static java.lang.String exception_jCifsException_canRead(java.lang.Object arg1,
                                                                java.lang.Object arg2)
Exception when checking whether can read directory. URL [{0}], Message: [{1}]


_exception_jCifsException_canRead

public static org.jvnet.localizer.Localizable _exception_jCifsException_canRead(java.lang.Object arg1,
                                                                                java.lang.Object arg2)
Exception when checking whether can read directory. URL [{0}], Message: [{1}]


console_config_wins

public static java.lang.String console_config_wins(java.lang.Object arg1)
Setting WINS server [{0}]


_console_config_wins

public static org.jvnet.localizer.Localizable _console_config_wins(java.lang.Object arg1)
Setting WINS server [{0}]


exception_noSourceFiles

public static java.lang.String exception_noSourceFiles()
A 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()
A Transfer Set must contain Source files - if you really want to include everything, set Source files to **/ or **\


exception_jCifsException_exists

public static java.lang.String exception_jCifsException_exists(java.lang.Object arg1,
                                                               java.lang.Object arg2)
Exception when testing for the existence of directory. URL [{0}], Message: [{1}]


_exception_jCifsException_exists

public static org.jvnet.localizer.Localizable _exception_jCifsException_exists(java.lang.Object arg1,
                                                                               java.lang.Object arg2)
Exception when testing for the existence of directory. URL [{0}], Message: [{1}]


builder_descriptor_displayName

public static java.lang.String builder_descriptor_displayName()
Send files to a windows share


_builder_descriptor_displayName

public static org.jvnet.localizer.Localizable _builder_descriptor_displayName()
Send files to a windows share


exception_jCifsException_mkdirs

public static java.lang.String exception_jCifsException_mkdirs(java.lang.Object arg1,
                                                               java.lang.Object arg2)
Failed to make directories URL [{0}], Message: [{1}]


_exception_jCifsException_mkdirs

public static org.jvnet.localizer.Localizable _exception_jCifsException_mkdirs(java.lang.Object arg1,
                                                                               java.lang.Object arg2)
Failed to make directories URL [{0}], Message: [{1}]


exception_shareNotExist

public static java.lang.String exception_shareNotExist(java.lang.Object arg1)
The share or directory does not exist [{0}]


_exception_shareNotExist

public static org.jvnet.localizer.Localizable _exception_shareNotExist(java.lang.Object arg1)
The share or directory does not exist [{0}]


exception_jCifsException_testConfig

public static java.lang.String exception_jCifsException_testConfig(java.lang.Object arg1,
                                                                   java.lang.Object arg2)
Exception when testing config. URL [{0}], Message: [{1}]


_exception_jCifsException_testConfig

public static org.jvnet.localizer.Localizable _exception_jCifsException_testConfig(java.lang.Object arg1,
                                                                                   java.lang.Object arg2)
Exception when testing config. URL [{0}], Message: [{1}]


exception_jCifsException_delete

public static java.lang.String exception_jCifsException_delete(java.lang.Object arg1,
                                                               java.lang.Object arg2)
Failed to delete URL [{0}], Message: [{1}]


_exception_jCifsException_delete

public static org.jvnet.localizer.Localizable _exception_jCifsException_delete(java.lang.Object arg1,
                                                                               java.lang.Object arg2)
Failed to delete URL [{0}], Message: [{1}]


exception_listFilesReturnedNull

public static java.lang.String exception_listFilesReturnedNull(java.lang.Object arg1)
ListFiles was null. URL [{0}]


_exception_listFilesReturnedNull

public static org.jvnet.localizer.Localizable _exception_listFilesReturnedNull(java.lang.Object arg1)
ListFiles was null. URL [{0}]


console_delete

public static java.lang.String console_delete(java.lang.Object arg1)
del [{0}]


_console_delete

public static org.jvnet.localizer.Localizable _console_delete(java.lang.Object arg1)
del [{0}]


exception_hostnameRequired

public static java.lang.String exception_hostnameRequired()
Servername is required


_exception_hostnameRequired

public static org.jvnet.localizer.Localizable _exception_hostnameRequired()
Servername is required


exception_encode_cce

public static java.lang.String exception_encode_cce(java.lang.Object arg1)
Failed to encode user credentials, Message [{0}]


_exception_encode_cce

public static org.jvnet.localizer.Localizable _exception_encode_cce(java.lang.Object arg1)
Failed to encode user credentials, 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


console_config_noWins

public static java.lang.String console_config_noWins()
Removing WINS from name resolution


_console_config_noWins

public static org.jvnet.localizer.Localizable _console_config_noWins()
Removing WINS from name resolution


console_config_timout

public static java.lang.String console_config_timout(java.lang.Object arg1)
Setting response timeout [{0}]


_console_config_timout

public static org.jvnet.localizer.Localizable _console_config_timout(java.lang.Object arg1)
Setting response timeout [{0}]


exception_mkdir_directoryExists

public static java.lang.String exception_mkdir_directoryExists(java.lang.Object arg1)
Directory already exists [{0}]


_exception_mkdir_directoryExists

public static org.jvnet.localizer.Localizable _exception_mkdir_directoryExists(java.lang.Object arg1)
Directory already exists [{0}]


console_config_soTimeout

public static java.lang.String console_config_soTimeout(java.lang.Object arg1)
Setting socket timeout [{0}]


_console_config_soTimeout

public static org.jvnet.localizer.Localizable _console_config_soTimeout(java.lang.Object arg1)
Setting socket timeout [{0}]


descriptor_displayName

public static java.lang.String descriptor_displayName()
Send build artifacts to a windows share


_descriptor_displayName

public static org.jvnet.localizer.Localizable _descriptor_displayName()
Send build artifacts to a windows share


console_clean

public static java.lang.String console_clean(java.lang.Object arg1)
cleaning [{0}]


_console_clean

public static org.jvnet.localizer.Localizable _console_clean(java.lang.Object arg1)
cleaning [{0}]


exception_cannotReadShare

public static java.lang.String exception_cannotReadShare(java.lang.Object arg1)
The share or directory is not readable [{0}]


_exception_cannotReadShare

public static org.jvnet.localizer.Localizable _exception_cannotReadShare(java.lang.Object arg1)
The share or directory is not readable [{0}]


console_mkdir

public static java.lang.String console_mkdir(java.lang.Object arg1)
mkdir [{0}]


_console_mkdir

public static org.jvnet.localizer.Localizable _console_mkdir(java.lang.Object arg1)
mkdir [{0}]


descriptor_testConnection_error

public static java.lang.String descriptor_testConnection_error()
Cannot read share (or directory on share)


_descriptor_testConnection_error

public static org.jvnet.localizer.Localizable _descriptor_testConnection_error()
Cannot read share (or directory on share)


console_message_prefix

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


_console_message_prefix

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


promotion_descriptor_displayName

public static java.lang.String promotion_descriptor_displayName()
Send build artifacts to a windows share


_promotion_descriptor_displayName

public static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()
Send build artifacts to a windows share


winsNodeProperty_descriptor_displayName

public static java.lang.String winsNodeProperty_descriptor_displayName()
Publish Over CIFS


_winsNodeProperty_descriptor_displayName

public static org.jvnet.localizer.Localizable _winsNodeProperty_descriptor_displayName()
Publish Over CIFS



Copyright © 2011. All Rights Reserved.