Uses of Class
com.codedx.api.client.ProjectContext
-
Packages that use ProjectContext Package Description com.codedx.api.client org.jenkinsci.plugins.codedx -
-
Uses of ProjectContext in com.codedx.api.client
Methods in com.codedx.api.client that return ProjectContext Modifier and Type Method Description ProjectContext
ProjectContext. withBranch(String branchName)
Methods in com.codedx.api.client with parameters of type ProjectContext Modifier and Type Method Description int
CodeDxClient. getFindingsCount(ProjectContext project, Filter filter)
Retrieves the total findings count for a given project using the provided FilterList<CountGroup>
CodeDxClient. getFindingsGroupedCounts(ProjectContext project, Filter filter, String countBy)
Retrieves an array of CountGroups using the provided Filter and countBy field name.Project
CodeDxClient. getProject(ProjectContext project)
Retrieves a specific project from CodeDxList<Branch>
CodeDxClient. getProjectBranches(ProjectContext project)
GitConfigResponse
CodeDxClient. getProjectGitConfig(ProjectContext project)
boolean
CodeDxClient. projectPolicyShouldBreakTheBuild(ProjectContext project)
void
CodeDxClient. setAnalysisName(ProjectContext project, int analysisId, String name)
-
Uses of ProjectContext in org.jenkinsci.plugins.codedx
Constructors in org.jenkinsci.plugins.codedx with parameters of type ProjectContext Constructor Description AnalysisResultChecker(CodeDxClient client, CodeDxVersion cdxVersion, String failureSeverity, String unstableSeverity, Date newThreshold, boolean failureOnlyNew, boolean unstableOnlyNew, BuildPolicyBehavior policyBehavior, ProjectContext project, PrintStream logger)
TargetBranchChecker(ProjectContext project, CodeDxClient client, PrintStream logger)
-