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

com.jdroid.java.context.GitContext Maven / Gradle / Ivy

package com.jdroid.java.context;

public interface GitContext {
	
	public String getSha();
	
	public String getBranch();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy