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

fr.inria.jtravis.entities.Commit Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
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