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
PullRequestAnnotationHelper
Classes
ChangedLinesCacheKey
DefaultInsightAnnotationService
DefaultPullRequestAnnotationHelper
DiffResult
EffectivePathsCacheKey
EffectivePathsResult
FileChanges
LineRange
ModifiedFile
ModifiedFile.Builder
SourceDiff
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
ModifiedFile.Builder
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.internal.codeinsights.annotation.ModifiedFile.Builder
Summary
Public Constructors
Builder
(String path)
Public Methods
ModifiedFile.Builder
addLineRange
(
LineRange
lineRange)
ModifiedFile
build
()
ModifiedFile.Builder
effectivePath
(String effectivePath)
String
getPath
()
ModifiedFile.Builder
lineRanges
(Set<
LineRange
> lineRanges)
ModifiedFile.Builder
outdated
(boolean outdated)
ModifiedFile.Builder
truncated
(boolean truncated)
[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 Constructors
public
Builder
(String path)
Public Methods
public
ModifiedFile.Builder
addLineRange
(
LineRange
lineRange)
public
ModifiedFile
build
()
public
ModifiedFile.Builder
effectivePath
(String effectivePath)
public String
getPath
()
public
ModifiedFile.Builder
lineRanges
(Set<
LineRange
> lineRanges)
public
ModifiedFile.Builder
outdated
(boolean outdated)
public
ModifiedFile.Builder
truncated
(boolean truncated)