Class Messages

java.lang.Object
io.jenkins.plugins.pipelineoverview.Messages

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

    • Messages

      public Messages()
  • Method Details

    • CustomStat_DisplayName

      public static String CustomStat_DisplayName()
      Key CustomStat.DisplayName: Custom Stat.
      Returns:
      Custom Stat
    • _CustomStat_DisplayName

      public static org.jvnet.localizer.Localizable _CustomStat_DisplayName()
      Key CustomStat.DisplayName: Custom Stat.
      Returns:
      Custom Stat
    • CustomStat_LabelRequired

      public static String CustomStat_LabelRequired()
      Key CustomStat.LabelRequired: Label is required..
      Returns:
      Label is required.
    • _CustomStat_LabelRequired

      public static org.jvnet.localizer.Localizable _CustomStat_LabelRequired()
      Key CustomStat.LabelRequired: Label is required..
      Returns:
      Label is required.
    • PipelineOverviewDashboard_DisplayName

      public static String PipelineOverviewDashboard_DisplayName()
      Key PipelineOverviewDashboard.DisplayName: Holistic.
      Returns:
      Holistic
    • _PipelineOverviewDashboard_DisplayName

      public static org.jvnet.localizer.Localizable _PipelineOverviewDashboard_DisplayName()
      Key PipelineOverviewDashboard.DisplayName: Holistic.
      Returns:
      Holistic
    • CustomStat_UrlSchemeInvalid

      public static String CustomStat_UrlSchemeInvalid()
      Key CustomStat.UrlSchemeInvalid: Only http and https URLs are allowed..
      Returns:
      Only http and https URLs are allowed.
    • _CustomStat_UrlSchemeInvalid

      public static org.jvnet.localizer.Localizable _CustomStat_UrlSchemeInvalid()
      Key CustomStat.UrlSchemeInvalid: Only http and https URLs are allowed..
      Returns:
      Only http and https URLs are allowed.
    • HttpJsonStatSource_DisplayName

      public static String HttpJsonStatSource_DisplayName()
      Key HttpJsonStatSource.DisplayName: HTTP JSON endpoint.
      Returns:
      HTTP JSON endpoint
    • _HttpJsonStatSource_DisplayName

      public static org.jvnet.localizer.Localizable _HttpJsonStatSource_DisplayName()
      Key HttpJsonStatSource.DisplayName: HTTP JSON endpoint.
      Returns:
      HTTP JSON endpoint
    • HttpJsonStatSource_RefreshTooLow

      public static String HttpJsonStatSource_RefreshTooLow()
      Key HttpJsonStatSource.RefreshTooLow: Minimum refresh interval is 15 seconds..
      Returns:
      Minimum refresh interval is 15 seconds.
    • _HttpJsonStatSource_RefreshTooLow

      public static org.jvnet.localizer.Localizable _HttpJsonStatSource_RefreshTooLow()
      Key HttpJsonStatSource.RefreshTooLow: Minimum refresh interval is 15 seconds..
      Returns:
      Minimum refresh interval is 15 seconds.
    • DashboardGroup_DisplayName

      public static String DashboardGroup_DisplayName()
      Key DashboardGroup.DisplayName: Pipeline Group.
      Returns:
      Pipeline Group
    • _DashboardGroup_DisplayName

      public static org.jvnet.localizer.Localizable _DashboardGroup_DisplayName()
      Key DashboardGroup.DisplayName: Pipeline Group.
      Returns:
      Pipeline Group
    • DashboardEntry_JobNotFound

      public static String DashboardEntry_JobNotFound(Object arg0)
      Key DashboardEntry.JobNotFound: Job ''{0}'' was not found. It may not exist yet..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Job ''{0}'' was not found. It may not exist yet.
    • _DashboardEntry_JobNotFound

      public static org.jvnet.localizer.Localizable _DashboardEntry_JobNotFound(Object arg0)
      Key DashboardEntry.JobNotFound: Job ''{0}'' was not found. It may not exist yet..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Job ''{0}'' was not found. It may not exist yet.
    • DashboardEntry_DisplayName

      public static String DashboardEntry_DisplayName()
      Key DashboardEntry.DisplayName: Pipeline Entry.
      Returns:
      Pipeline Entry
    • _DashboardEntry_DisplayName

      public static org.jvnet.localizer.Localizable _DashboardEntry_DisplayName()
      Key DashboardEntry.DisplayName: Pipeline Entry.
      Returns:
      Pipeline Entry
    • PipelineOverviewDashboard_CredentialsNeedAdminister

      public static String PipelineOverviewDashboard_CredentialsNeedAdminister()
      Key PipelineOverviewDashboard.CredentialsNeedAdminister: Only a Jenkins administrator can save custom stats that use credentials..
      Returns:
      Only a Jenkins administrator can save custom stats that use credentials.
    • _PipelineOverviewDashboard_CredentialsNeedAdminister

      public static org.jvnet.localizer.Localizable _PipelineOverviewDashboard_CredentialsNeedAdminister()
      Key PipelineOverviewDashboard.CredentialsNeedAdminister: Only a Jenkins administrator can save custom stats that use credentials..
      Returns:
      Only a Jenkins administrator can save custom stats that use credentials.
    • HttpJsonStatSource_UrlRequired

      public static String HttpJsonStatSource_UrlRequired()
      Key HttpJsonStatSource.UrlRequired: URL is required..
      Returns:
      URL is required.
    • _HttpJsonStatSource_UrlRequired

      public static org.jvnet.localizer.Localizable _HttpJsonStatSource_UrlRequired()
      Key HttpJsonStatSource.UrlRequired: URL is required..
      Returns:
      URL is required.
    • HttpJsonStatSource_PointerFormat

      public static String HttpJsonStatSource_PointerFormat()
      Key HttpJsonStatSource.PointerFormat: A JSON pointer must start with ''/'', or be left empty for the document root..
      Returns:
      A JSON pointer must start with ''/'', or be left empty for the document root.
    • _HttpJsonStatSource_PointerFormat

      public static org.jvnet.localizer.Localizable _HttpJsonStatSource_PointerFormat()
      Key HttpJsonStatSource.PointerFormat: A JSON pointer must start with ''/'', or be left empty for the document root..
      Returns:
      A JSON pointer must start with ''/'', or be left empty for the document root.
    • DashboardEntry_JobNameRequired

      public static String DashboardEntry_JobNameRequired()
      Key DashboardEntry.JobNameRequired: Job name is required..
      Returns:
      Job name is required.
    • _DashboardEntry_JobNameRequired

      public static org.jvnet.localizer.Localizable _DashboardEntry_JobNameRequired()
      Key DashboardEntry.JobNameRequired: Job name is required..
      Returns:
      Job name is required.
    • DashboardEntry_NotAPipeline

      public static String DashboardEntry_NotAPipeline(Object arg0)
      Key DashboardEntry.NotAPipeline: ''{0}'' is not a Pipeline job..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ''{0}'' is not a Pipeline job.
    • _DashboardEntry_NotAPipeline

      public static org.jvnet.localizer.Localizable _DashboardEntry_NotAPipeline(Object arg0)
      Key DashboardEntry.NotAPipeline: ''{0}'' is not a Pipeline job..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ''{0}'' is not a Pipeline job.
    • DashboardGroup_NameRequired

      public static String DashboardGroup_NameRequired()
      Key DashboardGroup.NameRequired: Group name is required..
      Returns:
      Group name is required.
    • _DashboardGroup_NameRequired

      public static org.jvnet.localizer.Localizable _DashboardGroup_NameRequired()
      Key DashboardGroup.NameRequired: Group name is required..
      Returns:
      Group name is required.