java.lang.Object
org.kohsuke.github.GHRepositoryChanges
Changes made to a repository.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Repository name that was changed.static class
Owner from whom this repository was transferred.static class
Repository object from which the name was changed.static class
Outer object of owner from whom this repository was transferred. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
GHRepositoryChanges
public GHRepositoryChanges()Create default GHRepositoryChanges instance
-
-
Method Details
-
getOwner
Get outer owner object.- Returns:
- Owner
-
getRepository
Get repository.- Returns:
- FromRepository
-