public abstract class

AbstractInsightResource

extends RestResource
java.lang.Object
   ↳ com.atlassian.bitbucket.rest.RestResource
     ↳ com.atlassian.bitbucket.internal.codeinsights.rest.AbstractInsightResource
Known Direct Subclasses

Summary

Nested Classes
class AbstractInsightResource.RestAnnotationCallback  
Constants
String EXTERNAL_ID_KEY
String EXTERNAL_ID_PATH
String REPORTS
String REPORT_KEY
String REPORT_PATH
String REPORT_URI
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.RestResource
Protected Constructors
AbstractInsightResource(I18nService i18nService)
Protected Methods
RestErrors noSuchReport(String key)
URI toURI(String url, String message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestResource
From class java.lang.Object

Constants

protected static final String EXTERNAL_ID_KEY

Constant Value: "externalId"

protected static final String EXTERNAL_ID_PATH

Constant Value: "{externalId}"

protected static final String REPORTS

Constant Value: "reports"

protected static final String REPORT_KEY

Constant Value: "key"

protected static final String REPORT_PATH

Constant Value: "{key}"

protected static final String REPORT_URI

Constant Value: "reports/{key}"

Protected Constructors

protected AbstractInsightResource (I18nService i18nService)

Protected Methods

protected RestErrors noSuchReport (String key)

protected URI toURI (String url, String message)