Uses of Class
com.jcabi.github.Repos.RepoCreate
Packages that use Repos.RepoCreate
-
Uses of Repos.RepoCreate in com.jcabi.github
Methods in com.jcabi.github that return Repos.RepoCreateModifier and TypeMethodDescriptionReturns a RepoCreate with the given json fields.Repos.RepoCreate.withAutoInit(boolean auto) Returns a RepoCreate with the given auto-init enabledness.Repos.RepoCreate.withAutoInit(com.google.common.base.Optional<Boolean> auto) Returns a RepoCreate with the given auto-init enabledness.Repos.RepoCreate.withDescription(String desc) Returns a RepoCreate with the given description.Repos.RepoCreate.withHomepage(String page) Returns a RepoCreate with the given homepage.Returns a RepoCreate with the given name.Repos.RepoCreate.withOrganization(String org) Returns a RepoCreate with the given organization.Repos.RepoCreate.withPrivacy(boolean privacy) Returns a RepoCreate with the given privacy.Methods in com.jcabi.github with parameters of type Repos.RepoCreate