public class CoverageServerPlugin extends Object implements com.mulesoft.mule.runtime.module.plugin.api.MulePlugin, org.mule.runtime.module.deployment.api.DeploymentServiceAware, org.mule.runtime.module.deployment.api.DeploymentListener
MulePlugin| Modifier and Type | Field and Description |
|---|---|
static String |
COVERAGE_PORT_PROPERTY |
static String |
COVERAGE_SEND_ALL_LOCATIONS_PROPERTY |
protected CoverageModule |
coverageModule |
protected org.mule.runtime.module.deployment.api.DeploymentService |
deploymentService |
protected String |
port |
| Constructor and Description |
|---|
CoverageServerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
initialise() |
boolean |
isDisabledOnEnvironment() |
void |
onMuleContextCreated(String artifactName,
org.mule.runtime.core.api.MuleContext context,
org.mule.runtime.api.config.custom.CustomizationService customizationService) |
void |
onMuleContextInitialised(String artifactName,
org.mule.runtime.core.api.MuleContext context) |
void |
onUndeploymentStart(String artifactName) |
void |
setDeploymentService(org.mule.runtime.module.deployment.api.DeploymentService deploymentService) |
void |
setWorkingDirectory(File file) |
void |
start() |
void |
stop() |
public static final String COVERAGE_PORT_PROPERTY
public static final String COVERAGE_SEND_ALL_LOCATIONS_PROPERTY
protected final String port
protected CoverageModule coverageModule
protected org.mule.runtime.module.deployment.api.DeploymentService deploymentService
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void setWorkingDirectory(File file)
setWorkingDirectory in interface com.mulesoft.mule.runtime.module.plugin.api.MulePluginpublic boolean isDisabledOnEnvironment()
isDisabledOnEnvironment in interface com.mulesoft.mule.runtime.module.plugin.api.MulePluginpublic void setDeploymentService(org.mule.runtime.module.deployment.api.DeploymentService deploymentService)
setDeploymentService in interface org.mule.runtime.module.deployment.api.DeploymentServiceAwarepublic void onUndeploymentStart(String artifactName)
onUndeploymentStart in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onMuleContextCreated(String artifactName, org.mule.runtime.core.api.MuleContext context, org.mule.runtime.api.config.custom.CustomizationService customizationService)
onMuleContextCreated in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onMuleContextInitialised(String artifactName, org.mule.runtime.core.api.MuleContext context)
onMuleContextInitialised in interface org.mule.runtime.module.deployment.api.DeploymentListenerCopyright © 2017. All rights reserved.