Class ViewChainWebhookResponses

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, ChainAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsSummaryAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class ViewChainWebhookResponses extends ChainResultsAction
See Also:
  • Constructor Details

    • ViewChainWebhookResponses

      public ViewChainWebhookResponses()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • hasAdminPermission

      @TemplateAccessible public boolean hasAdminPermission()
      Overrides:
      hasAdminPermission in class BambooActionSupport
    • getWebhookResponses

      @TemplateAccessible public List<WebhookResponse> getWebhookResponses()
    • codeColor

      @TemplateAccessible public String codeColor(int statusCode)
    • statusColor

      @TemplateAccessible public String statusColor(WebhookResponseStatus status)