Table of Contents |
---|
English |
---|
In this tutorial, we will follow the guideline for developing a plugin to develop our Slack Webhook Tool plugin. Please also refer to the very first tutorial How to develop a Bean Shell Hash Variable for more details steps. |
Thai |
---|
ในบทช่วยสอนนี้เราจะทำตาม guideline for developing a plugin เพื่อพัฒนาปลั๊กอิน Slack Webhook Tool ของเรา โปรดอ้างอิงถึง How to develop a Bean Shell Hash Variable สำหรับขั้นตอนรายละเอียดเพิ่มเติม |
...
After completing the properties option to collect input, we can work on the main method of the plugin which is execute executed method.
Thai |
---|
หลังจากเสร็จสิ้นตัวเลือกคุณสมบัติเพื่อรวบรวมอินพุตเราสามารถทำงานกับวิธีการหลักของปลั๊กอินซึ่งเป็นวิธีการดำเนินการ |
...
In our plugin properties, we have a button to send a test message. Let's implement the webService method to provide an API to send a test message.
Thai |
---|
ในคุณสมบัติปลั๊กอินของเราเรามีปุ่มสำหรับส่งข้อความทดสอบ ให้ใช้วิธีการ webService เพื่อจัดทำ API เพื่อส่งข้อความทดสอบ |
...
Then, let's upload the plugin jar to Manage Plugins. After After uploading the jar file, double-check that the plugin is uploaded and activated correctly.
...
Go to your_team.slack.com/services/new.
Thai ไปที่ your_team.slack.com/services/new Search for Incoming WebHook and click in
Add
Thai ค้นหา WebHook ที่เข้ามาและคลิกที่ Add
Choose Channel to Post and press
Add Incoming WebHooks Integration
Thai เลือกช่องทางที่จะโพสต์และกดเพิ่มการผนวก WebHooks
Into Setup Instructions, you 've have a WebHook URL. This is the argument will use for the "Webhook URL" later. Then, copy it.
Thai ในคำแนะนำในการตั้งค่าคุณคือ URL ของ WebHook นี่คืออาร์กิวเมนต์ที่จะใช้สำหรับ "Webhook URL" ในภายหลัง จากนั้นคัดลอก
...