com.atlassian.bamboo.plugins.stash
Class StashDiagnostics.LastReceivedEventInfo

java.lang.Object
  extended by com.atlassian.bamboo.plugins.stash.StashDiagnostics.LastReceivedEventInfo
Enclosing class:
StashDiagnostics

public static class StashDiagnostics.LastReceivedEventInfo
extends Object

A simple POJO containing information about an event and the date it was received.


Method Summary
 Date getDate()
           
 com.atlassian.event.remote.RemoteEvent getEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDate

public Date getDate()

getEvent

public com.atlassian.event.remote.RemoteEvent getEvent()


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