Summary
Nested Classes |
class |
AddCommitLineCommentRequest.Builder |
|
Public Methods
@Nonnull
public
Optional<String>
getFromHash
()
Returns
- the
from hash
to anchor the comment to. If the returned
Optional is empty then it will automatically inferred
@Nonnull
public
Optional<Long>
getPullRequestId
()
Returns
- the ID for a pull request the comment must be anchored to
@Nonnull
public
Repository
getRepository
()
Returns
- the repository that holds the commit the comment must be added on
@Nonnull
public
String
getToHash
()
Returns
- the
to hash
to anchor the comment to