Uses of Class
io.github.coho04.githubapi.builders.GHIssueBuilder
Packages that use GHIssueBuilder
Package
Description
-
Uses of GHIssueBuilder in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHIssueBuilderModifier and TypeMethodDescriptionAdds a label to the issue.Sets the assignee of the issue. -
Uses of GHIssueBuilder in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHIssueBuilderModifier and TypeMethodDescriptionGHRepository.createIssue
(String title) Creates a new issue in this repository with the given title.