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.Localizable
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.
.static org.jvnet.localizer.Localizable
KeyExternalJob.displayName
:External Job
.static String
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.
.static String
KeyExternalJob.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.
-