Class DbCachingTestHelper.SyncInfo

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

public static class DbCachingTestHelper.SyncInfo extends Object
Information about the synchronisation.
  • Method Details

    • getDirectoryName

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

      public Long 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
    • isSuccess

      public boolean isSuccess()
      Returns whether the sync was successful.
      Returns:
      whether the sync was successful
    • toString

      public String toString()
      Overrides:
      toString in class Object