-
public final class GithubSenderConfigurationBuilder
-
-
Constructor Summary
Constructors Constructor Description GithubSenderConfigurationBuilder()
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final UnitsetEnabled(Boolean enabled)final StringgetToken()final UnitsetToken(String token)final StringgetOwner()final UnitsetOwner(String owner)final StringgetRepo()final UnitsetRepo(String repo)final GithubSenderConfigurationbuild()-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
setEnabled
final Unit setEnabled(Boolean enabled)
-
build
final GithubSenderConfiguration build()
-
-
-
-