All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.maven.plugins.jgitflow.provider.JGitFlowProvider Maven / Gradle / Ivy

The newest version!
package com.atlassian.maven.plugins.jgitflow.provider;

import com.atlassian.jgitflow.core.JGitFlow;
import com.atlassian.jgitflow.core.exception.JGitFlowException;

public interface JGitFlowProvider
{
    JGitFlow gitFlow() throws JGitFlowException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy