Class Messages

java.lang.Object
com.gitee.jenkins.trigger.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • webhook_exist

      public static String webhook_exist()
      Key webhook.exist: Webhook already exists.
      Returns:
      Webhook already exists
    • _webhook_exist

      public static org.jvnet.localizer.Localizable _webhook_exist()
      Key webhook.exist: Webhook already exists.
      Returns:
      Webhook already exists
    • connection_error

      public static String connection_error(Object arg0)
      Key connection.error: Client error: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Client error: {0}
    • _connection_error

      public static org.jvnet.localizer.Localizable _connection_error(Object arg0)
      Key connection.error: Client error: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Client error: {0}
    • connection_success

      public static String connection_success(Object arg0)
      Key connection.success: Created webhook: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Created webhook: {0}
    • _connection_success

      public static org.jvnet.localizer.Localizable _connection_success(Object arg0)
      Key connection.success: Created webhook: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Created webhook: {0}
    • Build_Gitee_WebHook

      public static String Build_Gitee_WebHook(Object arg0)
      Key Build.Gitee.WebHook: Build when a change is pushed to Gitee. Gitee webhook URL: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Build when a change is pushed to Gitee. Gitee webhook URL: {0}
    • _Build_Gitee_WebHook

      public static org.jvnet.localizer.Localizable _Build_Gitee_WebHook(Object arg0)
      Key Build.Gitee.WebHook: Build when a change is pushed to Gitee. Gitee webhook URL: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Build when a change is pushed to Gitee. Gitee webhook URL: {0}
    • localhost_error

      public static String localhost_error()
      Key localhost.error: localhost/127.0.0.1 is not allowed here. Check your root URL settings..
      Returns:
      localhost/127.0.0.1 is not allowed here. Check your root URL settings.
    • _localhost_error

      public static org.jvnet.localizer.Localizable _localhost_error()
      Key localhost.error: localhost/127.0.0.1 is not allowed here. Check your root URL settings..
      Returns:
      localhost/127.0.0.1 is not allowed here. Check your root URL settings.
    • Api_Repo_Owner

      public static String Api_Repo_Owner()
      Key Api.Repo.Owner: Gitee API Owner/Repo cannot be empty..
      Returns:
      Gitee API Owner/Repo cannot be empty.
    • _Api_Repo_Owner

      public static org.jvnet.localizer.Localizable _Api_Repo_Owner()
      Key Api.Repo.Owner: Gitee API Owner/Repo cannot be empty..
      Returns:
      Gitee API Owner/Repo cannot be empty.