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 in the current folder.
.static org.jvnet.localizer.Localizable
Keyerror.config_id_not_found_global
:Unable to locate global config file with ID: {0}
.static org.jvnet.localizer.Localizable
Keyerror.folder_scope
:Oops! This parameter is only usable inside the configured folder.
.static org.jvnet.localizer.Localizable
Keyerror.no_data
:No data found. Check your JSON source or query.
.static org.jvnet.localizer.Localizable
Keyplaceholder.config_file_id
:Select Config File ID
.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 in the current folder.
.static String
Keyerror.config_id_not_found_global
:Unable to locate global config file with ID: {0}
.static String
Keyerror.folder_scope
:Oops! This parameter is only usable inside the configured folder.
.static String
Keyerror.no_data
:No data found. Check your JSON source or query.
.static String
Keyplaceholder.config_file_id
:Select Config File ID
.static String
Keyplaceholder.select_option
:-- Choose an option --
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
error_config_id_not_found
Keyerror.config_id_not_found
:The selected config ID ''{0}'' does not exist in the current folder.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The selected config ID ''{0}'' does not exist in the current folder.
-
_error_config_id_not_found
Keyerror.config_id_not_found
:The selected config ID ''{0}'' does not exist in the current folder.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The selected config ID ''{0}'' does not exist in the current folder.
-
error_folder_scope
Keyerror.folder_scope
:Oops! This parameter is only usable inside the configured folder.
.- Returns:
Oops! This parameter is only usable inside the configured folder.
-
_error_folder_scope
public static org.jvnet.localizer.Localizable _error_folder_scope()Keyerror.folder_scope
:Oops! This parameter is only usable inside the configured folder.
.- Returns:
Oops! This parameter is only usable inside the configured folder.
-
error_config_id_not_found_global
Keyerror.config_id_not_found_global
:Unable to locate global config file with ID: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to locate global config file with ID: {0}
-
_error_config_id_not_found_global
Keyerror.config_id_not_found_global
:Unable to locate global config file with ID: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to locate global config file with ID: {0}
-
placeholder_config_file_id
Keyplaceholder.config_file_id
:Select Config File ID
.- Returns:
Select Config File ID
-
_placeholder_config_file_id
public static org.jvnet.localizer.Localizable _placeholder_config_file_id()Keyplaceholder.config_file_id
:Select Config File ID
.- Returns:
Select Config File ID
-
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_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.
-