public class WebhookEvent
extends org.springframework.context.ApplicationEvent
source| 构造器和说明 |
|---|
WebhookEvent(Object source,
Throwable throwable,
WebhookProductEnum webhookProductEnum,
String title,
java.util.function.Consumer<BaseWebhookRequestBody> consumer) |
| 限定符和类型 | 方法和说明 |
|---|---|
WebhookEvent |
fillField(WebhookProductEnum webhookProductEnum) |
BaseWebhookRequestBody |
getBaseWebhookRequestBody() |
String |
getOccurTime() |
String |
getTitle() |
WebhookProductEnum |
getWebhookProductEnum() |
boolean |
needFillField() |
void |
setBasePackName(String basePackName) |
void |
setGitProperties(Properties gitProperties) |
void |
setMachineInfoMap(LinkedHashMap<String,String> machineInfoMap) |
getSource, toStringpublic WebhookEvent(Object source, Throwable throwable, WebhookProductEnum webhookProductEnum, String title, java.util.function.Consumer<BaseWebhookRequestBody> consumer)
public WebhookEvent fillField(WebhookProductEnum webhookProductEnum)
public boolean needFillField()
public WebhookProductEnum getWebhookProductEnum()
public void setMachineInfoMap(LinkedHashMap<String,String> machineInfoMap)
public void setGitProperties(Properties gitProperties)
public String getOccurTime()
public BaseWebhookRequestBody getBaseWebhookRequestBody()
public String getTitle()
public void setBasePackName(String basePackName)
Copyright © 2021. All rights reserved.