fr.inria.jtravis.entities.Commit 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;
import fr.inria.jtravis.pojos.CommitPojo;
/**
* Business object to deal with a commit in Travis CI API
* Please note that as of now commit are automatically retrieved when creating build objects, and can't be retrieved later.
*
* @author Simon Urli
*/
public class Commit extends CommitPojo {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy