Repos.RepoCreate |
Repos.RepoCreate.withAutoInit(boolean auto) |
Returns a RepoCreate with the given auto-init enabledness.
|
Repos.RepoCreate |
Repos.RepoCreate.withAutoInit(com.google.common.base.Optional<Boolean> auto) |
Returns a RepoCreate with the given auto-init enabledness.
|
Repos.RepoCreate |
Repos.RepoCreate.withDescription(String desc) |
Returns a RepoCreate with the given description.
|
Repos.RepoCreate |
Repos.RepoCreate.withHomepage(String page) |
Returns a RepoCreate with the given homepage.
|
Repos.RepoCreate |
Repos.RepoCreate.withName(String nme) |
Returns a RepoCreate with the given name.
|
Repos.RepoCreate |
Repos.RepoCreate.withOrganization(String org) |
Returns a RepoCreate with the given organization.
|
Repos.RepoCreate |
Repos.RepoCreate.withPrivacy(boolean privacy) |
Returns a RepoCreate with the given privacy.
|