Package com.sonalake.swaggerlog.gradle
Class ChangelogPlugin
- java.lang.Object
-
- com.sonalake.swaggerlog.gradle.ChangelogPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class ChangelogPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>Defines the changelog gradle plugin
-
-
Constructor Summary
Constructors Constructor Description ChangelogPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)Applies theChangelogExtensionandChangelogTaskto the project.
-
-
-
Method Detail
-
apply
public void apply(@Nonnull org.gradle.api.Project project)Applies theChangelogExtensionandChangelogTaskto the project. The task will be named "generateChangeLog" and will look for configs in "swaggerChangeLog"- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- the project for which this plugin is being defined
-
-