Uses of Class
com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Packages that use DirectorySynchronisationRoundInformation
-
Uses of DirectorySynchronisationRoundInformation in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return DirectorySynchronisationRoundInformationModifier and TypeMethodDescriptionDirectorySynchronisationRoundInformation.Builder.build()DirectorySynchronisationInformation.getActiveRound()Information of the currently running synchronisation or null if directory is not being synchronised.DirectorySynchronisationInformation.getLastRound()Information of the last completed synchronisation or null if directory has never been synchronised.Methods in com.atlassian.crowd.embedded.api with parameters of type DirectorySynchronisationRoundInformationModifier and TypeMethodDescriptionDirectorySynchronisationRoundInformation.builder(DirectorySynchronisationRoundInformation data) Constructors in com.atlassian.crowd.embedded.api with parameters of type DirectorySynchronisationRoundInformationModifierConstructorDescriptionDirectorySynchronisationInformation(DirectorySynchronisationRoundInformation lastRound, DirectorySynchronisationRoundInformation activeRound)