public class GHSubscription extends Object
GHRepository#getSubscription(),
GHThread#getSubscription()| Constructor and Description |
|---|
GHSubscription() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Removes this subscription.
|
Date |
getCreatedAt()
Gets created at.
|
String |
getReason()
Gets reason.
|
GHRepository |
getRepository()
Gets repository.
|
String |
getRepositoryUrl()
Gets repository url.
|
String |
getUrl()
Gets url.
|
boolean |
isIgnored()
Is ignored boolean.
|
boolean |
isSubscribed()
Is subscribed boolean.
|
public Date getCreatedAt()
public String getUrl()
public String getRepositoryUrl()
public String getReason()
public boolean isSubscribed()
public boolean isIgnored()
public GHRepository getRepository()
public void delete()
throws IOException
IOException - the io exceptionCopyright © 2020. All rights reserved.