- CertificateAcceptance - Enum in com.secdec.codedx.security
-
- CHART_HEIGHT - Static variable in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- CHART_WIDTH - Static variable in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- checkAcceptance(Certificate, CertificateException) - Method in class com.secdec.codedx.security.FingerprintStrategy
-
- checkAcceptance(Certificate, CertificateException) - Method in interface com.secdec.codedx.security.InvalidCertificateStrategy
-
Determine what to do with a certificate (reject, accept temporarily, or
accept permanently)
- checkClientTrusted(X509Certificate[], String) - Method in class com.secdec.codedx.security.CompositeX509TrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class com.secdec.codedx.security.ReloadableX509TrustManager
-
- checkCSVFileMatches(String, FilePath) - Static method in class org.jenkinsci.plugins.codedx.Util
-
- checkCSVGlobMatches(String, FilePath) - Static method in class org.jenkinsci.plugins.codedx.Util
-
- checkResult() - Method in class org.jenkinsci.plugins.codedx.AnalysisResultChecker
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.secdec.codedx.security.CompositeX509TrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.secdec.codedx.security.ReloadableX509TrustManager
-
- CodeDxAreaRenderer - Class in org.jenkinsci.plugins.codedx
-
Renderer that provides direct access to the individual results of a build via
links.
- CodeDxAreaRenderer(List<Color>) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxAreaRenderer
-
- CodeDxBuildAction - Class in org.jenkinsci.plugins.codedx
-
- CodeDxBuildAction(AbstractBuild<?, ?>, CodeDxResult) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- CodeDxChartBuilder - Class in org.jenkinsci.plugins.codedx
-
- CodeDxClient - Class in com.secdec.codedx.api.client
-
A RESTful client used to access the various API end-points exposed by CodeDx.
- CodeDxClient(String, String) - Constructor for class com.secdec.codedx.api.client.CodeDxClient
-
Creates a new client, ready to be used for communications with CodeDx.
- CodeDxClient(String, String, HttpClientBuilder) - Constructor for class com.secdec.codedx.api.client.CodeDxClient
-
Creates a new client, ready to be used for communications with CodeDx.
- CodeDxClientException - Exception in com.secdec.codedx.api.client
-
An exception thrown by various CodeDxClient calls.
- CodeDxClientException(String, String, String, int, String) - Constructor for exception com.secdec.codedx.api.client.CodeDxClientException
-
- CodeDxDiff - Class in org.jenkinsci.plugins.codedx
-
- CodeDxDiff(int, int) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxDiff
-
- CodeDxDiffGroup - Class in org.jenkinsci.plugins.codedx
-
- CodeDxDiffGroup(String, int, int, String) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxDiffGroup
-
- CodeDxDiffSummary - Class in org.jenkinsci.plugins.codedx
-
- CodeDxDiffSummary(List<CodeDxDiffGroup>, int, int, String) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxDiffSummary
-
- CodeDxGroupStatistics - Class in org.jenkinsci.plugins.codedx.model
-
- CodeDxGroupStatistics(String, int) - Constructor for class org.jenkinsci.plugins.codedx.model.CodeDxGroupStatistics
-
- CodeDxProjectAction - Class in org.jenkinsci.plugins.codedx
-
- CodeDxProjectAction(AbstractProject<?, ?>, AnalysisResultConfiguration, String) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- CodeDxPublisher - Class in org.jenkinsci.plugins.codedx
-
Jenkins publisher that publishes project source, binaries, and
analysis tool output files to a CodeDx server.
- CodeDxPublisher(String, String, String, String, String, String, String, AnalysisResultConfiguration, String) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- CodeDxPublisher.DescriptorImpl - Class in org.jenkinsci.plugins.codedx
-
- CodeDxPublisher.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.codedx.CodeDxPublisher.DescriptorImpl
-
In order to load the persisted global configuration, you have to
call load() in the constructor.
- CodeDxRepeatingClient - Class in com.secdec.codedx.api.client
-
Created by samuelj on 3/27/15.
- CodeDxRepeatingClient(CodeDxClient, PrintStream) - Constructor for class com.secdec.codedx.api.client.CodeDxRepeatingClient
-
- CodeDxReportStatistics - Class in org.jenkinsci.plugins.codedx.model
-
- CodeDxReportStatistics(List<CodeDxGroupStatistics>) - Constructor for class org.jenkinsci.plugins.codedx.model.CodeDxReportStatistics
-
- CodeDxResult - Class in org.jenkinsci.plugins.codedx
-
- CodeDxResult(Map<String, CodeDxReportStatistics>, AbstractBuild<?, ?>) - Constructor for class org.jenkinsci.plugins.codedx.CodeDxResult
-
- CodeDxVersion - Class in com.secdec.codedx.util
-
Represents a Code Dx version number, disregarding tail matter like "RC" and "SNAPSHOT".
- com.secdec.codedx.api.client - package com.secdec.codedx.api.client
-
- com.secdec.codedx.security - package com.secdec.codedx.security
-
- com.secdec.codedx.util - package com.secdec.codedx.util
-
- commaSeparatedToArray(String) - Static method in class org.jenkinsci.plugins.codedx.Util
-
- compareTo(CodeDxVersion) - Method in class com.secdec.codedx.util.CodeDxVersion
-
- compareTo(CodeDxDiff) - Method in class org.jenkinsci.plugins.codedx.CodeDxDiff
-
- COMPLETED - Static variable in class com.secdec.codedx.api.client.Job
-
- CompositeX509TrustManager - Class in com.secdec.codedx.security
-
- CompositeX509TrustManager(List<X509TrustManager>) - Constructor for class com.secdec.codedx.security.CompositeX509TrustManager
-
Initializes the composite trust manager, copying all of the non-null
entries in the given trustManagers
list into its own
internal list.
- configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher.DescriptorImpl
-
- CountGroup - Class in com.secdec.codedx.api.client
-
Represents the JSON data for a CountGroup
- CountGroup() - Constructor for class com.secdec.codedx.api.client.CountGroup
-
- CountRequest - Class in com.secdec.codedx.api.client
-
Represents the request JSON data to get a count.
- CountRequest() - Constructor for class com.secdec.codedx.api.client.CountRequest
-
- CountRequest(Filter) - Constructor for class com.secdec.codedx.api.client.CountRequest
-
- CountResponse - Class in com.secdec.codedx.api.client
-
Represents the response JSON data containing a count.
- CountResponse() - Constructor for class com.secdec.codedx.api.client.CountResponse
-
- generateURL(CategoryDataset, int, int) - Method in class org.jenkinsci.plugins.codedx.CodeDxAreaRenderer
- getAcceptedIssuers() - Method in class com.secdec.codedx.security.CompositeX509TrustManager
-
- getAcceptedIssuers() - Method in class com.secdec.codedx.security.ReloadableX509TrustManager
-
- getAllGroups() - Method in class org.jenkinsci.plugins.codedx.model.CodeDxReportStatistics
-
- getAnalysisId() - Method in class com.secdec.codedx.api.client.StartAnalysisResponse
-
- getAnalysisName() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getAnalysisResultConfiguration() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- getAnalysisResultConfiguration() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getBuild() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- getChildren() - Method in class com.secdec.codedx.api.client.CountGroup
-
- getCodeDxVersion() - Method in class com.secdec.codedx.api.client.CodeDxClient
-
- getCount() - Method in class com.secdec.codedx.api.client.CountGroup
-
- getCount() - Method in class com.secdec.codedx.api.client.CountResponse
-
- getCountBy() - Method in class com.secdec.codedx.api.client.GroupedCountRequest
-
- getCwe() - Method in class com.secdec.codedx.api.client.Filter
-
- getDescriptor() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getDiffSummary(CodeDxReportStatistics, CodeDxReportStatistics, String, Comparator<CodeDxDiffGroup>, Map<String, String>) - Static method in class org.jenkinsci.plugins.codedx.CodeDxDiffSummary
-
- getDisplay() - Method in class com.secdec.codedx.api.client.TriageStatus
-
- getDisplayName() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- getDisplayName() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- getDisplayName() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher.DescriptorImpl
-
This human readable name is used in the configuration screen.
- getEndTime() - Method in class com.secdec.codedx.api.client.AnalysisRun
-
- getExcludedSourceAndBinaryFiles() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getFactory(String, String) - Static method in class com.secdec.codedx.security.JenkinsSSLConnectionSocketFactoryFactory
-
- getFailureSeverity() - Method in class org.jenkinsci.plugins.codedx.AnalysisResultConfiguration
-
- getFilter() - Method in class com.secdec.codedx.api.client.CountRequest
-
- getFinding() - Method in class com.secdec.codedx.api.client.Filter
-
- getFindings() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiff
-
- getFindings() - Method in class org.jenkinsci.plugins.codedx.model.CodeDxGroupStatistics
-
- getFindings() - Method in class org.jenkinsci.plugins.codedx.model.CodeDxReportStatistics
-
- getFindingsCount(String) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves the total findings count for a given run.
- getFindingsCount(int, Filter) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves the total findings count for a given project using the provided Filter
- getFindingsDelta() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiff
-
- getFindingsDeltaString() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiff
-
- getFindingsGroupedCounts(int, Filter, String) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves an array of CountGroups using the provided Filter and countBy field name.
- getFindingsString() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiff
-
- getFirstSeen() - Method in class com.secdec.codedx.api.client.Filter
-
- getGroup() - Method in class org.jenkinsci.plugins.codedx.model.CodeDxGroupStatistics
-
- getGroup(String) - Method in class org.jenkinsci.plugins.codedx.model.CodeDxReportStatistics
-
- getGroupDiffs() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiffSummary
-
- getHttpCode() - Method in exception com.secdec.codedx.api.client.CodeDxClientException
-
- getIcon() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiffGroup
-
- getIconFileName() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- getIconFileName() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- getId() - Method in class com.secdec.codedx.api.client.AnalysisRun
-
- getId() - Method in class com.secdec.codedx.api.client.CountGroup
-
- getId() - Method in class com.secdec.codedx.api.client.Project
-
- getInputDate() - Method in class com.secdec.codedx.api.client.AnalysisRun
-
- getItemPaint(int, int) - Method in class org.jenkinsci.plugins.codedx.CodeDxAreaRenderer
-
- getJob(String) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves a specific job from CodeDx
- getJobId() - Method in class com.secdec.codedx.api.client.Job
-
- getJobId() - Method in class com.secdec.codedx.api.client.StartAnalysisResponse
-
- getJobStatus(String) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves a job status from CodeDx.
- getKey() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getLastFinishedBuild() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
Returns the last finished build.
- getLastFinishedBuildAction() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
Get build action of the last finished build.
- getLatestAnalysisUrl() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- getName() - Method in class com.secdec.codedx.api.client.CountGroup
-
- getName() - Method in class com.secdec.codedx.api.client.Project
-
- getName() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiffGroup
-
- getName() - Method in class org.jenkinsci.plugins.codedx.CodeDxDiffSummary
-
- getNotCwe() - Method in class com.secdec.codedx.api.client.Filter
-
- getNotFinding() - Method in class com.secdec.codedx.api.client.Filter
-
- getNotPath() - Method in class com.secdec.codedx.api.client.Filter
-
- getNotRule() - Method in class com.secdec.codedx.api.client.Filter
-
- getNotSeverity() - Method in class com.secdec.codedx.api.client.Filter
-
- getNotStatus() - Method in class com.secdec.codedx.api.client.Filter
-
- getNotToolOverlap() - Method in class com.secdec.codedx.api.client.Filter
-
- getNumBuildsInGraph() - Method in class org.jenkinsci.plugins.codedx.AnalysisResultConfiguration
-
- getOwner() - Method in class org.jenkinsci.plugins.codedx.CodeDxResult
-
- getPath() - Method in class com.secdec.codedx.api.client.Filter
-
- getProject(int) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves a specific project from CodeDx
- getProjectAction(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getProjectId() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getProjects() - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves a list of projects from CodeDx.
- getProjects() - Method in class com.secdec.codedx.api.client.GetProjectsResponse
-
- GetProjectsResponse - Class in com.secdec.codedx.api.client
-
Used to wrap the list of projects returned by the getProjects call.
- GetProjectsResponse() - Constructor for class com.secdec.codedx.api.client.GetProjectsResponse
-
- getRequestMethod() - Method in exception com.secdec.codedx.api.client.CodeDxClientException
-
- getRequestPath() - Method in exception com.secdec.codedx.api.client.CodeDxClientException
-
- getRequiredMonitorService() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getResponseContent() - Method in exception com.secdec.codedx.api.client.CodeDxClientException
-
- getResponseMessage() - Method in exception com.secdec.codedx.api.client.CodeDxClientException
-
- getResult() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- getRule() - Method in class com.secdec.codedx.api.client.Filter
-
- getSelfSignedCertificateFingerprint() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getSeriesPaint(int) - Method in class org.jenkinsci.plugins.codedx.CodeDxAreaRenderer
-
- getSettable() - Method in class com.secdec.codedx.api.client.TriageStatus
-
- getSeverity() - Method in class com.secdec.codedx.api.client.Filter
-
- getSeverityDiffSummary() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
Get differences between two severity statistics.
- getSHA1(byte[]) - Static method in class com.secdec.codedx.util.HashUtil
-
- getSourceAndBinaryFiles() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getStartTime() - Method in class com.secdec.codedx.api.client.AnalysisRun
-
- getStatistics(String) - Method in class org.jenkinsci.plugins.codedx.CodeDxResult
-
- getStatistics() - Method in class org.jenkinsci.plugins.codedx.model.CodeDxReportStatistics
-
- getStatisticsMap() - Method in class org.jenkinsci.plugins.codedx.CodeDxResult
-
- getStatus() - Method in class com.secdec.codedx.api.client.Filter
-
- getStatus() - Method in class com.secdec.codedx.api.client.Job
-
- getStatusDiffSummary() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
Get differences between two status statistics.
- getTarget() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- getToolOutputFiles() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getToolOverlap() - Method in class com.secdec.codedx.api.client.Filter
-
- getTriageStatuses(int) - Method in class com.secdec.codedx.api.client.CodeDxClient
-
Retrieves all Triage statuses for a given project.
- getType() - Method in class com.secdec.codedx.api.client.TriageStatus
-
- getUnstableSeverity() - Method in class org.jenkinsci.plugins.codedx.AnalysisResultConfiguration
-
- getUrl() - Method in class org.jenkinsci.plugins.codedx.CodeDxPublisher
-
- getUrlName() - Method in class org.jenkinsci.plugins.codedx.CodeDxBuildAction
-
- getUrlName() - Method in class org.jenkinsci.plugins.codedx.CodeDxProjectAction
-
- GroupedCountRequest - Class in com.secdec.codedx.api.client
-
Represents the JSON request data to get grouped counts
- GroupedCountRequest() - Constructor for class com.secdec.codedx.api.client.GroupedCountRequest
-
- GroupedCountRequest(Filter, String) - Constructor for class com.secdec.codedx.api.client.GroupedCountRequest
-