public class WebhookGlobalInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Properties |
gitProperties |
LinkedHashMap<String,String> |
machineInfoMap |
Throwable |
throwable |
| 构造器和说明 |
|---|
WebhookGlobalInfo(WebhookProductEnum webhookProductEnum,
Throwable throwable,
String basePackName) |
WebhookGlobalInfo(WebhookProductEnum webhookProductEnum,
Throwable throwable,
String basePackName,
LinkedHashMap<String,String> machineInfoMap,
Properties gitProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.apache.commons.lang3.tuple.Pair<String,String>> |
getAllInfoPair() |
String |
getOccurTime() |
void |
setBasePackName(String basePackName) |
void |
setGitProperties(Properties gitProperties) |
void |
setMachineInfoMap(LinkedHashMap<String,String> machineInfoMap) |
public Throwable throwable
public LinkedHashMap<String,String> machineInfoMap
public Properties gitProperties
public WebhookGlobalInfo(WebhookProductEnum webhookProductEnum, Throwable throwable, String basePackName, LinkedHashMap<String,String> machineInfoMap, Properties gitProperties)
public WebhookGlobalInfo(WebhookProductEnum webhookProductEnum, Throwable throwable, String basePackName)
public void setMachineInfoMap(LinkedHashMap<String,String> machineInfoMap)
public void setGitProperties(Properties gitProperties)
public void setBasePackName(String basePackName)
public String getOccurTime()
Copyright © 2021. All rights reserved.