FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withAccountName(String accountName) |
Set the accountName property: Account name.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withClientId(String clientId) |
Set the clientId property: GitHub bring your own app client id.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withClientSecret(GitHubClientSecret clientSecret) |
Set the clientSecret property: GitHub bring your own app client secret information.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withCollaborationBranch(String collaborationBranch) |
Set the collaborationBranch property: Collaboration branch.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withHostname(String hostname) |
Set the hostname property: GitHub Enterprise host name.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withLastCommitId(String lastCommitId) |
Set the lastCommitId property: Last commit id.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withRepositoryName(String repositoryName) |
Set the repositoryName property: Repository name.
|
FactoryGitHubConfiguration |
FactoryGitHubConfiguration.withRootFolder(String rootFolder) |
Set the rootFolder property: Root folder.
|