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 Details

    • Messages

      public Messages()
  • Method Details

    • error_config_id_not_found

      public static String error_config_id_not_found(Object arg0)
      Key error.config_id_not_found: The selected config ID ''{0}'' does not exist in the current folder..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The selected config ID ''{0}'' does not exist in the current folder.
    • _error_config_id_not_found

      public static org.jvnet.localizer.Localizable _error_config_id_not_found(Object arg0)
      Key error.config_id_not_found: The selected config ID ''{0}'' does not exist in the current folder..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The selected config ID ''{0}'' does not exist in the current folder.
    • error_folder_scope

      public static String error_folder_scope()
      Key error.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()
      Key error.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

      public static String error_config_id_not_found_global(Object arg0)
      Key error.config_id_not_found_global: Unable to locate global config file with ID: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unable to locate global config file with ID: {0}
    • _error_config_id_not_found_global

      public static org.jvnet.localizer.Localizable _error_config_id_not_found_global(Object arg0)
      Key error.config_id_not_found_global: Unable to locate global config file with ID: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unable to locate global config file with ID: {0}
    • placeholder_config_file_id

      public static String placeholder_config_file_id()
      Key placeholder.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()
      Key placeholder.config_file_id: Select Config File ID.
      Returns:
      Select Config File ID
    • placeholder_select_option

      public static String placeholder_select_option()
      Key placeholder.select_option: -- Choose an option --.
      Returns:
      -- Choose an option --
    • _placeholder_select_option

      public static org.jvnet.localizer.Localizable _placeholder_select_option()
      Key placeholder.select_option: -- Choose an option --.
      Returns:
      -- Choose an option --
    • error_no_data

      public static String error_no_data()
      Key error.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()
      Key error.no_data: No data found. Check your JSON source or query..
      Returns:
      No data found. Check your JSON source or query.