Uses of Class
org.jenkinsci.plugins.codesonar.CodeSonarPluginException
-
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar
Subclasses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar Modifier and Type Class Description class
CodeSonarHubCommunicationException
class
CodeSonarJsonSyntaxException
class
CodeSonarRequestURISyntaxException
Methods in org.jenkinsci.plugins.codesonar that throw CodeSonarPluginException Modifier and Type Method Description IAnalysisService
AnalysisServiceFactory. getAnalysisService(HttpService httpService, XmlSerializationService xmlSerializationService)
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.conditions
Methods in org.jenkinsci.plugins.codesonar.conditions that throw CodeSonarPluginException Modifier and Type Method Description abstract hudson.model.Result
Condition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger logger)
hudson.model.Result
NewWarningsIncreasedByPercentageCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
hudson.model.Result
ProcedureCyclomaticComplexityExceededCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
hudson.model.Result
RedAlertLimitCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
hudson.model.Result
WarningCountAbsoluteSpecifiedScoreAndHigherCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
hudson.model.Result
WarningCountIncreaseOverallCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
hudson.model.Result
WarningCountIncreaseSpecifiedScoreAndHigherCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
hudson.model.Result
YellowAlertLimitCondition. validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, hudson.Launcher launcher, hudson.model.TaskListener listener, CodeSonarLogger csLogger)
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.models
Methods in org.jenkinsci.plugins.codesonar.models that throw CodeSonarPluginException Modifier and Type Method Description Project
SearchResults. getProjectByName(String projectName)
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.models.metrics
Methods in org.jenkinsci.plugins.codesonar.models.metrics that throw CodeSonarPluginException Modifier and Type Method Description Metric
Metrics. getMetricByName(String name)
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.models.projects
Methods in org.jenkinsci.plugins.codesonar.models.projects that throw CodeSonarPluginException Modifier and Type Method Description Project
Projects. getProjectByName(String projectName)
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.services
Methods in org.jenkinsci.plugins.codesonar.services that throw CodeSonarPluginException Modifier and Type Method Description void
AuthenticationService. authenticate(URI baseHubUri)
void
AuthenticationService. authenticate(URI baseHubUri, String username, String password)
<T extends Serializable>
TXmlSerializationService. deserialize(InputStream content, Class<T> t)
CodeSonarHubInfo
HubInfoService. fetchHubInfo(URI baseHubUri)
CodeSonarAlertCounter
AlertsService. getAlertCounter(URI baseHubUri, long analysisId)
AlertsService
CodeSonarServices. getAlertsService()
Analysis
AnalysisService. getAnalysisFromUrl(String analysisUrl)
Analysis
IAnalysisService. getAnalysisFromUrl(String analysisUrl)
Analysis
AnalysisService. getAnalysisFromUrlWarningsByFilter(URI baseHubUri, long analysisId)
Retrieves analysis data for "all" warnings, in particular it returns the whole list of warnings.Analysis
IAnalysisService. getAnalysisFromUrlWarningsByFilter(URI baseHubUri, long analysisId)
Analysis
AnalysisService. getAnalysisFromUrlWithNewWarnings(URI baseHubUri, long analysisId)
Retrieves analysis data for "new" warnings, in particular it returns the whole list of warnings.Analysis
IAnalysisService. getAnalysisFromUrlWithNewWarnings(URI baseHubUri, long analysisId)
IAnalysisService
CodeSonarServices. getAnalysisService()
String
AnalysisService. getLatestAnalysisUrlForAProject(URI baseHubUri, String projectName)
String
IAnalysisService. getLatestAnalysisUrlForAProject(URI baseHubUri, String projectName)
protected Analysis
CodeSonarHubAnalysisDataLoader. getLegacyAnalysisViewActive()
protected Analysis
CodeSonarHubAnalysisDataLoader. getLegacyAnalysisViewNew()
protected Metrics
CodeSonarHubAnalysisDataLoader. getLegacyMetrics()
protected Procedures
CodeSonarHubAnalysisDataLoader. getLegacyProcedures()
Metrics
MetricsService. getMetricsFromUri(URI metricsUri)
MetricsService
CodeSonarServices. getMetricsService()
long
CodeSonarHubAnalysisDataLoader. getNumberOfActiveWarnings()
int
CodeSonarHubAnalysisDataLoader. getNumberOfAlerts(CodeSonarAlertLevels level)
long
CodeSonarHubAnalysisDataLoader. getNumberOfNewWarnings()
CodeSonarWarningCountChartRow
AnalysisService. getNumberOfWarnings(URI baseHubUri, long analysisId, String filter)
CodeSonarWarningCountChartRow
IAnalysisService. getNumberOfWarnings(URI baseHubUri, long analysisId, String filter)
long
CodeSonarHubAnalysisDataLoader. getNumberOfWarningsWithScoreAboveThreshold(int threshold)
long
WarningsService. getNumberOfWarningsWithScoreAboveThreshold(URI baseHubUri, long analysisId, int threshold, String visibilityFilter)
Procedures
ProceduresService. getProceduresFromUri(URI proceduresUri)
ProceduresService
CodeSonarServices. getProceduresService()
ProcedureJsonRow
CodeSonarHubAnalysisDataLoader. getProcedureWithMaxCyclomaticComplexity()
ProcedureJsonRow
ProceduresService. getProcedureWithMaxCyclomaticComplexity(URI baseHubUri, long analysisId)
HttpServiceResponse
HttpService. getResponse(HttpServiceRequest request)
HttpServiceResponse
HttpService. getResponseFromUrl(String url)
HttpServiceResponse
HttpService. getResponseFromUrl(URI uri)
WarningsService
CodeSonarServices. getWarningsService()
protected String
AbstractService. readResponseContent(HttpServiceResponse response, String endpoint)
protected String
AbstractService. readResponseContent(HttpServiceResponse response, URI endpoint)
void
AuthenticationService. signOut(URI baseHubUri)
Constructors in org.jenkinsci.plugins.codesonar.services that throw CodeSonarPluginException Constructor Description HttpService(Collection<? extends Certificate> serverCertificates, KeyStore clientCertificateKeyStore, hudson.util.Secret clientCertificatePassword, int socketTimeoutMS)
HttpServiceRequest(String uri)
HttpServiceRequest(URI uri)
-