com.atlassian.crowd.integration.atlassianuser
Class SnapshotFetchingInfo

java.lang.Object
  extended by com.atlassian.crowd.integration.atlassianuser.SnapshotFetchingInfo

public class SnapshotFetchingInfo
extends java.lang.Object


Constructor Summary
SnapshotFetchingInfo(long fetchStart, long fetchDuration)
           
 
Method Summary
 long getFetchDurationMillis()
           
 long getFetchDurationMinutes()
           
 long getFetchDurationSeconds()
           
 java.util.Date getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotFetchingInfo

public SnapshotFetchingInfo(long fetchStart,
                            long fetchDuration)
Parameters:
fetchStart - milliseconds since the epoch
fetchDuration - milliseconds that the fetch took
Method Detail

getStart

public java.util.Date getStart()

getFetchDurationMillis

public long getFetchDurationMillis()

getFetchDurationSeconds

public long getFetchDurationSeconds()

getFetchDurationMinutes

public long getFetchDurationMinutes()


Copyright © 2012 Atlassian. All Rights Reserved.