- setBranchName(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
Name of branch
- setEncoding(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
To use the given encoding when getting a git commit file
- setOauthToken(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
GitHub OAuth token, required unless username & password are provided
- setPassword(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
GitHub password, required unless oauthToken is provided
- setRepoName(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
GitHub repository name
- setRepoOwner(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
GitHub repository owner (organization)
- setState(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
To set git commit status state
- setTargetUrl(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
To set git commit status target url
- setType(GitHubType) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
What git operation to execute
- setUsername(String) - Method in class org.apache.camel.component.github.GitHubEndpoint
-
GitHub username, required unless oauthToken is provided