Class GithubExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.github.GithubExtension
-
public class GithubExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description GithubExtension(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Provider<String>
getOwner()
Provider<String>
getRepo()
Property<String>
getSlug()
The Identifier of the GitHub Repository asowner/repo
Property<String>
getTag()
Property<String>
getToken()
The token used for authentication.Property<Boolean>
getTravis()
Property<String>
getUsername()
The username used for auhentication.void
setOwner(String owner)
void
setRepo(String repo)
-
-
-
Constructor Detail
-
GithubExtension
@Inject public GithubExtension(ObjectFactory objectFactory)
-
-