com.atlassian.bamboo.applinks
Class RemoteEventsConnectionStatusServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.applinks.RemoteEventsConnectionStatusServiceImpl
All Implemented Interfaces:
RemoteEventsConnectionStatusService

public class RemoteEventsConnectionStatusServiceImpl
extends java.lang.Object
implements RemoteEventsConnectionStatusService


Field Summary
 com.google.common.collect.ImmutableSet<com.atlassian.event.remote.diagnostics.RemoteEventConnectionStatus.ConnectionStatus> OK
           
 
Constructor Summary
RemoteEventsConnectionStatusServiceImpl()
           
 
Method Summary
 com.atlassian.event.remote.diagnostics.RemoteEventConnectionStatus.ConnectionStatus getInboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId)
          If inbound remote events are working through given application link
 com.atlassian.event.remote.diagnostics.RemoteEventConnectionStatus.ConnectionStatus getOutboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId)
          If outbound remote events are working through given application link
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public final com.google.common.collect.ImmutableSet<com.atlassian.event.remote.diagnostics.RemoteEventConnectionStatus.ConnectionStatus> OK
Constructor Detail

RemoteEventsConnectionStatusServiceImpl

public RemoteEventsConnectionStatusServiceImpl()
Method Detail

getInboundConnectionStatus

public com.atlassian.event.remote.diagnostics.RemoteEventConnectionStatus.ConnectionStatus getInboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId)
Description copied from interface: RemoteEventsConnectionStatusService
If inbound remote events are working through given application link

Specified by:
getInboundConnectionStatus in interface RemoteEventsConnectionStatusService
Returns:

getOutboundConnectionStatus

public com.atlassian.event.remote.diagnostics.RemoteEventConnectionStatus.ConnectionStatus getOutboundConnectionStatus(com.atlassian.applinks.api.ApplicationId applicationId)
Description copied from interface: RemoteEventsConnectionStatusService
If outbound remote events are working through given application link

Specified by:
getOutboundConnectionStatus in interface RemoteEventsConnectionStatusService
Returns:


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.