org.kohsuke.github
Class GHIssueBuilder

java.lang.Object
  extended by org.kohsuke.github.GHIssueBuilder

public class GHIssueBuilder
extends Object

Author:
Kohsuke Kawaguchi

Method Summary
 GHIssueBuilder assignee(GHUser user)
           
 GHIssueBuilder assignee(String user)
           
 GHIssueBuilder body(String str)
          Sets the main text of an issue, which is arbitrary multi-line text.
 GHIssue create()
          Creates a new issue.
 GHIssueBuilder label(String label)
           
 GHIssueBuilder milestone(GHMilestone milestone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.