Uses of Class
org.kohsuke.github.GHCommentAuthorAssociation
-
Packages that use GHCommentAuthorAssociation Package Description org.kohsuke.github -
-
Uses of GHCommentAuthorAssociation in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommentAuthorAssociation Modifier and Type Method Description GHCommentAuthorAssociationGHIssueComment. getAuthorAssociation()Gets author association.static GHCommentAuthorAssociationGHCommentAuthorAssociation. valueOf(String name)Returns the enum constant of this type with the specified name.static GHCommentAuthorAssociation[]GHCommentAuthorAssociation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-