Class Messages
java.lang.Object
com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.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
KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command (with variable substitution)
.static org.jvnet.localizer.Localizable
KeyBatchCommandInstaller.no_command
:Must provide a command to run.
.static org.jvnet.localizer.Localizable
KeyBatchCommandInstaller.no_toolHome
:Must provide a tool home directory.
.static org.jvnet.localizer.Localizable
KeySharedDirectoryInstaller.DescriptorImpl.displayName
:Use tool from the specified directory
.static org.jvnet.localizer.Localizable
KeySharedDirectoryInstaller.no_toolHome
:Must provide a tool home directory.
.static org.jvnet.localizer.Localizable
KeyStubInstaller.defaultMessage
:Installation will be skipped.
.static org.jvnet.localizer.Localizable
KeyStubInstaller.displayName
:Skip or fail the installation
.static org.jvnet.localizer.Localizable
KeyStubInstaller.noMessage
:No message specified. Default message will be used.
.static String
KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command (with variable substitution)
.static String
KeyBatchCommandInstaller.no_command
:Must provide a command to run.
.static String
KeyBatchCommandInstaller.no_toolHome
:Must provide a tool home directory.
.static String
KeySharedDirectoryInstaller.DescriptorImpl.displayName
:Use tool from the specified directory
.static String
KeySharedDirectoryInstaller.no_toolHome
:Must provide a tool home directory.
.static String
KeyStubInstaller.defaultMessage
:Installation will be skipped.
.static String
KeyStubInstaller.displayName
:Skip or fail the installation
.static String
KeyStubInstaller.noMessage
:No message specified. Default message will be used.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
StubInstaller_defaultMessage
KeyStubInstaller.defaultMessage
:Installation will be skipped.
.- Returns:
Installation will be skipped.
-
_StubInstaller_defaultMessage
public static org.jvnet.localizer.Localizable _StubInstaller_defaultMessage()KeyStubInstaller.defaultMessage
:Installation will be skipped.
.- Returns:
Installation will be skipped.
-
BatchCommandInstaller_no_toolHome
KeyBatchCommandInstaller.no_toolHome
:Must provide a tool home directory.
.- Returns:
Must provide a tool home directory.
-
_BatchCommandInstaller_no_toolHome
public static org.jvnet.localizer.Localizable _BatchCommandInstaller_no_toolHome()KeyBatchCommandInstaller.no_toolHome
:Must provide a tool home directory.
.- Returns:
Must provide a tool home directory.
-
StubInstaller_displayName
KeyStubInstaller.displayName
:Skip or fail the installation
.- Returns:
Skip or fail the installation
-
_StubInstaller_displayName
public static org.jvnet.localizer.Localizable _StubInstaller_displayName()KeyStubInstaller.displayName
:Skip or fail the installation
.- Returns:
Skip or fail the installation
-
BatchCommandInstaller_DescriptorImpl_displayName
KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command (with variable substitution)
.- Returns:
Run Batch Command (with variable substitution)
-
_BatchCommandInstaller_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _BatchCommandInstaller_DescriptorImpl_displayName()KeyBatchCommandInstaller.DescriptorImpl.displayName
:Run Batch Command (with variable substitution)
.- Returns:
Run Batch Command (with variable substitution)
-
StubInstaller_noMessage
KeyStubInstaller.noMessage
:No message specified. Default message will be used.
.- Returns:
No message specified. Default message will be used.
-
_StubInstaller_noMessage
public static org.jvnet.localizer.Localizable _StubInstaller_noMessage()KeyStubInstaller.noMessage
:No message specified. Default message will be used.
.- Returns:
No message specified. Default message will be used.
-
BatchCommandInstaller_no_command
KeyBatchCommandInstaller.no_command
:Must provide a command to run.
.- Returns:
Must provide a command to run.
-
_BatchCommandInstaller_no_command
public static org.jvnet.localizer.Localizable _BatchCommandInstaller_no_command()KeyBatchCommandInstaller.no_command
:Must provide a command to run.
.- Returns:
Must provide a command to run.
-