Versions Compared

Key

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

...

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

...