com.atlassian.bamboo.applinks
Interface RemoteEventsConnectionStatusService


@Internal
public interface RemoteEventsConnectionStatusService

Provides status of remote event feature for application links


Nested Class Summary
static class RemoteEventsConnectionStatusService.ConnectionStatus
           
 
Method Summary
 RemoteEventsConnectionStatusService.ConnectionStatus getInboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId)
          If inbound remote events are working through given application link
 RemoteEventsConnectionStatusService.ConnectionStatus getOutboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId)
          If outbound remote events are working through given application link
 

Method Detail

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:


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.