com.atlassian.crowd.acceptance.utils
Class DbCachingTestHelper.SyncInfo

java.lang.Object
  extended by com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.SyncInfo
Enclosing class:
DbCachingTestHelper

public static class DbCachingTestHelper.SyncInfo
extends Object

Information about the synchronisation.


Method Summary
 String getDirectoryName()
          Returns of the name of the synchronised directory.
 String getDuration()
          Returns the duration of the synchronisation.
 SynchronisationMode getMode()
          Returns the mode of the synchronisation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirectoryName

public String getDirectoryName()
Returns of the name of the synchronised directory.

Returns:
name of synchronised directory

getDuration

public String getDuration()
Returns the duration of the synchronisation.

Returns:
duration of the synchronisation.

getMode

public SynchronisationMode getMode()
Returns the mode of the synchronisation.

Returns:
mode of the synchronisation


Copyright © 2013 Atlassian. All Rights Reserved.