Package jenkins.install
Class Messages
- java.lang.Object
-
- jenkins.install.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
_SetupWizard_ConfigureInstance_RootUrl_Empty()
KeySetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
.static org.jvnet.localizer.Localizable
_SetupWizard_ConfigureInstance_RootUrl_Invalid()
KeySetupWizard_ConfigureInstance_RootUrl_Invalid
:The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
.static org.jvnet.localizer.Localizable
_SetupWizard_ConfigureInstance_ValidationErrors()
KeySetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
.static org.jvnet.localizer.Localizable
_SetupWizard_DisplayName()
KeySetupWizard.DisplayName
:Setup Wizard
.static String
SetupWizard_ConfigureInstance_RootUrl_Empty()
KeySetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
.static String
SetupWizard_ConfigureInstance_RootUrl_Invalid()
KeySetupWizard_ConfigureInstance_RootUrl_Invalid
:The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
.static String
SetupWizard_ConfigureInstance_ValidationErrors()
KeySetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
.static String
SetupWizard_DisplayName()
KeySetupWizard.DisplayName
:Setup Wizard
.
-
-
-
Method Detail
-
SetupWizard_DisplayName
public static String SetupWizard_DisplayName()
KeySetupWizard.DisplayName
:Setup Wizard
.- Returns:
Setup Wizard
-
_SetupWizard_DisplayName
public static org.jvnet.localizer.Localizable _SetupWizard_DisplayName()
KeySetupWizard.DisplayName
:Setup Wizard
.- Returns:
Setup Wizard
-
SetupWizard_ConfigureInstance_RootUrl_Empty
public static String SetupWizard_ConfigureInstance_RootUrl_Empty()
KeySetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
.- Returns:
The URL cannot be empty
-
_SetupWizard_ConfigureInstance_RootUrl_Empty
public static org.jvnet.localizer.Localizable _SetupWizard_ConfigureInstance_RootUrl_Empty()
KeySetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
.- Returns:
The URL cannot be empty
-
SetupWizard_ConfigureInstance_RootUrl_Invalid
public static String SetupWizard_ConfigureInstance_RootUrl_Invalid()
KeySetupWizard_ConfigureInstance_RootUrl_Invalid
:The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
.- Returns:
The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
-
_SetupWizard_ConfigureInstance_RootUrl_Invalid
public static org.jvnet.localizer.Localizable _SetupWizard_ConfigureInstance_RootUrl_Invalid()
KeySetupWizard_ConfigureInstance_RootUrl_Invalid
:The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
.- Returns:
The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
-
SetupWizard_ConfigureInstance_ValidationErrors
public static String SetupWizard_ConfigureInstance_ValidationErrors()
KeySetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
.- Returns:
Some settings are invalid. See the error messages for details.
-
_SetupWizard_ConfigureInstance_ValidationErrors
public static org.jvnet.localizer.Localizable _SetupWizard_ConfigureInstance_ValidationErrors()
KeySetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
.- Returns:
Some settings are invalid. See the error messages for details.
-
-