java.lang.Object
org.kohsuke.github.GHSubscription
Represents your subscribing to a repository / conversation thread..
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Details
-
GHSubscription
public GHSubscription()Create default GHSubscription instance
-
-
Method Details
-
getCreatedAt
Gets created at.- Returns:
- the created at
-
getUrl
Gets url.- Returns:
- the url
-
getRepositoryUrl
Gets repository url.- Returns:
- the repository url
-
getReason
Gets reason.- Returns:
- the reason
-
isSubscribed
public boolean isSubscribed()Is subscribed boolean.- Returns:
- the boolean
-
isIgnored
public boolean isIgnored()Is ignored boolean.- Returns:
- the boolean
-
getRepository
Gets repository.- Returns:
- the repository
-
delete
Removes this subscription.- Throws:
IOException
- the io exception
-