Class GithubExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.github.GithubExtension
-
public abstract class GithubExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description GithubExtension()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Provider<String>
getOwner()
Provider<String>
getRepo()
abstract Property<String>
getSlug()
The Identifier of the GitHub Repository asowner/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)
-