Package io.bdeploy.gradle
Class BDeployGradlePlugin
- java.lang.Object
-
- io.bdeploy.gradle.BDeployGradlePlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class BDeployGradlePlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>The BDeploy Gradle Plugin.The Plugin provides Tasks to build, package and push products from arbitrary applications. No tasks are created by default.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPLUGIN_ID
-
Constructor Summary
Constructors Constructor Description BDeployGradlePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)
-
-
-
Field Detail
-
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
- Constant Field Values
-
-