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.LocalizableKeyerror.config_id_not_found:The selected config ID ''{0}'' does not exist..static org.jvnet.localizer.LocalizableKeyerror.jenkins_item_not_found:No Jenkins item found in the current request context..static org.jvnet.localizer.LocalizableKeyerror.no_data:No data found. Check your JSON source or query..static org.jvnet.localizer.LocalizableKeyplaceholder.config_file_id:-- Select --.static org.jvnet.localizer.LocalizableKeyplaceholder.select_option:-- Choose an option --.static StringKeyerror.config_id_not_found:The selected config ID ''{0}'' does not exist..static StringKeyerror.jenkins_item_not_found:No Jenkins item found in the current request context..static StringKeyerror.no_data:No data found. Check your JSON source or query..static StringKeyplaceholder.config_file_id:-- Select --.static StringKeyplaceholder.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.
-
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.
-
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 --
-
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.
-