Class ScannerGlobalConfig
java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
io.jenkins.plugins.security.scan.extension.global.ScannerGlobalConfig
- All Implemented Interfaces:
ExtensionPoint
,Describable<GlobalConfiguration>
,Saveable
,Serializable
,Loadable
,OnMaster
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoTestBlackDuckSCAConnection
(String blackDuckSCAUrl, String blackDuckSCACredentialsId) doTestCoverityConnection
(String coverityConnectUrl, String coverityCredentialsId) doTestPolarisConnection
(String polarisServerUrl, String polarisCredentialsId) doTestSrmConnection
(String srmUrl, String srmCredentialsId) void
setBitbucketCredentialsId
(String bitbucketCredentialsId) void
setBlackDuckSCACredentialsId
(String blackDuckSCACredentialsId) void
setBlackDuckSCAUrl
(String blackDuckSCAUrl) void
setBridgeDownloadUrlForLinux
(String bridgeDownloadUrlForLinux) void
setBridgeDownloadUrlForMac
(String bridgeDownloadUrlForMac) void
setBridgeDownloadUrlForWindows
(String bridgeDownloadUrlForWindows) void
setBridgeDownloadVersion
(String bridgeDownloadVersion) void
setBridgeInstallationPath
(String bridgeInstallationPath) void
setCoverityConnectUrl
(String coverityConnectUrl) void
setCoverityCredentialsId
(String coverityCredentialsId) void
setCoverityInstallationPath
(String coverityInstallationPath) void
setDetectInstallationPath
(String detectInstallationPath) void
setGithubCredentialsId
(String githubCredentialsId) void
setGitlabCredentialsId
(String gitlabCredentialsId) void
setPolarisCredentialsId
(String polarisCredentialsId) void
setPolarisServerUrl
(String polarisServerUrl) void
setSrmCredentialsId
(String srmCredentialsId) void
setSrmSASTInstallationPath
(String srmSASTInstallationPath) void
setSrmSCAInstallationPath
(String srmSCAInstallationPath) void
Methods inherited from class jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPage
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
ScannerGlobalConfig
@DataBoundConstructor public ScannerGlobalConfig()
-
-
Method Details
-
setBlackDuckSCAUrl
-
setBlackDuckSCACredentialsId
-
setDetectInstallationPath
-
setCoverityConnectUrl
-
setCoverityInstallationPath
-
setBitbucketCredentialsId
-
setGithubCredentialsId
-
setGitlabCredentialsId
-
setBridgeDownloadUrlForMac
-
setBridgeDownloadUrlForWindows
-
setBridgeDownloadUrlForLinux
-
setBridgeDownloadVersion
-
setBridgeInstallationPath
-
setPolarisServerUrl
-
setPolarisCredentialsId
-
setCoverityCredentialsId
-
setSrmUrl
-
setSrmCredentialsId
-
setSrmSCAInstallationPath
-
setSrmSASTInstallationPath
-
getBlackDuckSCAUrl
-
getDetectInstallationPath
-
getCoverityConnectUrl
-
getCoverityInstallationPath
-
getBridgeDownloadUrlForMac
-
getBridgeDownloadUrlForWindows
-
getBridgeDownloadUrlForLinux
-
getBridgeDownloadVersion
-
getBridgeInstallationPath
-
getPolarisServerUrl
-
getBlackDuckSCACredentialsId
-
getCoverityCredentialsId
-
getPolarisCredentialsId
-
getBitbucketCredentialsId
-
getGithubCredentialsId
-
getGitlabCredentialsId
-
getSrmUrl
-
getSrmCredentialsId
-
getSrmSCAInstallationPath
-
getSrmSASTInstallationPath
-
doFillBlackDuckSCACredentialsIdItems
-
doFillPolarisCredentialsIdItems
-
doFillCoverityCredentialsIdItems
-
doFillSrmCredentialsIdItems
-
doFillBitbucketCredentialsIdItems
-
doFillGithubCredentialsIdItems
-
doFillGitlabCredentialsIdItems
-
doTestBlackDuckSCAConnection
@POST public FormValidation doTestBlackDuckSCAConnection(@QueryParameter("blackDuckSCAUrl") String blackDuckSCAUrl, @QueryParameter("blackDuckSCACredentialsId") String blackDuckSCACredentialsId) -
doTestPolarisConnection
@POST public FormValidation doTestPolarisConnection(@QueryParameter("polarisServerUrl") String polarisServerUrl, @QueryParameter("polarisCredentialsId") String polarisCredentialsId) -
doTestCoverityConnection
@POST public FormValidation doTestCoverityConnection(@QueryParameter("coverityConnectUrl") String coverityConnectUrl, @QueryParameter("coverityCredentialsId") String coverityCredentialsId) -
doTestSrmConnection
@POST public FormValidation doTestSrmConnection(@QueryParameter("srmUrl") String srmUrl, @QueryParameter("srmCredentialsId") String srmCredentialsId)
-