java.lang.Object
org.kohsuke.github.GHIssueBuilder
The type GHIssueBuilder.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionAssignee gh issue builder.Assignee gh issue builder.Sets the main text of an issue, which is arbitrary multi-line text.create()Creates a new issue.Label gh issue builder.milestone(GHMilestone milestone) Milestone gh issue builder.
-
Method Details
-
assignee
Assignee gh issue builder.- Parameters:
user- the user- Returns:
- the gh issue builder
-
assignee
Assignee gh issue builder.- Parameters:
user- the user- Returns:
- the gh issue builder
-
body
Sets the main text of an issue, which is arbitrary multi-line text.- Parameters:
str- the str- Returns:
- the gh issue builder
-
create
Creates a new issue.- Returns:
- the gh issue
- Throws:
IOException- the io exception
-
label
Label gh issue builder.- Parameters:
label- the label- Returns:
- the gh issue builder
-
milestone
Milestone gh issue builder.- Parameters:
milestone- the milestone- Returns:
- the gh issue builder
-