public class WebhookEvent
extends org.springframework.context.ApplicationEvent
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WebhookEvent.Builder |
source| 构造器和说明 |
|---|
WebhookEvent(Object source,
Throwable throwable,
String[] basePackageNames,
String title,
String noticeUrl,
String secret,
java.util.function.Consumer<BaseWebhookRequestBody> consumer,
List<String> userIdList,
List<String> userMobileList) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getBasePackageNames() |
BaseWebhookRequestBody |
getBaseWebhookRequestBody() |
String |
getNoticeUrl() |
String |
getOccurTime() |
String |
getSecret() |
Throwable |
getThrowable() |
String |
getTitle() |
List<String> |
getUserIdList() |
List<String> |
getUserMobileList() |
WebhookProductEnum |
getWebhookProductEnum() |
void |
setGitProperties(Properties gitProperties) |
void |
setMachineInfoMap(LinkedHashMap<String,String> machineInfoMap) |
void |
setNoticeUrl(String noticeUrl) |
getSource, toStringpublic WebhookProductEnum getWebhookProductEnum()
public void setMachineInfoMap(LinkedHashMap<String,String> machineInfoMap)
public void setGitProperties(Properties gitProperties)
public String getOccurTime()
public BaseWebhookRequestBody getBaseWebhookRequestBody()
public String getTitle()
public String getNoticeUrl()
public void setNoticeUrl(String noticeUrl)
public String getSecret()
public String[] getBasePackageNames()
public Throwable getThrowable()
Copyright © 2022. All rights reserved.