Package com.atlassian.bamboo.webhooks
Class WebhookResponseUtils
- java.lang.Object
-
- com.atlassian.bamboo.webhooks.WebhookResponseUtils
-
public class WebhookResponseUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description WebhookResponseUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
codeColor(int statusCode)
static String
statusColor(WebhookResponseStatus status)
-
-
-
Method Detail
-
codeColor
public static String codeColor(int statusCode)
-
statusColor
public static String statusColor(WebhookResponseStatus status)
-
-