use of jetbrains.buildServer.serverSide.UserPropertyInfo in project spring-bot by finos.
the class SymphonyNotificator method getUserPropertyInfosList.
private ArrayList<UserPropertyInfo> getUserPropertyInfosList() {
ArrayList<UserPropertyInfo> userPropertyInfos = new ArrayList<UserPropertyInfo>();
userPropertyInfos.add(new UserPropertyInfo(symphonyStreamIdKey, "Stream ID To Report To"));
return userPropertyInfos;
}
Aggregations