Package org.openrewrite.marker
Class GitProvenance
- java.lang.Object
-
- org.openrewrite.marker.GitProvenance
-
@Incubating(since="7.0.0") public class GitProvenance extends java.lang.Object implements Marker
-
-
Constructor Summary
Constructors Constructor Description GitProvenance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @Nullable GitProvenancefromProjectDirectory(java.nio.file.Path projectDir)@Nullable java.lang.StringgetOrganizationName()@Nullable java.lang.StringgetRepositoryName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.marker.Marker
isAcceptable
-
Methods inherited from interface org.openrewrite.Tree
accept, getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed
-
-
-
-
Method Detail
-
fromProjectDirectory
@Nullable public static @Nullable GitProvenance fromProjectDirectory(java.nio.file.Path projectDir)
-
-