Uses of Class
org.aoju.bus.gitlab.models.Position
Packages that use Position
-
Uses of Position in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.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.aoju.bus.gitlab.models with parameters of type Position