Class BuildInfoTransform
- java.lang.Object
-
- com.fetherbrik.gradle.afb.service.BuildInfoTransform
-
public class BuildInfoTransform extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.PatternSEMVER_PATTERNstatic java.lang.StringSEMVER_REGEX
-
Constructor Summary
Constructors Constructor Description BuildInfoTransform(AnotherFineBuildExtension extension, GitInfo git)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildInfoapply(org.gradle.api.Project project)
-
-
-
Field Detail
-
SEMVER_REGEX
public static final java.lang.String SEMVER_REGEX
- See Also:
- Constant Field Values
-
SEMVER_PATTERN
public static final java.util.regex.Pattern SEMVER_PATTERN
-
-
Constructor Detail
-
BuildInfoTransform
public BuildInfoTransform(AnotherFineBuildExtension extension, GitInfo git)
-
-
Method Detail
-
apply
public BuildInfo apply(org.gradle.api.Project project)
-
-