Class IfGitDiffExtension<T>
- java.lang.Object
-
- com.diffplug.spotless.changelog.gradle.IfGitDiffExtension<T>
-
- Direct Known Subclasses:
IfGitDiffExtension.ForProject
,IfGitDiffExtension.ForSettings
public abstract class IfGitDiffExtension<T> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IfGitDiffExtension.ForProject
static class
IfGitDiffExtension.ForSettings
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.io.File
file(java.lang.Object fileArg)
java.lang.String
getBaseline()
void
inFolder(java.lang.Object folder, Action<T> onChanged)
void
setBaseline(java.lang.String baseline)
-