Package com.atlassian.bamboo.applinks
Interface RemoteEventsConnectionStatusService
@Internal
public interface RemoteEventsConnectionStatusService
Provides status of remote event feature for application links
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
-
Method Summary
Modifier and TypeMethodDescriptiongetInboundConnectionStatus
(com.atlassian.applinks.api.ApplicationId applicationId) If inbound remote events are working through given application linkgetOutboundConnectionStatus
(com.atlassian.applinks.api.ApplicationId applicationId) If outbound remote events are working through given application link
-
Method Details
-
getInboundConnectionStatus
RemoteEventsConnectionStatusService.ConnectionStatus getInboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId) If inbound remote events are working through given application link- Parameters:
applicationId
-- Returns:
-
getOutboundConnectionStatus
RemoteEventsConnectionStatusService.ConnectionStatus getOutboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId) If outbound remote events are working through given application link- Parameters:
applicationId
-- Returns:
-