Class Messages
java.lang.Object
com.github.cyanbaz.jenkins.plugins.jsonparameter.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
Keyerror.config_id_not_found
:The selected config ID "{0}" does not exist.
.static org.jvnet.localizer.Localizable
Keyerror.empty_username
:Empty username in Username/Password credentials. If you need to use a bearer token, configure Secret Text credentials instead.
.static org.jvnet.localizer.Localizable
_error_http_request_failed
(Object arg0, Object arg1, Object arg2, Object arg3) Keyerror.http_request_failed
:Failed to fetch JSON from URL "{0}" using credentials "{1}": HTTP {2} - {3}
.static org.jvnet.localizer.Localizable
Keyerror.jenkins_item_not_found
:No Jenkins item found in the current request context.
.static org.jvnet.localizer.Localizable
Keyerror.missing_query
:Missing query in parameter definition
.static org.jvnet.localizer.Localizable
Keyerror.missing_refName
:Missing refName in parameter definition
.static org.jvnet.localizer.Localizable
Keyerror.no_data
:No data found. Check your JSON source or query.
.static org.jvnet.localizer.Localizable
Keyerror.no_job_context
:No job context
.static org.jvnet.localizer.Localizable
Keyerror.no_parameter
:Job has no parameters
.static org.jvnet.localizer.Localizable
Keyerror.parameter_not_found
:Parameter not found or wrong type: {0}
.static org.jvnet.localizer.Localizable
Keyerror.unsupported_credential_type
:Unsupported credential type: {0}
.static org.jvnet.localizer.Localizable
Keyplaceholder.config_file_id
:-- Select --
.static org.jvnet.localizer.Localizable
Keyplaceholder.no_reference_value
:-- No reference value --
.static org.jvnet.localizer.Localizable
Keyplaceholder.select_option
:-- Choose an option --
.static String
Keyerror.config_id_not_found
:The selected config ID "{0}" does not exist.
.static String
Keyerror.empty_username
:Empty username in Username/Password credentials. If you need to use a bearer token, configure Secret Text credentials instead.
.static String
error_http_request_failed
(Object arg0, Object arg1, Object arg2, Object arg3) Keyerror.http_request_failed
:Failed to fetch JSON from URL "{0}" using credentials "{1}": HTTP {2} - {3}
.static String
Keyerror.jenkins_item_not_found
:No Jenkins item found in the current request context.
.static String
Keyerror.missing_query
:Missing query in parameter definition
.static String
Keyerror.missing_refName
:Missing refName in parameter definition
.static String
Keyerror.no_data
:No data found. Check your JSON source or query.
.static String
Keyerror.no_job_context
:No job context
.static String
Keyerror.no_parameter
:Job has no parameters
.static String
Keyerror.parameter_not_found
:Parameter not found or wrong type: {0}
.static String
Keyerror.unsupported_credential_type
:Unsupported credential type: {0}
.static String
Keyplaceholder.config_file_id
:-- Select --
.static String
Keyplaceholder.no_reference_value
:-- No reference value --
.static String
Keyplaceholder.select_option
:-- Choose an option --
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
error_jenkins_item_not_found
Keyerror.jenkins_item_not_found
:No Jenkins item found in the current request context.
.- Returns:
No Jenkins item found in the current request context.
-
_error_jenkins_item_not_found
public static org.jvnet.localizer.Localizable _error_jenkins_item_not_found()Keyerror.jenkins_item_not_found
:No Jenkins item found in the current request context.
.- Returns:
No Jenkins item found in the current request context.
-
placeholder_config_file_id
Keyplaceholder.config_file_id
:-- Select --
.- Returns:
-- Select --
-
_placeholder_config_file_id
public static org.jvnet.localizer.Localizable _placeholder_config_file_id()Keyplaceholder.config_file_id
:-- Select --
.- Returns:
-- Select --
-
error_http_request_failed
Keyerror.http_request_failed
:Failed to fetch JSON from URL "{0}" using credentials "{1}": HTTP {2} - {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 fetch JSON from URL "{0}" using credentials "{1}": HTTP {2} - {3}
-
_error_http_request_failed
public static org.jvnet.localizer.Localizable _error_http_request_failed(Object arg0, Object arg1, Object arg2, Object arg3) Keyerror.http_request_failed
:Failed to fetch JSON from URL "{0}" using credentials "{1}": HTTP {2} - {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 fetch JSON from URL "{0}" using credentials "{1}": HTTP {2} - {3}
-
error_no_parameter
Keyerror.no_parameter
:Job has no parameters
.- Returns:
Job has no parameters
-
_error_no_parameter
public static org.jvnet.localizer.Localizable _error_no_parameter()Keyerror.no_parameter
:Job has no parameters
.- Returns:
Job has no parameters
-
error_missing_query
Keyerror.missing_query
:Missing query in parameter definition
.- Returns:
Missing query in parameter definition
-
_error_missing_query
public static org.jvnet.localizer.Localizable _error_missing_query()Keyerror.missing_query
:Missing query in parameter definition
.- Returns:
Missing query in parameter definition
-
error_no_data
Keyerror.no_data
:No data found. Check your JSON source or query.
.- Returns:
No data found. Check your JSON source or query.
-
_error_no_data
public static org.jvnet.localizer.Localizable _error_no_data()Keyerror.no_data
:No data found. Check your JSON source or query.
.- Returns:
No data found. Check your JSON source or query.
-
error_empty_username
Keyerror.empty_username
:Empty username in Username/Password credentials. If you need to use a bearer token, configure Secret Text credentials instead.
.- Returns:
Empty username in Username/Password credentials. If you need to use a bearer token, configure Secret Text credentials instead.
-
_error_empty_username
public static org.jvnet.localizer.Localizable _error_empty_username()Keyerror.empty_username
:Empty username in Username/Password credentials. If you need to use a bearer token, configure Secret Text credentials instead.
.- Returns:
Empty username in Username/Password credentials. If you need to use a bearer token, configure Secret Text credentials instead.
-
error_no_job_context
Keyerror.no_job_context
:No job context
.- Returns:
No job context
-
_error_no_job_context
public static org.jvnet.localizer.Localizable _error_no_job_context()Keyerror.no_job_context
:No job context
.- Returns:
No job context
-
error_config_id_not_found
Keyerror.config_id_not_found
:The selected config ID "{0}" does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The selected config ID "{0}" does not exist.
-
_error_config_id_not_found
Keyerror.config_id_not_found
:The selected config ID "{0}" does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The selected config ID "{0}" does not exist.
-
error_unsupported_credential_type
Keyerror.unsupported_credential_type
:Unsupported credential type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unsupported credential type: {0}
-
_error_unsupported_credential_type
Keyerror.unsupported_credential_type
:Unsupported credential type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unsupported credential type: {0}
-
error_missing_refName
Keyerror.missing_refName
:Missing refName in parameter definition
.- Returns:
Missing refName in parameter definition
-
_error_missing_refName
public static org.jvnet.localizer.Localizable _error_missing_refName()Keyerror.missing_refName
:Missing refName in parameter definition
.- Returns:
Missing refName in parameter definition
-
placeholder_no_reference_value
Keyplaceholder.no_reference_value
:-- No reference value --
.- Returns:
-- No reference value --
-
_placeholder_no_reference_value
public static org.jvnet.localizer.Localizable _placeholder_no_reference_value()Keyplaceholder.no_reference_value
:-- No reference value --
.- Returns:
-- No reference value --
-
placeholder_select_option
Keyplaceholder.select_option
:-- Choose an option --
.- Returns:
-- Choose an option --
-
_placeholder_select_option
public static org.jvnet.localizer.Localizable _placeholder_select_option()Keyplaceholder.select_option
:-- Choose an option --
.- Returns:
-- Choose an option --
-
error_parameter_not_found
Keyerror.parameter_not_found
:Parameter not found or wrong type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Parameter not found or wrong type: {0}
-
_error_parameter_not_found
Keyerror.parameter_not_found
:Parameter not found or wrong type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Parameter not found or wrong type: {0}
-