org.kohsuke.github
Class GHIssueBuilder
java.lang.Object
org.kohsuke.github.GHIssueBuilder
public class GHIssueBuilder
- extends Object
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
body
public GHIssueBuilder body(String str)
- Sets the main text of an issue, which is arbitrary multi-line text.
assignee
public GHIssueBuilder assignee(GHUser user)
assignee
public GHIssueBuilder assignee(String user)
milestone
public GHIssueBuilder milestone(GHMilestone milestone)
label
public GHIssueBuilder label(String label)
create
public GHIssue create()
throws IOException
- Creates a new issue.
- Throws:
IOException
Copyright © 2013. All Rights Reserved.