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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeySetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
.static org.jvnet.localizer.Localizable
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
KeySetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
.static org.jvnet.localizer.Localizable
KeySetupWizard.DisplayName
:Setup Wizard
.static String
KeySetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
.static String
KeySetupWizard_ConfigureInstance_RootUrl_Invalid
:The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
.static String
KeySetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
.static String
KeySetupWizard.DisplayName
:Setup Wizard
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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
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
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
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.
-