Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

  1. Go to your_team.slack.com/services/new.

    Thai
    ไปที่ your_team.slack.com/services/new
  2. Search for Incoming WebHook and click in Add

    Thai

    ค้นหา WebHook ที่เข้ามาและคลิกที่ Add

  3. Choose Channel to Post and press Add Incoming WebHooks Integration

    Thai

    เลือกช่องทางที่จะโพสต์และกดเพิ่มการผนวก WebHooks

  4. 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" ในภายหลัง จากนั้นคัดลอก

...

To download the ready-to-use plugin jar, please find it in  Slack Webhook at http://marketplace.joget.org/. (Coming Soon) 

Thai

คุณสามารถดาวน์โหลดซอร์สโค้ดจาก slack_webhook_src.zip

หากต้องการดาวน์โหลด jar ปลั๊กอินที่พร้อมใช้งานโปรดค้นหาได้ที่ http://marketplace.joget.org/ (เร็ว ๆ นี้)

...