public class TriggerInterceptor extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
TriggerInterceptor()
No args constructor for use in serialization
|
TriggerInterceptor(BitbucketInterceptor bitbucket,
CELInterceptor cel,
GitHubInterceptor github,
GitLabInterceptor gitlab,
String name,
List<InterceptorParams> params,
InterceptorRef ref,
WebhookInterceptor webhook) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
BitbucketInterceptor |
getBitbucket() |
CELInterceptor |
getCel() |
GitHubInterceptor |
getGithub() |
GitLabInterceptor |
getGitlab() |
String |
getName() |
List<InterceptorParams> |
getParams() |
InterceptorRef |
getRef() |
WebhookInterceptor |
getWebhook() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBitbucket(BitbucketInterceptor bitbucket) |
void |
setCel(CELInterceptor cel) |
void |
setGithub(GitHubInterceptor github) |
void |
setGitlab(GitLabInterceptor gitlab) |
void |
setName(String name) |
void |
setParams(List<InterceptorParams> params) |
void |
setRef(InterceptorRef ref) |
void |
setWebhook(WebhookInterceptor webhook) |
public TriggerInterceptor()
public TriggerInterceptor(BitbucketInterceptor bitbucket, CELInterceptor cel, GitHubInterceptor github, GitLabInterceptor gitlab, String name, List<InterceptorParams> params, InterceptorRef ref, WebhookInterceptor webhook)
github - ref - webhook - name - gitlab - cel - bitbucket - params - public BitbucketInterceptor getBitbucket()
public void setBitbucket(BitbucketInterceptor bitbucket)
public CELInterceptor getCel()
public void setCel(CELInterceptor cel)
public GitHubInterceptor getGithub()
public void setGithub(GitHubInterceptor github)
public GitLabInterceptor getGitlab()
public void setGitlab(GitLabInterceptor gitlab)
public String getName()
public void setName(String name)
public List<InterceptorParams> getParams()
public void setParams(List<InterceptorParams> params)
public InterceptorRef getRef()
public void setRef(InterceptorRef ref)
public WebhookInterceptor getWebhook()
public void setWebhook(WebhookInterceptor webhook)
Copyright © 2015–2023 Red Hat. All rights reserved.