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,
WebhookInterceptor webhook) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
BitbucketInterceptor |
getBitbucket() |
CELInterceptor |
getCel() |
GitHubInterceptor |
getGithub() |
GitLabInterceptor |
getGitlab() |
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 |
setWebhook(WebhookInterceptor webhook) |
public TriggerInterceptor()
public TriggerInterceptor(BitbucketInterceptor bitbucket, CELInterceptor cel, GitHubInterceptor github, GitLabInterceptor gitlab, WebhookInterceptor webhook)
github - webhook - gitlab - cel - bitbucket - 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 WebhookInterceptor getWebhook()
public void setWebhook(WebhookInterceptor webhook)
Copyright © 2015–2020 Red Hat. All rights reserved.