Class ConfigureWebhookTemplates

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.configuration.GlobalAdminAction
com.atlassian.bamboo.ww2.actions.admin.webhook.ConfigureWebhookTemplates
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ConfigureWebhookTemplates extends GlobalAdminAction
See Also:
  • Constructor Details

    • ConfigureWebhookTemplates

      public ConfigureWebhookTemplates()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • add

      public String add()
    • edit

      public String edit()
    • update

      public String update()
    • delete

      public String delete()
    • getAllowedHttpMethods

      public List<HttpMethod> getAllowedHttpMethods()
    • getGlobalTemplates

      public List<WebhookTemplate> getGlobalTemplates()
    • getHttpMethod

      public HttpMethod getHttpMethod()
    • getHeaders

      public String getHeaders()
    • getPayload

      public String getPayload()
    • getName

      public String getName()
    • setHttpMethod

      public void setHttpMethod(HttpMethod httpMethod)
    • setHeaders

      public void setHeaders(String headers)
    • setPayload

      public void setPayload(String payload)
    • setName

      public void setName(String name)
    • getLastModified

      public long getLastModified()
    • setLastModified

      public void setLastModified(long lastModified)
    • getRedirectUrl

      public String getRedirectUrl()
    • setRedirectUrl

      public void setRedirectUrl(String redirectUrl)
    • getWebhookId

      public long getWebhookId()
    • setWebhookId

      public void setWebhookId(long webhookId)
    • setWebhookTemplateService

      public void setWebhookTemplateService(WebhookTemplateService webhookTemplateService)