Interface WeaveBuildComponent
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveComponent
Handles how a project is being built
-
Method Summary
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdownMethods inherited from interface org.mule.weave.extension.api.component.WeaveComponent
start, stop
-
Method Details
-
build
void build() -
buildWithTests
void buildWithTests()Executes the build on this project
-