Class SwaggerHubPlugin
java.lang.Object
io.github.ludy87.swagger.swaggerhub.v2.SwaggerHubPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class SwaggerHubPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Gradle plugin that registers tasks to interact with SwaggerHub.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Applies the SwaggerHub plugin to the supplied Gradle project.
-
Constructor Details
-
SwaggerHubPlugin
public SwaggerHubPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Applies the SwaggerHub plugin to the supplied Gradle project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- the Gradle project to which the plugin is applied
-