public class WebHookTriggerFluentImpl<A extends WebHookTriggerFluent<A>> extends BaseFluent<A> implements WebHookTriggerFluent<A>
_visitables
Constructor and Description |
---|
WebHookTriggerFluentImpl() |
WebHookTriggerFluentImpl(WebHookTrigger instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSecret() |
Boolean |
hasAllowEnv() |
Boolean |
hasSecret() |
Boolean |
isAllowEnv() |
A |
withAllowEnv(Boolean allowEnv) |
A |
withSecret(String secret) |
public WebHookTriggerFluentImpl()
public WebHookTriggerFluentImpl(WebHookTrigger instance)
public Boolean isAllowEnv()
isAllowEnv
in interface WebHookTriggerFluent<A extends WebHookTriggerFluent<A>>
public A withAllowEnv(Boolean allowEnv)
withAllowEnv
in interface WebHookTriggerFluent<A extends WebHookTriggerFluent<A>>
public Boolean hasAllowEnv()
hasAllowEnv
in interface WebHookTriggerFluent<A extends WebHookTriggerFluent<A>>
public String getSecret()
getSecret
in interface WebHookTriggerFluent<A extends WebHookTriggerFluent<A>>
public A withSecret(String secret)
withSecret
in interface WebHookTriggerFluent<A extends WebHookTriggerFluent<A>>
public Boolean hasSecret()
hasSecret
in interface WebHookTriggerFluent<A extends WebHookTriggerFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.