Uses of Class
org.gitlab4j.api.models.Position
-
Packages that use Position Package Description org.gitlab4j.api org.gitlab4j.api.models -
-
Uses of Position in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Position Modifier and Type Method Description DiscussionDiscussionsApi. createMergeRequestDiscussion(Object projectIdOrPath, Integer 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 Position Modifier and Type Method Description PositionNote. getPosition()PositionPosition. withBaseSha(String baseSha)PositionPosition. withHeadSha(String headSha)PositionPosition. withHeight(Integer height)PositionPosition. withNewLine(Integer newLine)PositionPosition. withNewPath(String newPath)PositionPosition. withOldLine(Integer oldLine)PositionPosition. withOldPath(String oldPath)PositionPosition. withPositionType(Position.PositionType positionType)PositionPosition. withStartSha(String startSha)PositionPosition. withWidth(Integer width)PositionPosition. withX(Integer x)PositionPosition. withY(Integer y)Methods in org.gitlab4j.api.models with parameters of type Position Modifier and Type Method Description voidNote. setPosition(Position position)
-