public class GithubApplication
extends java.lang.Object
implements org.cicomponents.github.GithubApplicationCredentialsProvider
config:edit org.cicomponents.ci.GithubApplication config:property-set clientId ... config:property-set clientSecret ... config:property-set repositories cicomponents/cicomponents, eventsourcing/es4j config:updateor edit etc/org.cicomponents.ci.GithubApplication.cfg:
clientId = ... clientSecret = ... repositories = cicomponents/cicomponents, eventsourcing/es4j
| Constructor and Description |
|---|
GithubApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(GithubApplicationConfiguration configuration) |
java.lang.String |
getClientId() |
java.lang.String |
getClientSecret() |
java.util.List<java.lang.String> |
getRepositories() |
protected void activate(GithubApplicationConfiguration configuration)
@Generated(value="lombok") public java.lang.String getClientId()
getClientId in interface org.cicomponents.github.GithubApplicationCredentialsProvider@Generated(value="lombok") public java.lang.String getClientSecret()
getClientSecret in interface org.cicomponents.github.GithubApplicationCredentialsProvider@Generated(value="lombok") public java.util.List<java.lang.String> getRepositories()
getRepositories in interface org.cicomponents.github.GithubApplicationCredentialsProvider