public abstract class GithubExtension extends Object
| Constructor and Description |
|---|
GithubExtension() |
| Modifier and Type | Method and Description |
|---|---|
Provider<String> |
getOwner() |
Provider<String> |
getRepo() |
abstract Property<String> |
getSlug()
The Identifier of the GitHub Repository as
owner/repo |
abstract Property<String> |
getTag() |
abstract Property<String> |
getToken()
The token used for authentication.
|
abstract Property<Boolean> |
getTravis() |
abstract Property<String> |
getUsername()
The username used for auhentication.
|
void |
setOwner(String owner) |
void |
setRepo(String repo) |