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 ProjectContextProjectContext. withBranch(String branchName)Methods in com.codedx.api.client with parameters of type ProjectContext Modifier and Type Method Description intCodeDxClient. 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.ProjectCodeDxClient. getProject(ProjectContext project)Retrieves a specific project from CodeDxList<Branch>CodeDxClient. getProjectBranches(ProjectContext project)GitConfigResponseCodeDxClient. getProjectGitConfig(ProjectContext project)booleanCodeDxClient. projectPolicyShouldBreakTheBuild(ProjectContext project)voidCodeDxClient. 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)
-