Uses of Class
com.codedx.util.CodeDxVersion
-
Packages that use CodeDxVersion Package Description com.codedx.api.client com.codedx.util org.jenkinsci.plugins.codedx -
-
Uses of CodeDxVersion in com.codedx.api.client
Methods in com.codedx.api.client that return CodeDxVersion Modifier and Type Method Description CodeDxVersionCodeDxClient. getCodeDxVersion() -
Uses of CodeDxVersion in com.codedx.util
Fields in com.codedx.util declared as CodeDxVersion Modifier and Type Field Description static CodeDxVersionCodeDxVersion. MIN_FOR_ANALYSIS_NAMESFirst version that supports the "analysis names" feature.static CodeDxVersionCodeDxVersion. MIN_FOR_BRANCHINGstatic CodeDxVersionCodeDxVersion. MIN_FOR_POLICIESstatic CodeDxVersionCodeDxVersion. NEW_STATUS_REMOVEDVersion when the "New" triage status was removed in Code Dx (2.4.0).static CodeDxVersionCodeDxVersion. NEW_STATUS_RETURNEDVersion when the "New" triage status was returned to Code Dx (2.4.2).Methods in com.codedx.util that return CodeDxVersion Modifier and Type Method Description static CodeDxVersionCodeDxVersion. fromString(String version)Methods in com.codedx.util with parameters of type CodeDxVersion Modifier and Type Method Description intCodeDxVersion. compareTo(CodeDxVersion that) -
Uses of CodeDxVersion in org.jenkinsci.plugins.codedx
Methods in org.jenkinsci.plugins.codedx with parameters of type CodeDxVersion Modifier and Type Method Description voidTargetBranchChecker. validate(CodeDxVersion codedxVersion, String targetBranch, String baseBranch)Constructors in org.jenkinsci.plugins.codedx with parameters of type CodeDxVersion Constructor Description AnalysisResultChecker(CodeDxClient client, CodeDxVersion cdxVersion, String failureSeverity, String unstableSeverity, Date newThreshold, boolean failureOnlyNew, boolean unstableOnlyNew, BuildPolicyBehavior policyBehavior, ProjectContext project, PrintStream logger)
-