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

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

There is a newer version: 1.0-m5.1
Show newest version
package com.atlassian.maven.plugins.jgitflow.provider;

import com.atlassian.maven.plugins.jgitflow.ReleaseContext;

public interface ContextProvider
{
    ReleaseContext getContext();

    void setContext(ReleaseContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy