public class GHIssueEvent extends Object
| Constructor and Description |
|---|
GHIssueEvent() |
| Modifier and Type | Method and Description |
|---|---|
GHUser |
getActor()
Gets actor.
|
String |
getCommitId()
Gets commit id.
|
String |
getCommitUrl()
Gets commit url.
|
Date |
getCreatedAt()
Gets created at.
|
String |
getEvent()
Gets event.
|
long |
getId()
Gets id.
|
GHIssue |
getIssue()
Gets issue.
|
String |
getNodeId()
Gets node id.
|
GitHub |
getRoot()
Gets root.
|
String |
getUrl()
Gets url.
|
String |
toString() |
public long getId()
public String getNodeId()
public String getUrl()
public GHUser getActor()
public String getEvent()
public String getCommitId()
public String getCommitUrl()
public Date getCreatedAt()
public GitHub getRoot()
public GHIssue getIssue()
Copyright © 2020. All rights reserved.