- Enclosing class:
- BranchImpl
@ExportedBean
public static class BranchImpl.PullRequest
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PULL_REQUEST
public static final String PULL_REQUEST
- See Also:
-
-
PULL_REQUEST_NUMBER
public static final String PULL_REQUEST_NUMBER
- See Also:
-
-
PULL_REQUEST_AUTHOR
public static final String PULL_REQUEST_AUTHOR
- See Also:
-
-
PULL_REQUEST_TITLE
public static final String PULL_REQUEST_TITLE
- See Also:
-
-
PULL_REQUEST_URL
public static final String PULL_REQUEST_URL
- See Also:
-
-
-
Method Details
-
getId
@Exported(name="id")
public String getId()
-
getUrl
@Exported(name="url")
public String getUrl()
-
getTitle
@Exported(name="title")
public String getTitle()
-
getAuthor
@Exported(name="author")
public String getAuthor()
-