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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyBourneShellScript.bourne_shell:Bourne shell.static org.jvnet.localizer.LocalizableKeyPowershellScript.powershell:PowerShell script.static org.jvnet.localizer.LocalizableKeyWindowsBatchScript.windows_batch:Windows batch.static StringKeyBourneShellScript.bourne_shell:Bourne shell.static StringKeyPowershellScript.powershell:PowerShell script.static StringKeyWindowsBatchScript.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
 
 -