Package com.almworks.jira.structure.util

Examples of com.almworks.jira.structure.util.SyncLogger


   * @param instance the sync instance
   * @return the forest or <code>null</code> if the structure is not present or running user has no access to it
   */
  @Nullable
  protected Forest getSourceForest(@NotNull SyncInstance instance) {
    return getSourceForest(instance, new SyncLogger(logger, instance, myStructureManager, false));
  }
View Full Code Here


   * @param instance the sync instance
   * @return the forest or <code>null</code> if the structure is not present or running user has no access to it
   */
  @Nullable
  protected Forest getSourceForest(@NotNull SyncInstance instance) {
    return getSourceForest(instance, new SyncLogger(logger, instance, myStructureManager, false));
  }
View Full Code Here

TOP

Related Classes of com.almworks.jira.structure.util.SyncLogger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.