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

io.dangernoodle.scm.setup.RepositorySetupWorkflow Maven / Gradle / Ivy

The newest version!
package io.dangernoodle.scm.setup;

import io.dangernoodle.Project;
import io.dangernoodle.scm.ScmException;


public interface RepositorySetupWorkflow
{
    void execute(Project project) throws ScmException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy