java.lang.Object
org.kohsuke.github.GHRepositoryChanges.FromOwner
- Enclosing class:
- GHRepositoryChanges
Owner from whom this repository was transferred.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet organization from which this repository was transferred.getUser()
Get user from which this repository was transferred.
-
Constructor Details
-
FromOwner
public FromOwner()Create default FromOwner instance
-
-
Method Details
-
getUser
Get user from which this repository was transferred.- Returns:
- user
-
getOrganization
Get organization from which this repository was transferred.- Returns:
- GHOrganization
-