![JAR search and dependency download from the Maven repository](/logo.png)
com.atlassian.maven.plugins.jgitflow.provider.ContextProvider Maven / Gradle / Ivy
package com.atlassian.maven.plugins.jgitflow.provider;
import com.atlassian.maven.plugins.jgitflow.ReleaseContext;
public interface ContextProvider
{
ReleaseContext getContext();
void setContext(ReleaseContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy