Uses of Enum Class
com.atlassian.bitbucket.codeinsights.report.InsightResult
Packages that use InsightResult
-
Uses of InsightResult in com.atlassian.bitbucket.codeinsights.report
Methods in com.atlassian.bitbucket.codeinsights.report that return InsightResultModifier and TypeMethodDescriptionSetInsightReportRequest.getResult()
static InsightResult
Returns the enum constant of this class with the specified name.static InsightResult[]
InsightResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.codeinsights.report that return types with arguments of type InsightResultModifier and TypeMethodDescriptionstatic Optional<InsightResult>
InsightReport.getResult()
The result of the report and by extension the job that produced the report.Methods in com.atlassian.bitbucket.codeinsights.report with parameters of type InsightResultModifier and TypeMethodDescriptionSetInsightReportRequest.Builder.result
(InsightResult value) Result of the report.