Example usage for org.eclipse.jgit.revplot PlotCommit subclass-usage

List of usage examples for org.eclipse.jgit.revplot PlotCommit subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.revplot PlotCommit subclass-usage.

Usage

From source file org.eclipse.egit.ui.internal.history.SWTCommit.java

class SWTCommit extends PlotCommit<SWTCommitList.SWTLane> {
    Widget widget;

    SWTCommit(final AnyObjectId id) {
        super(id);
    }

From source file org.flowerplatform.web.git.history.internal.WebCommit.java

/**
 *   @author Cristina Constantinescu
 */
public class WebCommit extends PlotCommit<WebLane> {

    private RevWalk walk;