Package io.jenkins.plugins.tools
Class Constants
java.lang.Object
io.jenkins.plugins.tools.Constants
Constants class for DingTalk plugin configuration.
Contains message types, content types, and API endpoints used by the DingTalk integration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_TYPE_TEXT
- See Also:
-
MSG_TYPE_LINK
- See Also:
-
MSG_TYPE_MARKDOWN
- See Also:
-
MSG_TYPE_ACTION_CARD
- See Also:
-
MSG_TYPE_FEED_CARD
- See Also:
-
CONTENT_TYPE_APPLICATION_JSON
- See Also:
-
DINGTALK_WEBHOOK_URL_PREFIX
- See Also:
-
COLOR_RED
- See Also:
-
COLOR_GREEN
- See Also:
-
COLOR_CYAN
- See Also:
-
COLOR_BLUE
- See Also:
-
COLOR_GEEK_BLUE
- See Also:
-
COLOR_PURPLE
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-