java.lang.Object
org.kohsuke.github.GHRepositoryChanges
Changes made to a repository.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepository name that was changed.static classOwner from whom this repository was transferred.static classRepository object from which the name was changed.static classOuter object of owner from whom this repository was transferred. -
Constructor Summary
Constructors -
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
-