Example usage for org.eclipse.jgit.lib ProgressMonitor interface-usage

List of usage examples for org.eclipse.jgit.lib ProgressMonitor interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.lib ProgressMonitor interface-usage.

Usage

From source file de.br0tbox.gitfx.ui.progress.GitFxProgressMonitor.java

public class GitFxProgressMonitor implements ProgressMonitor {

    private AbstractMonitorableGitTask<?> gitTask;

    public GitFxProgressMonitor(AbstractMonitorableGitTask<?> task) {
        this.gitTask = task;

From source file de._692b8c32.cdlauncher.tasks.GITUpdateTask.java

/**
 *
 * @author Jean-Rmy Buchs <jrb0001@692b8c32.de>
 */
public class GITUpdateTask extends TaskProgress implements ProgressMonitor {

From source file io.fabric8.openshift.agent.LoggingProgressMonitor.java

/**
 * An implementation of {@link ProgressMonitor} which logs the git progress
 */
public class LoggingProgressMonitor implements ProgressMonitor {
    private static final transient Logger LOG = LoggerFactory.getLogger(LoggingProgressMonitor.class);

From source file io.jenkins.blueocean.blueocean_git_pipeline.CloneProgressMonitor.java

/**
 * Simple progress monitor to track progress during any clone operations
 * @author kzantow
 */
class CloneProgressMonitor implements ProgressMonitor {
    private final String repositoryUrl;

From source file jetbrains.buildServer.buildTriggers.vcs.git.FetchProgressMonitor.java

/**
 * Exactly the same as {@link org.eclipse.jgit.lib.TextProgressMonitor}, but writes to the given PrintStream and System.out
 * @author dmitry.neverov
 */
public class FetchProgressMonitor implements ProgressMonitor {

From source file net.erdfelt.android.sdkfido.git.internal.TerseProgressMonitor.java

public class TerseProgressMonitor implements ProgressMonitor {
    private static final int PROGRESS_BAR_LEN = 72;
    private static final char PROGRESS_BAR_HASH = '-';
    private static final char PROGRESS_BAR_TAIL = '|';
    private boolean output = false;
    private String title;

From source file org.eclipse.egit.core.EclipseGitProgressTransformer.java

/** Create a new Git to Eclipse progress monitor. */
public class EclipseGitProgressTransformer implements ProgressMonitor {
    private static final String EMPTY_STRING = ""; //$NON-NLS-1$

    private final IProgressMonitor root;

From source file org.eclipse.orion.server.git.jobs.EclipseGitProgressTransformer.java

/**
 * Create a new Git to Eclipse progress monitor. From org.eclipse.egit.core.
 */
public class EclipseGitProgressTransformer implements ProgressMonitor {
    private static final String EMPTY_STRING = ""; //$NON-NLS-1$

From source file org.eclipse.ptp.internal.rdt.sync.git.core.EclipseGitProgressTransformer.java

/** Create a new Git to Eclipse progress monitor. */
public class EclipseGitProgressTransformer implements ProgressMonitor {
    private static final String EMPTY_STRING = ""; //$NON-NLS-1$

    private final IProgressMonitor root;

From source file org.eclipse.ptp.rdt.sync.git.core.EclipseGitProgressTransformer.java

/** Create a new Git to Eclipse progress monitor. */
public class EclipseGitProgressTransformer implements ProgressMonitor {
    private static final String EMPTY_STRING = ""; //$NON-NLS-1$

    private final IProgressMonitor root;