fr.inria.jtravis.entities.BuildTool Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtravis Show documentation
Show all versions of jtravis Show documentation
jTravis is a Java API for accessing TravisCI API
package fr.inria.jtravis.entities;
/**
* Created by urli on 22/02/2017.
*/
public enum BuildTool {
MAVEN,
GRADLE,
UNKNOWN
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy