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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyBuilder.DescriptorImpl.emptyCredentialsId
:Credentials is required
.static org.jvnet.localizer.Localizable
KeyBuilder.DescriptorImpl.invalidCredentialsId
:Current credentials does not exists
.static org.jvnet.localizer.Localizable
KeyBuilder.InstallationNotSpecified
:A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use.
.static org.jvnet.localizer.Localizable
KeyBuilder.InvalidNode
:Not running on a build node. cannot continue.
.static org.jvnet.localizer.Localizable
KeyBuilder.Name
:Invoke Dependency-Check
.static org.jvnet.localizer.Localizable
KeyBuilder.nodeOffline
:Cannot get installation for node, since it is not online
.static org.jvnet.localizer.Localizable
KeyBuilder.noExecutableFound
:Couldn’t find any executable in "{0}"
.static org.jvnet.localizer.Localizable
KeyBuilder.noInstallationFound
:No installation {0} found. Please define one in manager Jenkins.
.static org.jvnet.localizer.Localizable
KeyBuilder.Skip
:Skipping Dependency-Check analysis
.static org.jvnet.localizer.Localizable
KeyInstallation.displayName
:Dependency-Check
.static org.jvnet.localizer.Localizable
KeyInstaller.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.Localizable
KeyInstaller.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.Localizable
KeyPublisher.CollectingArtifact
:Collecting Dependency-Check artifact
.static org.jvnet.localizer.Localizable
KeyPublisher.FailBuild
:Dependency-Check scan failed.
.static org.jvnet.localizer.Localizable
KeyPublisher.Name
:Publish Dependency-Check results
.static org.jvnet.localizer.Localizable
KeyPublisher.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.Localizable
KeyPublisher.ParsingFile
:Parsing file
.static org.jvnet.localizer.Localizable
KeyPublisher.Threshold.Exceed
:Findings exceed configured thresholds
.static org.jvnet.localizer.Localizable
KeySystemTools.failureOnProperties
:Error getting system properties on remote Node
.static org.jvnet.localizer.Localizable
KeySystemTools.nodeNotAvailable
:Node could be offline or there are no executor defined for Node {0}
.static String
KeyBuilder.DescriptorImpl.emptyCredentialsId
:Credentials is required
.static String
KeyBuilder.DescriptorImpl.invalidCredentialsId
:Current credentials does not exists
.static String
KeyBuilder.InstallationNotSpecified
:A Dependency-Check installation was not specified. Please configure the build and specify a Dependency-Check installation to use.
.static String
KeyBuilder.InvalidNode
:Not running on a build node. cannot continue.
.static String
KeyBuilder.Name
:Invoke Dependency-Check
.static String
KeyBuilder.nodeOffline
:Cannot get installation for node, since it is not online
.static String
KeyBuilder.noExecutableFound
:Couldn’t find any executable in "{0}"
.static String
KeyBuilder.noInstallationFound
:No installation {0} found. Please define one in manager Jenkins.
.static String
KeyBuilder.Skip
:Skipping Dependency-Check analysis
.static String
KeyInstallation.displayName
:Dependency-Check
.static String
KeyInstaller.displayName
:Install from github.com
.static String
Installer_failedToUnpack
(Object arg0, Object arg1) KeyInstaller.failedToUnpack
:Failed to unpack {0} ({1} bytes read)
.static String
Installer_installFromCache
(Object arg0, Object arg1, Object arg2) KeyInstaller.installFromCache
:Installing dependency check from {0} to {1} on {2}
.static String
KeyInstaller.invalidMD5Cache
:Discarded cached archive {0} because does not match stored MD5
.static String
Platform_unknown
(Object arg0) KeyPlatform.unknown
:Unknown OS name: {0}
.static String
KeyPublisher.CollectingArtifact
:Collecting Dependency-Check artifact
.static String
KeyPublisher.FailBuild
:Dependency-Check scan failed.
.static String
KeyPublisher.Name
:Publish Dependency-Check results
.static String
KeyPublisher.NoArtifactsFound
:Unable to find Dependency-Check reports to parse
.static String
Publisher_NotParsable
(Object arg0) KeyPublisher.NotParsable
:Unable to parse {0}
.static String
KeyPublisher.ParsingFile
:Parsing file
.static String
KeyPublisher.Threshold.Exceed
:Findings exceed configured thresholds
.static String
KeySystemTools.failureOnProperties
:Error getting system properties on remote Node
.static String
KeySystemTools.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
-