com.github.mahnkong.gteg2neo4j.TaskRelationships Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-teg2neo4j-plugin Show documentation
Show all versions of gradle-teg2neo4j-plugin Show documentation
A Gradle-Plugin which enables the "Gradle Task Execution Graph" of a project's build to be stored inside a Neo4j instance
The newest version!
package com.github.mahnkong.gteg2neo4j;
/**
* Created by mahnkong on 04.03.2016.
*/
public enum TaskRelationships {
FINALIZED_BY, DEPENDS_ON
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy