Class Messages
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyExternalJob.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.LocalizableKeyExternalJob.displayName:External Job.static StringKeyExternalJob.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 StringKeyExternalJob.displayName:External Job.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ExternalJob_displayName
KeyExternalJob.displayName:External Job.- Returns:
External Job
-
_ExternalJob_displayName
public static org.jvnet.localizer.Localizable _ExternalJob_displayName()KeyExternalJob.displayName:External Job.- Returns:
External Job
-
ExternalJob_Description
KeyExternalJob.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()KeyExternalJob.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.
-