Package jenkins.plugins.publish_over
Class Messages
java.lang.Object
jenkins.plugins.publish_over.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.Localizable_console_connecting(Object arg0) Keyconsole.connecting:Connecting with configuration [{0}] ....static org.jvnet.localizer.Localizable_console_disconnecting(Object arg0) Keyconsole.disconnecting:Disconnecting configuration [{0}] ....static org.jvnet.localizer.Localizable_console_notPerforming(Object arg0) Keyconsole.notPerforming:Current build result is [{0}], not going to run..static org.jvnet.localizer.Localizable_console_paramPublish_match(Object arg0, Object arg1, Object arg2) Keyconsole.paramPublish.match:Publishing to [{2}] - Label [{0}] matches expression [{1}].static org.jvnet.localizer.Localizable_console_paramPublish_skip(Object arg0, Object arg1, Object arg2) Keyconsole.paramPublish.skip:Skipping [{2}] - Label [{0}] does not match expression [{1}].static org.jvnet.localizer.LocalizableKeyconsole.publishFromHost.message:Connecting from host [{0}].static org.jvnet.localizer.LocalizableKeyconsole.publishFromHost.unknown:Failed to get hostname [{0}].static org.jvnet.localizer.Localizable_console_retryDelay(Object arg0, Object arg1) Keyconsole.retryDelay:Caught exception [{0}] Sleeping for [{1}]ms before trying again.static org.jvnet.localizer.LocalizableKeyconsole.transferredXFiles:Transferred {0} file(s).static org.jvnet.localizer.Localizable_exception_badDateFormat(Object arg0, Object arg1) Keyexception.badDateFormat:Could not create a date format from [{0}] exception message [{1}].static org.jvnet.localizer.LocalizableKeyexception.baseDirectoryNotExist:The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?.static org.jvnet.localizer.LocalizableKeyexception.cwdRemoteRoot:Failed to change to remote directory [{0}].static org.jvnet.localizer.LocalizableKeyexception.failedToCreateDirectory:Could not create or change to directory. Directory [{0}].static org.jvnet.localizer.LocalizableKeyexception.failedToFindConfiguration:Failed to find configuration named [{0}] check the global configuration.static org.jvnet.localizer.LocalizableKeyexception.failedToGetEnvVars:Failed to get Environment Vars from build.static org.jvnet.localizer.LocalizableKeyexception.failedToGetHostName:Failed to get host name.static org.jvnet.localizer.LocalizableKeyexception.failedToGetPromotedBuild:Build is a Promotion, but failed to get the original build.static org.jvnet.localizer.LocalizableKeyexception.flattenModeDuplicateFileName:Duplicate filename detected in flatten mode. Filename [{0}].static org.jvnet.localizer.Localizable_exception_invokeList(Object arg0, Object arg1) Keyexception.invokeList:Exception calling FilePath.list. includes [{0}], excludes [{1}].static org.jvnet.localizer.Localizable_exception_invokeListNoDefaultExcludes(Object arg0, Object arg1, Object arg2) Keyexception.invokeListNoDefaultExcludes:Exception calling FilePath.list. includes [{0}], excludes [{1}], noDefaultExcludes [{2}].static org.jvnet.localizer.LocalizableKeyexception.normalizeDirectory:Failed to normalize base directory baseDirectory [{0}].static org.jvnet.localizer.Localizable_exception_paramPublish_badPattern(Object arg0, Object arg1, Object arg2) Keyexception.paramPublish.badPattern:Bad regular expression. Parameter name [{0}], value [{1}], message [{2}].static org.jvnet.localizer.LocalizableKeyexception.paramPublish.noParameter:Failed to find parameter named [{0}].static org.jvnet.localizer.Localizable_exception_readFile(Object arg0, Object arg1) Keyexception.readFile:Failed to read file - filename [{0}] (relative to JENKINS_HOME if not absolute). Message: [{1}].static org.jvnet.localizer.LocalizableKeyexception.remoteCallException:Exception when publishing, exception message [{0}].static org.jvnet.localizer.Localizable_exception_removePrefix_noMatch(Object arg0, Object arg1) Keyexception.removePrefix.noMatch:Failed to remove prefix from file named [{0}]. Prefix [{1}] must be present in all file paths.static org.jvnet.localizer.LocalizableKeyexception.retryDelayInterrupted:Interrupted whilst sleeping before retry.static org.jvnet.localizer.LocalizableKeylog.envVars.head:Environment Variables.static org.jvnet.localizer.Localizable_log_envVars_pair(Object arg0, Object arg1) Keylog.envVars.pair:** {0}={1}.static org.jvnet.localizer.LocalizableKeylog.exceptionCaught.retrying:Exception caught. Retrying..static org.jvnet.localizer.LocalizableKeylog.exceptionInPerform:An exception was caught when invoking perform.static org.jvnet.localizer.Localizable_log_excludes(Object arg0, Object arg1) Keylog.excludes:Excludes: configured [{0}], actual [{1}].static org.jvnet.localizer.Localizable_log_pathToFile(Object arg0, Object arg1) Keylog.pathToFile:Relative path to file [{0}] is [{1}].static org.jvnet.localizer.Localizable_log_sourceFiles(Object arg0, Object arg1) Keylog.sourceFiles:Source files: configured [{0}], actual [{1}].static org.jvnet.localizer.LocalizableKeyvalidator.optionalIP:Optional. Leave empty or enter an IP address (v4).static org.jvnet.localizer.LocalizableKeyvalidator.regularExpression:Must be a valid Java regular expression - {0}.static org.jvnet.localizer.Localizable_validator_safeName(Object arg0) Keyvalidator.safeName:Required. Cannot contain {0}.static Stringconsole_connecting(Object arg0) Keyconsole.connecting:Connecting with configuration [{0}] ....static Stringconsole_disconnecting(Object arg0) Keyconsole.disconnecting:Disconnecting configuration [{0}] ....static Stringconsole_notPerforming(Object arg0) Keyconsole.notPerforming:Current build result is [{0}], not going to run..static Stringconsole_paramPublish_match(Object arg0, Object arg1, Object arg2) Keyconsole.paramPublish.match:Publishing to [{2}] - Label [{0}] matches expression [{1}].static Stringconsole_paramPublish_skip(Object arg0, Object arg1, Object arg2) Keyconsole.paramPublish.skip:Skipping [{2}] - Label [{0}] does not match expression [{1}].static StringKeyconsole.publishFromHost.message:Connecting from host [{0}].static StringKeyconsole.publishFromHost.unknown:Failed to get hostname [{0}].static Stringconsole_retryDelay(Object arg0, Object arg1) Keyconsole.retryDelay:Caught exception [{0}] Sleeping for [{1}]ms before trying again.static StringKeyconsole.transferredXFiles:Transferred {0} file(s).static Stringexception_badDateFormat(Object arg0, Object arg1) Keyexception.badDateFormat:Could not create a date format from [{0}] exception message [{1}].static StringKeyexception.baseDirectoryNotExist:The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?.static StringKeyexception.cwdRemoteRoot:Failed to change to remote directory [{0}].static StringKeyexception.failedToCreateDirectory:Could not create or change to directory. Directory [{0}].static StringKeyexception.failedToFindConfiguration:Failed to find configuration named [{0}] check the global configuration.static StringKeyexception.failedToGetEnvVars:Failed to get Environment Vars from build.static StringKeyexception.failedToGetHostName:Failed to get host name.static StringKeyexception.failedToGetPromotedBuild:Build is a Promotion, but failed to get the original build.static StringKeyexception.flattenModeDuplicateFileName:Duplicate filename detected in flatten mode. Filename [{0}].static Stringexception_invokeList(Object arg0, Object arg1) Keyexception.invokeList:Exception calling FilePath.list. includes [{0}], excludes [{1}].static Stringexception_invokeListNoDefaultExcludes(Object arg0, Object arg1, Object arg2) Keyexception.invokeListNoDefaultExcludes:Exception calling FilePath.list. includes [{0}], excludes [{1}], noDefaultExcludes [{2}].static StringKeyexception.normalizeDirectory:Failed to normalize base directory baseDirectory [{0}].static Stringexception_paramPublish_badPattern(Object arg0, Object arg1, Object arg2) Keyexception.paramPublish.badPattern:Bad regular expression. Parameter name [{0}], value [{1}], message [{2}].static StringKeyexception.paramPublish.noParameter:Failed to find parameter named [{0}].static Stringexception_readFile(Object arg0, Object arg1) Keyexception.readFile:Failed to read file - filename [{0}] (relative to JENKINS_HOME if not absolute). Message: [{1}].static StringKeyexception.remoteCallException:Exception when publishing, exception message [{0}].static Stringexception_removePrefix_noMatch(Object arg0, Object arg1) Keyexception.removePrefix.noMatch:Failed to remove prefix from file named [{0}]. Prefix [{1}] must be present in all file paths.static StringKeyexception.retryDelayInterrupted:Interrupted whilst sleeping before retry.static StringKeylog.envVars.head:Environment Variables.static Stringlog_envVars_pair(Object arg0, Object arg1) Keylog.envVars.pair:** {0}={1}.static StringKeylog.exceptionCaught.retrying:Exception caught. Retrying..static StringKeylog.exceptionInPerform:An exception was caught when invoking perform.static Stringlog_excludes(Object arg0, Object arg1) Keylog.excludes:Excludes: configured [{0}], actual [{1}].static Stringlog_pathToFile(Object arg0, Object arg1) Keylog.pathToFile:Relative path to file [{0}] is [{1}].static Stringlog_sourceFiles(Object arg0, Object arg1) Keylog.sourceFiles:Source files: configured [{0}], actual [{1}].static StringKeyvalidator.optionalIP:Optional. Leave empty or enter an IP address (v4).static StringKeyvalidator.regularExpression:Must be a valid Java regular expression - {0}.static Stringvalidator_safeName(Object arg0) Keyvalidator.safeName:Required. Cannot contain {0}.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
console_transferredXFiles
Keyconsole.transferredXFiles:Transferred {0} file(s).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Transferred {0} file(s)
-
_console_transferredXFiles
Keyconsole.transferredXFiles:Transferred {0} file(s).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Transferred {0} file(s)
-
exception_readFile
Keyexception.readFile:Failed to read file - filename [{0}] (relative to JENKINS_HOME if not absolute). Message: [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Failed to read file - filename [{0}] (relative to JENKINS_HOME if not absolute). Message: [{1}]
-
_exception_readFile
Keyexception.readFile:Failed to read file - filename [{0}] (relative to JENKINS_HOME if not absolute). Message: [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Failed to read file - filename [{0}] (relative to JENKINS_HOME if not absolute). Message: [{1}]
-
validator_optionalIP
Keyvalidator.optionalIP:Optional. Leave empty or enter an IP address (v4).- Returns:
Optional. Leave empty or enter an IP address (v4)
-
_validator_optionalIP
public static org.jvnet.localizer.Localizable _validator_optionalIP()Keyvalidator.optionalIP:Optional. Leave empty or enter an IP address (v4).- Returns:
Optional. Leave empty or enter an IP address (v4)
-
console_notPerforming
Keyconsole.notPerforming:Current build result is [{0}], not going to run..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Current build result is [{0}], not going to run.
-
_console_notPerforming
Keyconsole.notPerforming:Current build result is [{0}], not going to run..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Current build result is [{0}], not going to run.
-
console_publishFromHost_message
Keyconsole.publishFromHost.message:Connecting from host [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Connecting from host [{0}]
-
_console_publishFromHost_message
Keyconsole.publishFromHost.message:Connecting from host [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Connecting from host [{0}]
-
exception_failedToGetHostName
Keyexception.failedToGetHostName:Failed to get host name.- Returns:
Failed to get host name
-
_exception_failedToGetHostName
public static org.jvnet.localizer.Localizable _exception_failedToGetHostName()Keyexception.failedToGetHostName:Failed to get host name.- Returns:
Failed to get host name
-
exception_retryDelayInterrupted
Keyexception.retryDelayInterrupted:Interrupted whilst sleeping before retry.- Returns:
Interrupted whilst sleeping before retry
-
_exception_retryDelayInterrupted
public static org.jvnet.localizer.Localizable _exception_retryDelayInterrupted()Keyexception.retryDelayInterrupted:Interrupted whilst sleeping before retry.- Returns:
Interrupted whilst sleeping before retry
-
log_excludes
Keylog.excludes:Excludes: configured [{0}], actual [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Excludes: configured [{0}], actual [{1}]
-
_log_excludes
Keylog.excludes:Excludes: configured [{0}], actual [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Excludes: configured [{0}], actual [{1}]
-
exception_baseDirectoryNotExist
Keyexception.baseDirectoryNotExist:The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?.- Returns:
The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?
-
_exception_baseDirectoryNotExist
public static org.jvnet.localizer.Localizable _exception_baseDirectoryNotExist()Keyexception.baseDirectoryNotExist:The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?.- Returns:
The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?
-
validator_regularExpression
Keyvalidator.regularExpression:Must be a valid Java regular expression - {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Must be a valid Java regular expression - {0}
-
_validator_regularExpression
Keyvalidator.regularExpression:Must be a valid Java regular expression - {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Must be a valid Java regular expression - {0}
-
exception_cwdRemoteRoot
Keyexception.cwdRemoteRoot:Failed to change to remote directory [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to change to remote directory [{0}]
-
_exception_cwdRemoteRoot
Keyexception.cwdRemoteRoot:Failed to change to remote directory [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to change to remote directory [{0}]
-
console_disconnecting
Keyconsole.disconnecting:Disconnecting configuration [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Disconnecting configuration [{0}] ...
-
_console_disconnecting
Keyconsole.disconnecting:Disconnecting configuration [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Disconnecting configuration [{0}] ...
-
exception_flattenModeDuplicateFileName
Keyexception.flattenModeDuplicateFileName:Duplicate filename detected in flatten mode. Filename [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate filename detected in flatten mode. Filename [{0}]
-
_exception_flattenModeDuplicateFileName
Keyexception.flattenModeDuplicateFileName:Duplicate filename detected in flatten mode. Filename [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate filename detected in flatten mode. Filename [{0}]
-
exception_failedToGetEnvVars
Keyexception.failedToGetEnvVars:Failed to get Environment Vars from build.- Returns:
Failed to get Environment Vars from build
-
_exception_failedToGetEnvVars
public static org.jvnet.localizer.Localizable _exception_failedToGetEnvVars()Keyexception.failedToGetEnvVars:Failed to get Environment Vars from build.- Returns:
Failed to get Environment Vars from build
-
console_connecting
Keyconsole.connecting:Connecting with configuration [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Connecting with configuration [{0}] ...
-
_console_connecting
Keyconsole.connecting:Connecting with configuration [{0}] ....- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Connecting with configuration [{0}] ...
-
exception_removePrefix_noMatch
Keyexception.removePrefix.noMatch:Failed to remove prefix from file named [{0}]. Prefix [{1}] must be present in all file paths.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Failed to remove prefix from file named [{0}]. Prefix [{1}] must be present in all file paths
-
_exception_removePrefix_noMatch
public static org.jvnet.localizer.Localizable _exception_removePrefix_noMatch(Object arg0, Object arg1) Keyexception.removePrefix.noMatch:Failed to remove prefix from file named [{0}]. Prefix [{1}] must be present in all file paths.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Failed to remove prefix from file named [{0}]. Prefix [{1}] must be present in all file paths
-
exception_remoteCallException
Keyexception.remoteCallException:Exception when publishing, exception message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when publishing, exception message [{0}]
-
_exception_remoteCallException
Keyexception.remoteCallException:Exception when publishing, exception message [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Exception when publishing, exception message [{0}]
-
exception_badDateFormat
Keyexception.badDateFormat:Could not create a date format from [{0}] exception message [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Could not create a date format from [{0}] exception message [{1}]
-
_exception_badDateFormat
Keyexception.badDateFormat:Could not create a date format from [{0}] exception message [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Could not create a date format from [{0}] exception message [{1}]
-
log_sourceFiles
Keylog.sourceFiles:Source files: configured [{0}], actual [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Source files: configured [{0}], actual [{1}]
-
_log_sourceFiles
Keylog.sourceFiles:Source files: configured [{0}], actual [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Source files: configured [{0}], actual [{1}]
-
log_exceptionCaught_retrying
Keylog.exceptionCaught.retrying:Exception caught. Retrying..- Returns:
Exception caught. Retrying.
-
_log_exceptionCaught_retrying
public static org.jvnet.localizer.Localizable _log_exceptionCaught_retrying()Keylog.exceptionCaught.retrying:Exception caught. Retrying..- Returns:
Exception caught. Retrying.
-
log_envVars_pair
Keylog.envVars.pair:** {0}={1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
** {0}={1}
-
_log_envVars_pair
Keylog.envVars.pair:** {0}={1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
** {0}={1}
-
log_pathToFile
Keylog.pathToFile:Relative path to file [{0}] is [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Relative path to file [{0}] is [{1}]
-
_log_pathToFile
Keylog.pathToFile:Relative path to file [{0}] is [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Relative path to file [{0}] is [{1}]
-
console_publishFromHost_unknown
Keyconsole.publishFromHost.unknown:Failed to get hostname [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to get hostname [{0}]
-
_console_publishFromHost_unknown
Keyconsole.publishFromHost.unknown:Failed to get hostname [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to get hostname [{0}]
-
exception_normalizeDirectory
Keyexception.normalizeDirectory:Failed to normalize base directory baseDirectory [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to normalize base directory baseDirectory [{0}]
-
_exception_normalizeDirectory
Keyexception.normalizeDirectory:Failed to normalize base directory baseDirectory [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to normalize base directory baseDirectory [{0}]
-
console_retryDelay
Keyconsole.retryDelay:Caught exception [{0}] Sleeping for [{1}]ms before trying again.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Caught exception [{0}] Sleeping for [{1}]ms before trying again
-
_console_retryDelay
Keyconsole.retryDelay:Caught exception [{0}] Sleeping for [{1}]ms before trying again.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Caught exception [{0}] Sleeping for [{1}]ms before trying again
-
console_paramPublish_match
Keyconsole.paramPublish.match:Publishing to [{2}] - Label [{0}] matches expression [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Publishing to [{2}] - Label [{0}] matches expression [{1}]
-
_console_paramPublish_match
public static org.jvnet.localizer.Localizable _console_paramPublish_match(Object arg0, Object arg1, Object arg2) Keyconsole.paramPublish.match:Publishing to [{2}] - Label [{0}] matches expression [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Publishing to [{2}] - Label [{0}] matches expression [{1}]
-
exception_failedToCreateDirectory
Keyexception.failedToCreateDirectory:Could not create or change to directory. Directory [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Could not create or change to directory. Directory [{0}]
-
_exception_failedToCreateDirectory
Keyexception.failedToCreateDirectory:Could not create or change to directory. Directory [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Could not create or change to directory. Directory [{0}]
-
log_envVars_head
Keylog.envVars.head:Environment Variables.- Returns:
Environment Variables
-
_log_envVars_head
public static org.jvnet.localizer.Localizable _log_envVars_head()Keylog.envVars.head:Environment Variables.- Returns:
Environment Variables
-
exception_paramPublish_badPattern
Keyexception.paramPublish.badPattern:Bad regular expression. Parameter name [{0}], value [{1}], message [{2}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Bad regular expression. Parameter name [{0}], value [{1}], message [{2}]
-
_exception_paramPublish_badPattern
public static org.jvnet.localizer.Localizable _exception_paramPublish_badPattern(Object arg0, Object arg1, Object arg2) Keyexception.paramPublish.badPattern:Bad regular expression. Parameter name [{0}], value [{1}], message [{2}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Bad regular expression. Parameter name [{0}], value [{1}], message [{2}]
-
validator_safeName
Keyvalidator.safeName:Required. Cannot contain {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Required. Cannot contain {0}
-
_validator_safeName
Keyvalidator.safeName:Required. Cannot contain {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Required. Cannot contain {0}
-
exception_failedToGetPromotedBuild
Keyexception.failedToGetPromotedBuild:Build is a Promotion, but failed to get the original build.- Returns:
Build is a Promotion, but failed to get the original build
-
_exception_failedToGetPromotedBuild
public static org.jvnet.localizer.Localizable _exception_failedToGetPromotedBuild()Keyexception.failedToGetPromotedBuild:Build is a Promotion, but failed to get the original build.- Returns:
Build is a Promotion, but failed to get the original build
-
exception_invokeList
Keyexception.invokeList:Exception calling FilePath.list. includes [{0}], excludes [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Exception calling FilePath.list. includes [{0}], excludes [{1}]
-
_exception_invokeList
Keyexception.invokeList:Exception calling FilePath.list. includes [{0}], excludes [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Exception calling FilePath.list. includes [{0}], excludes [{1}]
-
console_paramPublish_skip
Keyconsole.paramPublish.skip:Skipping [{2}] - Label [{0}] does not match expression [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Skipping [{2}] - Label [{0}] does not match expression [{1}]
-
_console_paramPublish_skip
public static org.jvnet.localizer.Localizable _console_paramPublish_skip(Object arg0, Object arg1, Object arg2) Keyconsole.paramPublish.skip:Skipping [{2}] - Label [{0}] does not match expression [{1}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Skipping [{2}] - Label [{0}] does not match expression [{1}]
-
exception_failedToFindConfiguration
Keyexception.failedToFindConfiguration:Failed to find configuration named [{0}] check the global configuration.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to find configuration named [{0}] check the global configuration
-
_exception_failedToFindConfiguration
Keyexception.failedToFindConfiguration:Failed to find configuration named [{0}] check the global configuration.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to find configuration named [{0}] check the global configuration
-
log_exceptionInPerform
Keylog.exceptionInPerform:An exception was caught when invoking perform.- Returns:
An exception was caught when invoking perform
-
_log_exceptionInPerform
public static org.jvnet.localizer.Localizable _log_exceptionInPerform()Keylog.exceptionInPerform:An exception was caught when invoking perform.- Returns:
An exception was caught when invoking perform
-
exception_invokeListNoDefaultExcludes
Keyexception.invokeListNoDefaultExcludes:Exception calling FilePath.list. includes [{0}], excludes [{1}], noDefaultExcludes [{2}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Exception calling FilePath.list. includes [{0}], excludes [{1}], noDefaultExcludes [{2}]
-
_exception_invokeListNoDefaultExcludes
public static org.jvnet.localizer.Localizable _exception_invokeListNoDefaultExcludes(Object arg0, Object arg1, Object arg2) Keyexception.invokeListNoDefaultExcludes:Exception calling FilePath.list. includes [{0}], excludes [{1}], noDefaultExcludes [{2}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Exception calling FilePath.list. includes [{0}], excludes [{1}], noDefaultExcludes [{2}]
-
exception_paramPublish_noParameter
Keyexception.paramPublish.noParameter:Failed to find parameter named [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to find parameter named [{0}]
-
_exception_paramPublish_noParameter
Keyexception.paramPublish.noParameter:Failed to find parameter named [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to find parameter named [{0}]
-