Class Messages
java.lang.Object
org.jenkinsci.plugins.durabletask.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyBourneShellScript.bourne_shell
:Bourne shell
.static org.jvnet.localizer.Localizable
KeyPowershellScript.powershell
:PowerShell script
.static org.jvnet.localizer.Localizable
KeyWindowsBatchScript.windows_batch
:Windows batch
.static String
KeyBourneShellScript.bourne_shell
:Bourne shell
.static String
KeyPowershellScript.powershell
:PowerShell script
.static String
KeyWindowsBatchScript.windows_batch
:Windows batch
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
PowershellScript_powershell
KeyPowershellScript.powershell
:PowerShell script
.- Returns:
PowerShell script
-
_PowershellScript_powershell
public static org.jvnet.localizer.Localizable _PowershellScript_powershell()KeyPowershellScript.powershell
:PowerShell script
.- Returns:
PowerShell script
-
WindowsBatchScript_windows_batch
KeyWindowsBatchScript.windows_batch
:Windows batch
.- Returns:
Windows batch
-
_WindowsBatchScript_windows_batch
public static org.jvnet.localizer.Localizable _WindowsBatchScript_windows_batch()KeyWindowsBatchScript.windows_batch
:Windows batch
.- Returns:
Windows batch
-
BourneShellScript_bourne_shell
KeyBourneShellScript.bourne_shell
:Bourne shell
.- Returns:
Bourne shell
-
_BourneShellScript_bourne_shell
public static org.jvnet.localizer.Localizable _BourneShellScript_bourne_shell()KeyBourneShellScript.bourne_shell
:Bourne shell
.- Returns:
Bourne shell
-