Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
Discussion |
DiscussionsApi.createMergeRequestDiscussion(Object projectIdOrPath,
Integer mergeRequestIid,
String body,
Date createdAt,
String positionHash,
Position position)
Creates a new discussion to a single project merge request.
|
Modifier and Type | Method and Description |
---|---|
Position |
Note.getPosition() |
Position |
Position.withBaseSha(String baseSha) |
Position |
Position.withHeadSha(String headSha) |
Position |
Position.withHeight(Integer height) |
Position |
Position.withNewLine(Integer newLine) |
Position |
Position.withNewPath(String newPath) |
Position |
Position.withOldLine(Integer oldLine) |
Position |
Position.withOldPath(String oldPath) |
Position |
Position.withPositionType(Position.PositionType positionType) |
Position |
Position.withStartSha(String startSha) |
Position |
Position.withWidth(Integer width) |
Position |
Position.withX(Integer x) |
Position |
Position.withY(Integer y) |
Modifier and Type | Method and Description |
---|---|
void |
Note.setPosition(Position position) |
Copyright © 2019. All rights reserved.