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 protected booleancanEqual(Object other)booleanequals(Object o)Provider<String>getOwner()Provider<String>getRepo()Property<String>getSlug()The Identifier of the GitHub Repository asowner/repoProperty<String>getTag()Property<String>getToken()The token used for authentication.Property<Boolean>getTravis()Property<String>getUsername()The username used for auhentication.inthashCode()voidsetOwner(String owner)voidsetRepo(String repo)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
GithubExtension
@Inject public GithubExtension(ObjectFactory objectFactory)
 
 - 
 
 -