Class ScannerGlobalConfig
java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
io.jenkins.plugins.synopsys.security.scan.extension.global.ScannerGlobalConfig
- All Implemented Interfaces:
ExtensionPoint
,Describable<GlobalConfiguration>
,Saveable
,Serializable
,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 TypeMethodDescriptiondoTestBlackDuckConnection
(String blackDuckUrl, String blackDuckCredentialsId) doTestCoverityConnection
(String coverityConnectUrl, String coverityCredentialsId) doTestPolarisConnection
(String polarisServerUrl, String polarisCredentialsId) doTestSrmConnection
(String srmUrl, String srmCredentialsId) void
setBitbucketCredentialsId
(String bitbucketCredentialsId) void
setBlackDuckCredentialsId
(String blackDuckCredentialsId) void
setBlackDuckInstallationPath
(String blackDuckInstallationPath) void
setBlackDuckUrl
(String blackDuckUrl) void
setCoverityConnectUrl
(String coverityConnectUrl) void
setCoverityCredentialsId
(String coverityCredentialsId) void
setCoverityInstallationPath
(String coverityInstallationPath) 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
void
setSynopsysBridgeDownloadUrlForLinux
(String synopsysBridgeDownloadUrlForLinux) void
setSynopsysBridgeDownloadUrlForMac
(String synopsysBridgeDownloadUrlForMac) void
setSynopsysBridgeDownloadUrlForWindows
(String synopsysBridgeDownloadUrlForWindows) void
setSynopsysBridgeInstallationPath
(String synopsysBridgeInstallationPath) void
setSynopsysBridgeVersion
(String synopsysBridgeVersion) 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
-
setBlackDuckUrl
-
setBlackDuckInstallationPath
-
setCoverityConnectUrl
-
setCoverityInstallationPath
-
setBitbucketCredentialsId
-
setGithubCredentialsId
-
setGitlabCredentialsId
-
setSynopsysBridgeDownloadUrlForMac
@DataBoundSetter public void setSynopsysBridgeDownloadUrlForMac(String synopsysBridgeDownloadUrlForMac) -
setSynopsysBridgeDownloadUrlForWindows
@DataBoundSetter public void setSynopsysBridgeDownloadUrlForWindows(String synopsysBridgeDownloadUrlForWindows) -
setSynopsysBridgeDownloadUrlForLinux
@DataBoundSetter public void setSynopsysBridgeDownloadUrlForLinux(String synopsysBridgeDownloadUrlForLinux) -
setSynopsysBridgeVersion
-
setSynopsysBridgeInstallationPath
@DataBoundSetter public void setSynopsysBridgeInstallationPath(String synopsysBridgeInstallationPath) -
setPolarisServerUrl
-
setBlackDuckCredentialsId
-
setPolarisCredentialsId
-
setCoverityCredentialsId
-
setSrmUrl
-
setSrmCredentialsId
-
setSrmSCAInstallationPath
-
setSrmSASTInstallationPath
-
getBlackDuckUrl
-
getBlackDuckInstallationPath
-
getCoverityConnectUrl
-
getCoverityInstallationPath
-
getSynopsysBridgeDownloadUrlForMac
-
getSynopsysBridgeDownloadUrlForWindows
-
getSynopsysBridgeDownloadUrlForLinux
-
getSynopsysBridgeVersion
-
getSynopsysBridgeInstallationPath
-
getPolarisServerUrl
-
getBlackDuckCredentialsId
-
getCoverityCredentialsId
-
getPolarisCredentialsId
-
getBitbucketCredentialsId
-
getGithubCredentialsId
-
getGitlabCredentialsId
-
getSrmUrl
-
getSrmCredentialsId
-
getSrmSCAInstallationPath
-
getSrmSASTInstallationPath
-
doFillBlackDuckCredentialsIdItems
-
doFillPolarisCredentialsIdItems
-
doFillCoverityCredentialsIdItems
-
doFillSrmCredentialsIdItems
-
doFillBitbucketCredentialsIdItems
-
doFillGithubCredentialsIdItems
-
doFillGitlabCredentialsIdItems
-
doTestBlackDuckConnection
@POST public FormValidation doTestBlackDuckConnection(@QueryParameter("blackDuckUrl") String blackDuckUrl, @QueryParameter("blackDuckCredentialsId") String blackDuckCredentialsId) -
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)
-