Uses of Enum
org.kohsuke.github.GHPullRequestReviewComment.Side
Packages that use GHPullRequestReviewComment.Side
-
Uses of GHPullRequestReviewComment.Side in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewComment.SideModifier and TypeMethodDescriptionFrom.GHPullRequestReviewComment.getSide()
Gets The side of the diff to which the comment applies.GHPullRequestReviewComment.getStartSide()
Gets The side of the first line of the range for a multi-line comment.Returns the enum constant of this type with the specified name.static GHPullRequestReviewComment.Side[]
GHPullRequestReviewComment.Side.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type GHPullRequestReviewComment.SideModifier and TypeMethodDescriptionGHPullRequestReviewCommentBuilder.side
(GHPullRequestReviewComment.Side side) The side of the diff in the pull request that the comment applies to.GHPullRequestReviewCommentBuilder.sides
(GHPullRequestReviewComment.Side startSide, GHPullRequestReviewComment.Side endSide) The sides of the diff in the pull request that the comment applies to.