Class JiraWebhooksConfiguration
java.lang.Object
com.atlassian.jira.plugins.webhooks.spi.JiraWebhooksConfiguration
- All Implemented Interfaces:
com.atlassian.webhooks.WebhooksConfiguration
@Component("webhooksConfiguration")
public class JiraWebhooksConfiguration
extends Object
implements com.atlassian.webhooks.WebhooksConfiguration
-
Field Summary
Fields inherited from interface com.atlassian.webhooks.WebhooksConfiguration
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleintintintintintintintintlongintbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.webhooks.WebhooksConfiguration
getJmxDomain
-
Constructor Details
-
JiraWebhooksConfiguration
-
-
Method Details
-
getBackoffExponent
public double getBackoffExponent()- Specified by:
getBackoffExponentin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getBackoffInitialDelay
- Specified by:
getBackoffInitialDelayin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getBackoffMaxDelay
- Specified by:
getBackoffMaxDelayin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getBackoffTriggerCount
public int getBackoffTriggerCount()- Specified by:
getBackoffTriggerCountin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getBlacklistedAddresses
- Specified by:
getBlacklistedAddressesin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getConnectionTimeout
- Specified by:
getConnectionTimeoutin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getDispatchQueueSize
public int getDispatchQueueSize()- Specified by:
getDispatchQueueSizein interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getDispatchTimeout
- Specified by:
getDispatchTimeoutin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getDispatchQueueWaitTimeout
- Specified by:
getDispatchQueueWaitTimeoutin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getDispatchThreadCount
public int getDispatchThreadCount()- Specified by:
getDispatchThreadCountin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getIoThreadCount
public int getIoThreadCount()- Specified by:
getIoThreadCountin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getMaxCallbackThreads
public int getMaxCallbackThreads()- Specified by:
getMaxCallbackThreadsin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getMaxHttpConnections
public int getMaxHttpConnections()- Specified by:
getMaxHttpConnectionsin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getMaxHttpConnectionsPerHost
public int getMaxHttpConnectionsPerHost()- Specified by:
getMaxHttpConnectionsPerHostin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getMaxInFlightDispatches
public int getMaxInFlightDispatches()- Specified by:
getMaxInFlightDispatchesin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getMaxResponseBodySize
public long getMaxResponseBodySize()- Specified by:
getMaxResponseBodySizein interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getMaxResponseHeaderLineSize
public int getMaxResponseHeaderLineSize()- Specified by:
getMaxResponseHeaderLineSizein interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getSocketTimeout
- Specified by:
getSocketTimeoutin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
getStatisticsFlushInterval
- Specified by:
getStatisticsFlushIntervalin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
isStatisticsEnabled
public boolean isStatisticsEnabled()- Specified by:
isStatisticsEnabledin interfacecom.atlassian.webhooks.WebhooksConfiguration
-
isInvocationHistoryEnabled
public boolean isInvocationHistoryEnabled()- Specified by:
isInvocationHistoryEnabledin interfacecom.atlassian.webhooks.WebhooksConfiguration
-