Uses of Class
org.kohsuke.github.GHPerson
-
Packages that use GHPerson Package Description org.kohsuke.github -
-
Uses of GHPerson in org.kohsuke.github
Classes in org.kohsuke.github with type parameters of type GHPerson Modifier and Type Class Description classGHPersonSet<T extends GHPerson>Set ofGHPersonwith helper lookup methods.Subclasses of GHPerson in org.kohsuke.github Modifier and Type Class Description classGHMyselfRepresents the account that's logging into GitHub.classGHOrganizationThe type GHOrganization.static classGHRepository.ContributorThe type Contributor.classGHUserRepresents an user of GitHub.Constructors in org.kohsuke.github with parameters of type GHPerson Constructor Description GHPersonSet(T... c)Instantiates a new Gh person set.
-