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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyBatchCommandInstaller.DescriptorImpl.displayName:Run Batch Command (with variable substitution).static org.jvnet.localizer.LocalizableKeyBatchCommandInstaller.no_command:Must provide a command to run..static org.jvnet.localizer.LocalizableKeyBatchCommandInstaller.no_toolHome:Must provide a tool home directory..static org.jvnet.localizer.LocalizableKeySharedDirectoryInstaller.DescriptorImpl.displayName:Use tool from the specified directory.static org.jvnet.localizer.LocalizableKeySharedDirectoryInstaller.no_toolHome:Must provide a tool home directory..static org.jvnet.localizer.LocalizableKeyStubInstaller.defaultMessage:Installation will be skipped..static org.jvnet.localizer.LocalizableKeyStubInstaller.displayName:Skip or fail the installation.static org.jvnet.localizer.LocalizableKeyStubInstaller.noMessage:No message specified. Default message will be used..static StringKeyBatchCommandInstaller.DescriptorImpl.displayName:Run Batch Command (with variable substitution).static StringKeyBatchCommandInstaller.no_command:Must provide a command to run..static StringKeyBatchCommandInstaller.no_toolHome:Must provide a tool home directory..static StringKeySharedDirectoryInstaller.DescriptorImpl.displayName:Use tool from the specified directory.static StringKeySharedDirectoryInstaller.no_toolHome:Must provide a tool home directory..static StringKeyStubInstaller.defaultMessage:Installation will be skipped..static StringKeyStubInstaller.displayName:Skip or fail the installation.static StringKeyStubInstaller.noMessage:No message specified. Default message will be used..
- 
Constructor Details- 
Messagespublic Messages()
 
- 
- 
Method Details- 
StubInstaller_defaultMessageKeyStubInstaller.defaultMessage:Installation will be skipped..- Returns:
- Installation will be skipped.
 
- 
_StubInstaller_defaultMessagepublic static org.jvnet.localizer.Localizable _StubInstaller_defaultMessage()KeyStubInstaller.defaultMessage:Installation will be skipped..- Returns:
- Installation will be skipped.
 
- 
BatchCommandInstaller_no_toolHomeKeyBatchCommandInstaller.no_toolHome:Must provide a tool home directory..- Returns:
- Must provide a tool home directory.
 
- 
_BatchCommandInstaller_no_toolHomepublic 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_displayNameKeyStubInstaller.displayName:Skip or fail the installation.- Returns:
- Skip or fail the installation
 
- 
_StubInstaller_displayNamepublic static org.jvnet.localizer.Localizable _StubInstaller_displayName()KeyStubInstaller.displayName:Skip or fail the installation.- Returns:
- Skip or fail the installation
 
- 
BatchCommandInstaller_DescriptorImpl_displayNameKeyBatchCommandInstaller.DescriptorImpl.displayName:Run Batch Command (with variable substitution).- Returns:
- Run Batch Command (with variable substitution)
 
- 
_BatchCommandInstaller_DescriptorImpl_displayNamepublic 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_noMessageKeyStubInstaller.noMessage:No message specified. Default message will be used..- Returns:
- No message specified. Default message will be used.
 
- 
_StubInstaller_noMessagepublic 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_commandKeyBatchCommandInstaller.no_command:Must provide a command to run..- Returns:
- Must provide a command to run.
 
- 
_BatchCommandInstaller_no_commandpublic static org.jvnet.localizer.Localizable _BatchCommandInstaller_no_command()KeyBatchCommandInstaller.no_command:Must provide a command to run..- Returns:
- Must provide a command to run.
 
 
-