![JAR search and dependency download from the Maven repository](/logo.png)
com.atlassian.maven.plugins.jgitflow.provider.JGitFlowProvider Maven / Gradle / Ivy
package com.atlassian.maven.plugins.jgitflow.provider;
import com.atlassian.jgitflow.core.JGitFlow;
import com.atlassian.jgitflow.core.exception.*;
import com.atlassian.maven.plugins.jgitflow.ReleaseContext;
public interface JGitFlowProvider
{
JGitFlow gitFlow() throws JGitFlowException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy