Class Messages
java.lang.Object
org.jenkinsci.plugins.DependencyCheck.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.LocalizableKeyBuilder.DescriptorImpl.emptyCredentialsId:Credentials is required.static org.jvnet.localizer.LocalizableKeyBuilder.DescriptorImpl.invalidCredentialsId:Current credentials does not exists.static org.jvnet.localizer.LocalizableKeyBuilder.InstallationNotSpecified:A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use..static org.jvnet.localizer.LocalizableKeyBuilder.InvalidNode:Not running on a build node. cannot continue..static org.jvnet.localizer.LocalizableKeyBuilder.Name:Invoke Dependency-Check.static org.jvnet.localizer.LocalizableKeyBuilder.nodeOffline:Cannot get installation for node, since it is not online.static org.jvnet.localizer.LocalizableKeyBuilder.noExecutableFound:Couldn’t find any executable in "{0}".static org.jvnet.localizer.LocalizableKeyBuilder.noInstallationFound:No installation {0} found. Please define one in manager Jenkins..static org.jvnet.localizer.LocalizableKeyBuilder.Skip:Skipping Dependency-Check analysis.static org.jvnet.localizer.LocalizableKeyInstallation.displayName:Dependency-Check.static org.jvnet.localizer.LocalizableKeyInstaller.displayName:Install from github.com.static org.jvnet.localizer.Localizable_Installer_failedToUnpack(Object arg0, Object arg1) KeyInstaller.failedToUnpack:Failed to unpack {0} ({1} bytes read).static org.jvnet.localizer.Localizable_Installer_installFromCache(Object arg0, Object arg1, Object arg2) KeyInstaller.installFromCache:Installing dependency check from {0} to {1} on {2}.static org.jvnet.localizer.LocalizableKeyInstaller.invalidMD5Cache:Discarded cached archive {0} because does not match stored MD5.static org.jvnet.localizer.Localizable_Platform_unknown(Object arg0) KeyPlatform.unknown:Unknown OS name: {0}.static org.jvnet.localizer.LocalizableKeyPublisher.CollectingArtifact:Collecting Dependency-Check artifact.static org.jvnet.localizer.LocalizableKeyPublisher.FailBuild:Dependency-Check scan failed..static org.jvnet.localizer.LocalizableKeyPublisher.Name:Publish Dependency-Check results.static org.jvnet.localizer.LocalizableKeyPublisher.NoArtifactsFound:Unable to find Dependency-Check reports to parse.static org.jvnet.localizer.Localizable_Publisher_NotParsable(Object arg0) KeyPublisher.NotParsable:Unable to parse {0}.static org.jvnet.localizer.LocalizableKeyPublisher.ParsingFile:Parsing file.static org.jvnet.localizer.LocalizableKeyPublisher.Threshold.Exceed:Findings exceed configured thresholds.static org.jvnet.localizer.LocalizableKeySystemTools.failureOnProperties:Error getting system properties on remote Node.static org.jvnet.localizer.LocalizableKeySystemTools.nodeNotAvailable:Node could be offline or there are no executor defined for Node {0}.static StringKeyBuilder.DescriptorImpl.emptyCredentialsId:Credentials is required.static StringKeyBuilder.DescriptorImpl.invalidCredentialsId:Current credentials does not exists.static StringKeyBuilder.InstallationNotSpecified:A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use..static StringKeyBuilder.InvalidNode:Not running on a build node. cannot continue..static StringKeyBuilder.Name:Invoke Dependency-Check.static StringKeyBuilder.nodeOffline:Cannot get installation for node, since it is not online.static StringKeyBuilder.noExecutableFound:Couldn’t find any executable in "{0}".static StringKeyBuilder.noInstallationFound:No installation {0} found. Please define one in manager Jenkins..static StringKeyBuilder.Skip:Skipping Dependency-Check analysis.static StringKeyInstallation.displayName:Dependency-Check.static StringKeyInstaller.displayName:Install from github.com.static StringInstaller_failedToUnpack(Object arg0, Object arg1) KeyInstaller.failedToUnpack:Failed to unpack {0} ({1} bytes read).static StringInstaller_installFromCache(Object arg0, Object arg1, Object arg2) KeyInstaller.installFromCache:Installing dependency check from {0} to {1} on {2}.static StringKeyInstaller.invalidMD5Cache:Discarded cached archive {0} because does not match stored MD5.static StringPlatform_unknown(Object arg0) KeyPlatform.unknown:Unknown OS name: {0}.static StringKeyPublisher.CollectingArtifact:Collecting Dependency-Check artifact.static StringKeyPublisher.FailBuild:Dependency-Check scan failed..static StringKeyPublisher.Name:Publish Dependency-Check results.static StringKeyPublisher.NoArtifactsFound:Unable to find Dependency-Check reports to parse.static StringPublisher_NotParsable(Object arg0) KeyPublisher.NotParsable:Unable to parse {0}.static StringKeyPublisher.ParsingFile:Parsing file.static StringKeyPublisher.Threshold.Exceed:Findings exceed configured thresholds.static StringKeySystemTools.failureOnProperties:Error getting system properties on remote Node.static StringKeySystemTools.nodeNotAvailable:Node could be offline or there are no executor defined for Node {0}.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Publisher_NoArtifactsFound
KeyPublisher.NoArtifactsFound:Unable to find Dependency-Check reports to parse.- Returns:
Unable to find Dependency-Check reports to parse
-
_Publisher_NoArtifactsFound
public static org.jvnet.localizer.Localizable _Publisher_NoArtifactsFound()KeyPublisher.NoArtifactsFound:Unable to find Dependency-Check reports to parse.- Returns:
Unable to find Dependency-Check reports to parse
-
Installer_installFromCache
KeyInstaller.installFromCache:Installing dependency check from {0} to {1} on {2}.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Installing dependency check from {0} to {1} on {2}
-
_Installer_installFromCache
public static org.jvnet.localizer.Localizable _Installer_installFromCache(Object arg0, Object arg1, Object arg2) KeyInstaller.installFromCache:Installing dependency check from {0} to {1} on {2}.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Installing dependency check from {0} to {1} on {2}
-
Publisher_CollectingArtifact
KeyPublisher.CollectingArtifact:Collecting Dependency-Check artifact.- Returns:
Collecting Dependency-Check artifact
-
_Publisher_CollectingArtifact
public static org.jvnet.localizer.Localizable _Publisher_CollectingArtifact()KeyPublisher.CollectingArtifact:Collecting Dependency-Check artifact.- Returns:
Collecting Dependency-Check artifact
-
Builder_DescriptorImpl_invalidCredentialsId
KeyBuilder.DescriptorImpl.invalidCredentialsId:Current credentials does not exists.- Returns:
Current credentials does not exists
-
_Builder_DescriptorImpl_invalidCredentialsId
public static org.jvnet.localizer.Localizable _Builder_DescriptorImpl_invalidCredentialsId()KeyBuilder.DescriptorImpl.invalidCredentialsId:Current credentials does not exists.- Returns:
Current credentials does not exists
-
Installer_invalidMD5Cache
KeyInstaller.invalidMD5Cache:Discarded cached archive {0} because does not match stored MD5.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Discarded cached archive {0} because does not match stored MD5
-
_Installer_invalidMD5Cache
KeyInstaller.invalidMD5Cache:Discarded cached archive {0} because does not match stored MD5.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Discarded cached archive {0} because does not match stored MD5
-
Builder_DescriptorImpl_emptyCredentialsId
KeyBuilder.DescriptorImpl.emptyCredentialsId:Credentials is required.- Returns:
Credentials is required
-
_Builder_DescriptorImpl_emptyCredentialsId
public static org.jvnet.localizer.Localizable _Builder_DescriptorImpl_emptyCredentialsId()KeyBuilder.DescriptorImpl.emptyCredentialsId:Credentials is required.- Returns:
Credentials is required
-
Installer_displayName
KeyInstaller.displayName:Install from github.com.- Returns:
Install from github.com
-
_Installer_displayName
public static org.jvnet.localizer.Localizable _Installer_displayName()KeyInstaller.displayName:Install from github.com.- Returns:
Install from github.com
-
Publisher_ParsingFile
KeyPublisher.ParsingFile:Parsing file.- Returns:
Parsing file
-
_Publisher_ParsingFile
public static org.jvnet.localizer.Localizable _Publisher_ParsingFile()KeyPublisher.ParsingFile:Parsing file.- Returns:
Parsing file
-
Publisher_NotParsable
KeyPublisher.NotParsable:Unable to parse {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to parse {0}
-
_Publisher_NotParsable
KeyPublisher.NotParsable:Unable to parse {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to parse {0}
-
Builder_Skip
KeyBuilder.Skip:Skipping Dependency-Check analysis.- Returns:
Skipping Dependency-Check analysis
-
_Builder_Skip
public static org.jvnet.localizer.Localizable _Builder_Skip()KeyBuilder.Skip:Skipping Dependency-Check analysis.- Returns:
Skipping Dependency-Check analysis
-
Builder_InvalidNode
KeyBuilder.InvalidNode:Not running on a build node. cannot continue..- Returns:
Not running on a build node. cannot continue.
-
_Builder_InvalidNode
public static org.jvnet.localizer.Localizable _Builder_InvalidNode()KeyBuilder.InvalidNode:Not running on a build node. cannot continue..- Returns:
Not running on a build node. cannot continue.
-
Builder_noExecutableFound
KeyBuilder.noExecutableFound:Couldn’t find any executable in "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Couldn’t find any executable in "{0}"
-
_Builder_noExecutableFound
KeyBuilder.noExecutableFound:Couldn’t find any executable in "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Couldn’t find any executable in "{0}"
-
Builder_InstallationNotSpecified
KeyBuilder.InstallationNotSpecified:A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use..- Returns:
A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use.
-
_Builder_InstallationNotSpecified
public static org.jvnet.localizer.Localizable _Builder_InstallationNotSpecified()KeyBuilder.InstallationNotSpecified:A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use..- Returns:
A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use.
-
Publisher_Name
KeyPublisher.Name:Publish Dependency-Check results.- Returns:
Publish Dependency-Check results
-
_Publisher_Name
public static org.jvnet.localizer.Localizable _Publisher_Name()KeyPublisher.Name:Publish Dependency-Check results.- Returns:
Publish Dependency-Check results
-
Publisher_Threshold_Exceed
KeyPublisher.Threshold.Exceed:Findings exceed configured thresholds.- Returns:
Findings exceed configured thresholds
-
_Publisher_Threshold_Exceed
public static org.jvnet.localizer.Localizable _Publisher_Threshold_Exceed()KeyPublisher.Threshold.Exceed:Findings exceed configured thresholds.- Returns:
Findings exceed configured thresholds
-
Builder_nodeOffline
KeyBuilder.nodeOffline:Cannot get installation for node, since it is not online.- Returns:
Cannot get installation for node, since it is not online
-
_Builder_nodeOffline
public static org.jvnet.localizer.Localizable _Builder_nodeOffline()KeyBuilder.nodeOffline:Cannot get installation for node, since it is not online.- Returns:
Cannot get installation for node, since it is not online
-
Installer_failedToUnpack
KeyInstaller.failedToUnpack:Failed to unpack {0} ({1} bytes read).- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to unpack {0} ({1} bytes read)
-
_Installer_failedToUnpack
KeyInstaller.failedToUnpack:Failed to unpack {0} ({1} bytes read).- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to unpack {0} ({1} bytes read)
-
Publisher_FailBuild
KeyPublisher.FailBuild:Dependency-Check scan failed..- Returns:
Dependency-Check scan failed.
-
_Publisher_FailBuild
public static org.jvnet.localizer.Localizable _Publisher_FailBuild()KeyPublisher.FailBuild:Dependency-Check scan failed..- Returns:
Dependency-Check scan failed.
-
Builder_Name
KeyBuilder.Name:Invoke Dependency-Check.- Returns:
Invoke Dependency-Check
-
_Builder_Name
public static org.jvnet.localizer.Localizable _Builder_Name()KeyBuilder.Name:Invoke Dependency-Check.- Returns:
Invoke Dependency-Check
-
Builder_noInstallationFound
KeyBuilder.noInstallationFound:No installation {0} found. Please define one in manager Jenkins..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No installation {0} found. Please define one in manager Jenkins.
-
_Builder_noInstallationFound
KeyBuilder.noInstallationFound:No installation {0} found. Please define one in manager Jenkins..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No installation {0} found. Please define one in manager Jenkins.
-
SystemTools_nodeNotAvailable
KeySystemTools.nodeNotAvailable:Node could be offline or there are no executor defined for Node {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Node could be offline or there are no executor defined for Node {0}
-
_SystemTools_nodeNotAvailable
KeySystemTools.nodeNotAvailable:Node could be offline or there are no executor defined for Node {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Node could be offline or there are no executor defined for Node {0}
-
Platform_unknown
KeyPlatform.unknown:Unknown OS name: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown OS name: {0}
-
_Platform_unknown
KeyPlatform.unknown:Unknown OS name: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown OS name: {0}
-
Installation_displayName
KeyInstallation.displayName:Dependency-Check.- Returns:
Dependency-Check
-
_Installation_displayName
public static org.jvnet.localizer.Localizable _Installation_displayName()KeyInstallation.displayName:Dependency-Check.- Returns:
Dependency-Check
-
SystemTools_failureOnProperties
KeySystemTools.failureOnProperties:Error getting system properties on remote Node.- Returns:
Error getting system properties on remote Node
-
_SystemTools_failureOnProperties
public static org.jvnet.localizer.Localizable _SystemTools_failureOnProperties()KeySystemTools.failureOnProperties:Error getting system properties on remote Node.- Returns:
Error getting system properties on remote Node
-