java.lang.Object
org.jenkinsci.plugins.externalmonitorjob.Messages

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jvnet.localizer.Localizable
    Key ExternalJob.Description: This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system..
    static org.jvnet.localizer.Localizable
    Key ExternalJob.displayName: External Job.
    static String
    Key ExternalJob.Description: This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system..
    static String
    Key ExternalJob.displayName: External Job.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • ExternalJob_displayName

      public static String ExternalJob_displayName()
      Key ExternalJob.displayName: External Job.
      Returns:
      External Job
    • _ExternalJob_displayName

      public static org.jvnet.localizer.Localizable _ExternalJob_displayName()
      Key ExternalJob.displayName: External Job.
      Returns:
      External Job
    • ExternalJob_Description

      public static String ExternalJob_Description()
      Key ExternalJob.Description: This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system..
      Returns:
      This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system.
    • _ExternalJob_Description

      public static org.jvnet.localizer.Localizable _ExternalJob_Description()
      Key ExternalJob.Description: This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system..
      Returns:
      This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system.