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 |
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 |
onArtifactCreated(String artifactName,
org.mule.runtime.api.config.custom.CustomizationService customizationService) |
void |
onArtifactInitialised(String artifactName,
org.mule.runtime.api.artifact.Registry registry) |
void |
onUndeploymentStart(String artifactName) |
void |
setDeploymentService(org.mule.runtime.module.deployment.api.DeploymentService deploymentService) |
void |
setWorkingDirectory(File file) |
void |
start() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonArtifactStarted, onArtifactStopped, onDeploymentFailure, onDeploymentStart, onDeploymentSuccess, onRedeploymentFailure, onRedeploymentStart, onRedeploymentSuccess, onUndeploymentFailure, onUndeploymentSuccesspublic static final String COVERAGE_PORT_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 onArtifactCreated(String artifactName, org.mule.runtime.api.config.custom.CustomizationService customizationService)
onArtifactCreated in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onArtifactInitialised(String artifactName, org.mule.runtime.api.artifact.Registry registry)
onArtifactInitialised in interface org.mule.runtime.module.deployment.api.DeploymentListenerCopyright © 2018. All rights reserved.