Known Direct Subclasses
|
Summary
Nested Classes |
class |
AddFileCommentRequest.AbstractFileBuilder<B extends AbstractFileBuilder<B, R extends AddFileCommentRequest>, R> |
|
class |
AddFileCommentRequest.Builder |
|
[Expand]
Inherited Methods |
From class
com.atlassian.bitbucket.comment.AddCommentRequest
|
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()
|
|
Protected Constructors
Public Methods
Returns
- the type of diff the comment is being added on
@Nullable
public
String
getFromHash
()
Returns
- the fromHash for the diff onto which the comment is to be anchored. A
null
value will prompt
the system to try and resolve the most suitable fromHash which can be null
for comments made on
a commit
which doesn't have a parent
(i.e.: initial commits).
@Nonnull
public
String
getPath
()
Returns
- the path to the file on which the comment is to be added
@Nullable
public
String
getSrcPath
()
Returns
- the path the file on which the comment is to be added used to have
@Nullable
public
String
getToHash
()
Returns
- the toHash for the diff onto which the comment is to be anchored.