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
@Extension public class ScannerGlobalConfig extends GlobalConfiguration implements Serializable
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description ScannerGlobalConfig()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
setBlackDuckUrl
@DataBoundSetter public void setBlackDuckUrl(String blackDuckUrl)
-
setBlackDuckInstallationPath
@DataBoundSetter public void setBlackDuckInstallationPath(String blackDuckInstallationPath)
-
setCoverityConnectUrl
@DataBoundSetter public void setCoverityConnectUrl(String coverityConnectUrl)
-
setCoverityInstallationPath
@DataBoundSetter public void setCoverityInstallationPath(String coverityInstallationPath)
-
setBitbucketCredentialsId
@DataBoundSetter public void setBitbucketCredentialsId(String bitbucketCredentialsId)
-
setGithubCredentialsId
@DataBoundSetter public void setGithubCredentialsId(String githubCredentialsId)
-
setGitlabCredentialsId
@DataBoundSetter public void setGitlabCredentialsId(String gitlabCredentialsId)
-
setSynopsysBridgeDownloadUrlForMac
@DataBoundSetter public void setSynopsysBridgeDownloadUrlForMac(String synopsysBridgeDownloadUrlForMac)
-
setSynopsysBridgeDownloadUrlForWindows
@DataBoundSetter public void setSynopsysBridgeDownloadUrlForWindows(String synopsysBridgeDownloadUrlForWindows)
-
setSynopsysBridgeDownloadUrlForLinux
@DataBoundSetter public void setSynopsysBridgeDownloadUrlForLinux(String synopsysBridgeDownloadUrlForLinux)
-
setSynopsysBridgeVersion
@DataBoundSetter public void setSynopsysBridgeVersion(String synopsysBridgeVersion)
-
setSynopsysBridgeInstallationPath
@DataBoundSetter public void setSynopsysBridgeInstallationPath(String synopsysBridgeInstallationPath)
-
setPolarisServerUrl
@DataBoundSetter public void setPolarisServerUrl(String polarisServerUrl)
-
setBlackDuckCredentialsId
@DataBoundSetter public void setBlackDuckCredentialsId(String blackDuckCredentialsId)
-
setPolarisCredentialsId
@DataBoundSetter public void setPolarisCredentialsId(String polarisCredentialsId)
-
setCoverityCredentialsId
@DataBoundSetter public void setCoverityCredentialsId(String coverityCredentialsId)
-
setSrmUrl
@DataBoundSetter public void setSrmUrl(String srmUrl)
-
setSrmCredentialsId
@DataBoundSetter public void setSrmCredentialsId(String srmCredentialsId)
-
setSrmSCAInstallationPath
@DataBoundSetter public void setSrmSCAInstallationPath(String srmSCAInstallationPath)
-
setSrmSASTInstallationPath
@DataBoundSetter public void setSrmSASTInstallationPath(String srmSASTInstallationPath)
-
getBlackDuckUrl
public String getBlackDuckUrl()
-
getBlackDuckInstallationPath
public String getBlackDuckInstallationPath()
-
getCoverityConnectUrl
public String getCoverityConnectUrl()
-
getCoverityInstallationPath
public String getCoverityInstallationPath()
-
getSynopsysBridgeDownloadUrlForMac
public String getSynopsysBridgeDownloadUrlForMac()
-
getSynopsysBridgeDownloadUrlForWindows
public String getSynopsysBridgeDownloadUrlForWindows()
-
getSynopsysBridgeDownloadUrlForLinux
public String getSynopsysBridgeDownloadUrlForLinux()
-
getSynopsysBridgeVersion
public String getSynopsysBridgeVersion()
-
getSynopsysBridgeInstallationPath
public String getSynopsysBridgeInstallationPath()
-
getPolarisServerUrl
public String getPolarisServerUrl()
-
getBlackDuckCredentialsId
public String getBlackDuckCredentialsId()
-
getCoverityCredentialsId
public String getCoverityCredentialsId()
-
getPolarisCredentialsId
public String getPolarisCredentialsId()
-
getBitbucketCredentialsId
public String getBitbucketCredentialsId()
-
getGithubCredentialsId
public String getGithubCredentialsId()
-
getGitlabCredentialsId
public String getGitlabCredentialsId()
-
getSrmUrl
public String getSrmUrl()
-
getSrmCredentialsId
public String getSrmCredentialsId()
-
getSrmSCAInstallationPath
public String getSrmSCAInstallationPath()
-
getSrmSASTInstallationPath
public String getSrmSASTInstallationPath()
-
doFillBlackDuckCredentialsIdItems
public ListBoxModel doFillBlackDuckCredentialsIdItems()
-
doFillPolarisCredentialsIdItems
public ListBoxModel doFillPolarisCredentialsIdItems()
-
doFillCoverityCredentialsIdItems
public ListBoxModel doFillCoverityCredentialsIdItems()
-
doFillSrmCredentialsIdItems
public ListBoxModel doFillSrmCredentialsIdItems()
-
doFillBitbucketCredentialsIdItems
public ListBoxModel doFillBitbucketCredentialsIdItems()
-
doFillGithubCredentialsIdItems
public ListBoxModel doFillGithubCredentialsIdItems()
-
doFillGitlabCredentialsIdItems
public ListBoxModel 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)
-
-