Bitbucket Server Documentation
Bitbucket Server - Code Insights
Package Index
|
Class Index
com.atlassian.bitbucket.internal.codeinsights.analytics
com.atlassian.bitbucket.internal.codeinsights.annotation
com.atlassian.bitbucket.internal.codeinsights.dao
com.atlassian.bitbucket.internal.codeinsights.report
com.atlassian.bitbucket.internal.codeinsights.rest
com.atlassian.bitbucket.internal.codeinsights.rest.commit
Interfaces
AoInsightAnnotation
AoInsightReport
InsightAnnotationDao
InsightReportDao
InternalInsightAnnotation
InternalInsightReport
Classes
AoInsightAnnotationDao
AoInsightReportDao
PartialAoInsightAnnotation
PartialAoInsightReport
SetInsightReportParameters
SetInsightReportParameters.Builder
SqlUtils
Package Index
|
Class Index
Summary:
Nested Classes
|
Methods
|
Inherited Methods
|
[Expand All]
public class
SetInsightReportParameters
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.internal.codeinsights.dao.SetInsightReportParameters
Summary
Nested Classes
class
SetInsightReportParameters.Builder
Public Methods
@Nullable Integer
getAuthorId
()
@Nonnull String
getCommitId
()
@Nonnull Date
getCreatedDate
()
@Nullable String
getData
()
@Nullable String
getDetails
()
@Nonnull String
getKey
()
@Nullable String
getLink
()
@Nullable String
getLogoUrl
()
@Nonnull String
getReporter
()
@Nonnull Integer
getRepositoryId
()
@Nullable Integer
getResultId
()
@Nonnull String
getTitle
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Methods
@Nullable public Integer
getAuthorId
()
@Nonnull public String
getCommitId
()
@Nonnull public Date
getCreatedDate
()
@Nullable public String
getData
()
@Nullable public String
getDetails
()
@Nonnull public String
getKey
()
@Nullable public String
getLink
()
@Nullable public String
getLogoUrl
()
@Nonnull public String
getReporter
()
@Nonnull public Integer
getRepositoryId
()
@Nullable public Integer
getResultId
()
@Nonnull public String
getTitle
()