Class ApplicationWebhooksConfiguration

  • All Implemented Interfaces:
    com.atlassian.webhooks.WebhooksConfiguration

    @Component("webhooksConfiguration")
    public class ApplicationWebhooksConfiguration
    extends Object
    implements com.atlassian.webhooks.WebhooksConfiguration
    • Field Summary

      • Fields inherited from interface com.atlassian.webhooks.WebhooksConfiguration

        DEFAULT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isInvocationHistoryEnabled()  
      boolean isStatisticsEnabled()  
      • Methods inherited from interface com.atlassian.webhooks.WebhooksConfiguration

        getBackoffExponent, getBackoffInitialDelay, getBackoffMaxDelay, getBackoffTriggerCount, getBlacklistedAddresses, getConnectionTimeout, getDispatchQueueSize, getDispatchTimeout, getIoThreadCount, getJmxDomain, getMaxCallbackThreads, getMaxHttpConnections, getMaxHttpConnectionsPerHost, getMaxInFlightDispatches, getMaxResponseBodySize, getMaxResponseHeaderLineSize, getSocketTimeout, getStatisticsFlushInterval
    • Constructor Detail

      • ApplicationWebhooksConfiguration

        public ApplicationWebhooksConfiguration()
    • Method Detail

      • isStatisticsEnabled

        public boolean isStatisticsEnabled()
        Specified by:
        isStatisticsEnabled in interface com.atlassian.webhooks.WebhooksConfiguration
      • isInvocationHistoryEnabled

        public boolean isInvocationHistoryEnabled()
        Specified by:
        isInvocationHistoryEnabled in interface com.atlassian.webhooks.WebhooksConfiguration