Uses of Class
com.microsoft.azure.maven.function.AbstractFunctionMojo
-
Packages that use AbstractFunctionMojo Package Description com.microsoft.azure.maven.function -
-
Uses of AbstractFunctionMojo in com.microsoft.azure.maven.function
Subclasses of AbstractFunctionMojo in com.microsoft.azure.maven.function Modifier and Type Class Description classAddMojoCreate new Azure Functions (as Java class) and add to current project.classDeployMojoDeploy your project to target Azure Functions.classListMojoThe list mojo is used to provide Java Azure Functions templates information, which is used by other tools such as VS Code Azure Functions extension.classPackageMojoGenerate configuration files (host.json, function.json etc.) and copy JARs to staging directory.classRunMojoRun Azure Java Functions locally.Fields in com.microsoft.azure.maven.function declared as AbstractFunctionMojo Modifier and Type Field Description private AbstractFunctionMojoConfigParser. mojoConstructors in com.microsoft.azure.maven.function with parameters of type AbstractFunctionMojo Constructor Description ConfigParser(AbstractFunctionMojo mojo)
-