Uses of Class
org.gitlab4j.api.models.Position
Packages that use Position
-
Uses of Position in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type PositionModifier and TypeMethodDescriptionDiscussionsApi.createCommitDiscussion(Object projectIdOrPath, String commitSha, String body, Date createdAt, String positionHash, Position position) Creates a new discussion to a single project commit.DiscussionsApi.createMergeRequestDiscussion(Object projectIdOrPath, Long mergeRequestIid, String body, Date createdAt, String positionHash, Position position) Creates a new discussion to a single project merge request. -
Uses of Position in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return PositionModifier and TypeMethodDescriptionNote.getPosition()Position.withBaseSha(String baseSha) Position.withHeadSha(String headSha) Position.withHeight(Integer height) Position.withNewLine(Integer newLine) Position.withNewPath(String newPath) Position.withOldLine(Integer oldLine) Position.withOldPath(String oldPath) Position.withPositionType(Position.PositionType positionType) Position.withStartSha(String startSha) Methods in org.gitlab4j.api.models with parameters of type Position