From cfad5c06116bc66189d2b439d2a6b9b589db0d65 Mon Sep 17 00:00:00 2001 From: UnrealValentin Date: Wed, 2 Jun 2021 20:42:12 +0200 Subject: [PATCH] added multiple alert types: new aler types: - twitter - job --- .idea/workspace.xml | 81 ++++++-------- src/main/java/org/hmcore/MessageType.java | 15 +++ src/main/java/org/hmcore/TwitterJob.java | 2 +- src/main/kotlin/org/hmcore/Channels.kt | 25 +++-- src/main/kotlin/org/hmcore/DataIO.kt | 6 +- src/main/kotlin/org/hmcore/Main.kt | 39 ++++++- src/main/kotlin/org/hmcore/OwnerCli.kt | 102 +++++++++++++----- .../org/hmcore/serialization/EnumTest.kt | 17 +++ 8 files changed, 199 insertions(+), 88 deletions(-) create mode 100644 src/main/java/org/hmcore/MessageType.java create mode 100644 src/test/kotlin/org/hmcore/serialization/EnumTest.kt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4f6a1e4..52ad220 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,17 +4,15 @@