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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
.static org.jvnet.localizer.Localizable
_ExternalJob_displayName()
KeyExternalJob.displayName
:External Job
.static String
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.
.static String
ExternalJob_displayName()
KeyExternalJob.displayName
:External Job
.
-
-
-
Method Detail
-
ExternalJob_displayName
public static String 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
public static String 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.
-
-