Class Messages
java.lang.Object
hudson.plugins.xshell.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.LocalizableKeyXShell.DisplayName:Invoke XShell command.static org.jvnet.localizer.LocalizableKeyXShell.ExecFailed:Command execution failed..static StringKeyXShell.DisplayName:Invoke XShell command.static StringKeyXShell.ExecFailed:Command execution failed..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
XShell_DisplayName
KeyXShell.DisplayName:Invoke XShell command.- Returns:
Invoke XShell command
-
_XShell_DisplayName
public static org.jvnet.localizer.Localizable _XShell_DisplayName()KeyXShell.DisplayName:Invoke XShell command.- Returns:
Invoke XShell command
-
XShell_ExecFailed
KeyXShell.ExecFailed:Command execution failed..- Returns:
Command execution failed.
-
_XShell_ExecFailed
public static org.jvnet.localizer.Localizable _XShell_ExecFailed()KeyXShell.ExecFailed:Command execution failed..- Returns:
Command execution failed.
-