Examples of EntryRecord


Examples of org.sonatype.nexus.timeline.internal.EntryRecord

    }
    if (evt.getAuthor() != null) {
      data.put("_author", evt.getAuthor());
    }
    // we use TL internal class
    final EntryRecord record = new EntryRecord(
        evt.getPublished().getTime(),
        evt.getEventType(),
        evt.getEventSubType(),
        data);
    timeline.add(record);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.