Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

accumulateCoverageLocations(CoverageLocations) - Method in class org.mule.munit.remote.coverage.CoverageManager
 
addDefaultRepositories(MavenConfiguration.MavenConfigurationBuilder) - Method in class org.mule.munit.remote.container.ContainerFactory
 
allLocations - Variable in class org.mule.munit.remote.coverage.CoverageManager
 
ApplicationCoverageReport - Class in org.mule.munit.remote.coverage.report.model
It holds the coverage information of an application describing:
ApplicationCoverageReport() - Constructor for class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
ApplicationCoverageReport(List<MuleResource>) - Constructor for class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
ApplicationCoverageReportBuilder - Class in org.mule.munit.remote.coverage.report
It knows how to build an ApplicationCoverageReport
ApplicationCoverageReportBuilder(Set<CoverageComponentLocation>, Set<CoverageComponentLocation>, Set<String>) - Constructor for class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
ApplicationStructureGenerator - Class in org.mule.munit.remote
It create a exploded application structure (lightweight) based on a source folder containing all the required folders and files.
ApplicationStructureGenerator(Path, Path, Path, String) - Constructor for class org.mule.munit.remote.ApplicationStructureGenerator
 
ATTACH_MULE_SOURCES - Static variable in class org.mule.munit.remote.ApplicationStructureGenerator
 

B

build() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
build() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
build() - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
build() - Method in class org.mule.munit.remote.api.configuration.NotifierConfiguration.NotifierConfigurationBuilder
 
build() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
build() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
build() - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
buildRunnerClient(RemoteRunEventListener, int) - Method in class org.mule.munit.remote.RemoteRunner
 
buildRunnerListener(List<NotifierConfiguration>) - Method in class org.mule.munit.remote.RemoteRunner
 
buildServerPluginDescriptors(List<ServerPluginConfiguration>) - Static method in class org.mule.munit.remote.container.BundleDescriptorFactory
 
BundleDescriptorFactory - Class in org.mule.munit.remote.container
Creates a BundleDescriptor based on the ServerPluginConfiguration
BundleDescriptorFactory() - Constructor for class org.mule.munit.remote.container.BundleDescriptorFactory
 

C

CLASS_PATH_MANIFEST_ATTR - Static variable in class org.mule.munit.remote.classloading.ClassLoaderUtils
 
ClassLoaderUtils - Class in org.mule.munit.remote.classloading
The class contain utility methods to work with classLoaders
ClassLoaderUtils() - Constructor for class org.mule.munit.remote.classloading.ClassLoaderUtils
 
CONNECTION_SLEEP_MILLIS - Static variable in class org.mule.munit.remote.api.client.RunnerClient
 
ConsoleNotifier - Class in org.mule.munit.remote.notifiers
The goal of this class is to notify through standard output all events received though the interface RunMessageNotifier
ConsoleNotifier() - Constructor for class org.mule.munit.remote.notifiers.ConsoleNotifier
 
ContainerConfiguration - Class in org.mule.munit.remote.api.configuration
Defines the Container configuration
ContainerConfiguration(String, String, String, String, MavenConfiguration, List<ServerPluginConfiguration>) - Constructor for class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
ContainerConfiguration.ContainerConfigurationBuilder - Class in org.mule.munit.remote.api.configuration
Container Configuration Builder
ContainerConfigurationBuilder() - Constructor for class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
ContainerFactory - Class in org.mule.munit.remote.container
It knows how to build a embedded container, used to start Mule programmatically
ContainerFactory() - Constructor for class org.mule.munit.remote.container.ContainerFactory
 
CoverageConfiguration - Class in org.mule.munit.remote.api.configuration
Define the configuration for the coverage calculation
CoverageConfiguration.CoverageConfigurationBuilder - Class in org.mule.munit.remote.api.configuration
Coverage Configuration Builder
CoverageConfigurationBuilder() - Constructor for class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
CoverageManager - Class in org.mule.munit.remote.coverage
It handles the coverage information and know how to process it to generate a report
CoverageManager(Boolean, Integer, Boolean, Set<String>) - Constructor for class org.mule.munit.remote.coverage.CoverageManager
 
coverageServer - Variable in class org.mule.munit.remote.coverage.CoverageManager
 
coveredLocations - Variable in class org.mule.munit.remote.coverage.CoverageManager
 
createContainer(ContainerConfiguration) - Method in class org.mule.munit.remote.container.ContainerFactory
 
createNotifiers(List<NotifierConfiguration>) - Method in class org.mule.munit.remote.notifier.NotifierReflectionFactory
 

D

DEFAULT_LOG4J2_CONFIG - Static variable in class org.mule.munit.remote.container.ContainerFactory
 
deployApplication(String, DeploymentConfiguration, String, EmbeddedContainer) - Method in class org.mule.munit.remote.RemoteRunner
 
DeploymentException - Exception in org.mule.munit.remote.exception
Exception to be thrown when deployment fail
DeploymentException(Throwable) - Constructor for exception org.mule.munit.remote.exception.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception org.mule.munit.remote.exception.DeploymentException
 
DeploymentExceptionThrower - Class in org.mule.munit.remote.exception
The goal of this class is to find DeploymentException in a exception cause
DeploymentExceptionThrower() - Constructor for class org.mule.munit.remote.exception.DeploymentExceptionThrower
 

E

enhanceClassLoader() - Method in class org.mule.munit.remote.classloading.ClassLoaderUtils
 
equals(Object) - Method in class org.mule.munit.remote.coverage.report.model.MuleLocation
 

F

FolderNames - Enum in org.mule.munit.remote
Folder names used for folder structure creation

G

generate() - Method in class org.mule.munit.remote.ApplicationStructureGenerator
Generates an exploded test package
generateCoverageReport() - Method in class org.mule.munit.remote.coverage.CoverageManager
Generates the coverage report based on the accumulated covered locations.
getAllLocations() - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
getApplicationCoverageReportBuilder() - Method in class org.mule.munit.remote.coverage.CoverageManager
 
getApplicationCoveredMessageProcessorCount() - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
getApplicationFlowCount() - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
getApplicationMessageProcessorCount() - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
getArtifactId() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getBaseVersion() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getBranchCoverage() - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
getBranchCoverage() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getBranchCoverage() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getClassifier() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getClassPath() - Method in class org.mule.munit.remote.classloading.ClassLoaderUtils
 
getClazz() - Method in class org.mule.munit.remote.api.configuration.NotifierConfiguration
 
getContainerConfiguration() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getCoverage() - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
getCoverage() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getCoverage() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getCoverageConfiguration() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getCoveragePort() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
getCoveredLocations() - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
getCoveredLocations() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getCoveredMessageProcessorCount() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getFilesToIgnore() - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
getFlows() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getFlowsToIgnore() - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
getForcePolicyUpdate() - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration
 
getGlobalSettingsXmlFilePath() - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration
 
getGroupId() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getIgnoredFiles() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
getIgnoredFlowNames() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
getLineNumber() - Method in class org.mule.munit.remote.coverage.report.model.MuleLocation
 
getLocations() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getLog4JConfiguration(ContainerConfiguration) - Method in class org.mule.munit.remote.container.ContainerFactory
 
getLog4JConfigurationFilePath() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
getMavenConfiguration() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
getMavenConfiguration(MavenConfiguration) - Method in class org.mule.munit.remote.container.ContainerFactory
 
getMavenRepositoryDirectoryPath() - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration
 
getMessageProcessorCount() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getMuleApplicationModel(File) - Static method in class org.mule.munit.remote.MuleArtifactHandler
It loads a MuleApplicationModel from a file.
getMunitWorkingDirectoryPath() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
getName() - Method in class org.mule.munit.remote.api.configuration.NotifierParameter
 
getName() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getName() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getNotifierConfigurations() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getOfflineMode() - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration
 
getPackageBuilder() - Method in class org.mule.munit.remote.ApplicationStructureGenerator
 
getParameters() - Method in class org.mule.munit.remote.api.configuration.NotifierConfiguration
 
getPath() - Method in class org.mule.munit.remote.coverage.report.model.MuleLocation
 
getPrintableType() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getProduct() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
getProjectName() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getProperties() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getResources() - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
getRuntimeId() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
getRunToken() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getServerPluginConfigurations() - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration
 
getSettingsXmlFilePath() - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration
 
getSuitePaths() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
getSuitePaths() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getSuitePaths() - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
getTags() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getTestNames() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 
getType() - Method in class org.mule.munit.remote.api.configuration.NotifierParameter
 
getType() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getType() - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
getValue() - Method in class org.mule.munit.remote.api.configuration.NotifierParameter
 
getVersion() - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
getWeight() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
getWeightFormatted() - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
groupByFile() - Method in class org.mule.munit.remote.coverage.report.LocationGrouper
It sorts the ComponentLocation by containing file
groupByFlow() - Method in class org.mule.munit.remote.coverage.report.LocationGrouper
It sort the ComponentLocation by containing flow

H

hashCode() - Method in class org.mule.munit.remote.coverage.report.model.MuleLocation
 

I

ignoreFiles - Variable in class org.mule.munit.remote.coverage.CoverageManager
 
ignoreFlows - Variable in class org.mule.munit.remote.coverage.CoverageManager
 
ILLEGAL_PORT_NUMBER - Static variable in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
init() - Method in class org.mule.munit.remote.notifiers.ConsoleNotifier
 
init() - Method in class org.mule.munit.remote.notifiers.SocketNotifier
 
isRandomizeCoveragePort() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
isRunCoverage() - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration
 
isSkipAfterFailure() - Method in class org.mule.munit.remote.api.configuration.RunConfiguration
 

L

LIGHTWEIGHT_PACKAGE - Static variable in class org.mule.munit.remote.ApplicationStructureGenerator
 
loadServerPluginProperties(List<ServerPluginConfiguration>) - Method in class org.mule.munit.remote.container.ContainerFactory
 
LocationGrouper - Class in org.mule.munit.remote.coverage.report
It sorts the location by different criteria
LocationGrouper(Set<CoverageComponentLocation>) - Constructor for class org.mule.munit.remote.coverage.report.LocationGrouper
 

M

main(String[]) - Static method in class org.mule.munit.remote.RemoteRunner
 
MANIFEST_MF - Static variable in class org.mule.munit.remote.classloading.ClassLoaderUtils
 
MAVEN_CENTRAL_ID - Static variable in class org.mule.munit.remote.container.ContainerFactory
 
MAVEN_CENTRAL_URL - Static variable in class org.mule.munit.remote.container.ContainerFactory
 
MavenConfiguration - Class in org.mule.munit.remote.api.configuration
Define the configuration required for mule-maven-client
MavenConfiguration(String, String, String, Boolean, Boolean) - Constructor for class org.mule.munit.remote.api.configuration.MavenConfiguration
 
MavenConfiguration.MavenConfigurationBuilder - Class in org.mule.munit.remote.api.configuration
Maven Configuration Builder
MavenConfigurationBuilder() - Constructor for class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
META_INF - Static variable in class org.mule.munit.remote.classloading.ClassLoaderUtils
 
MULE_ARTIFACT_JSON - Static variable in class org.mule.munit.remote.MuleArtifactHandler
 
MuleArtifactHandler - Class in org.mule.munit.remote
This class handles a mule-artifact.json file in an specific path.
MuleArtifactHandler(Path) - Constructor for class org.mule.munit.remote.MuleArtifactHandler
 
MuleFlow - Class in org.mule.munit.remote.coverage.report.model
A model that represents a Mule Flow
MuleFlow(String) - Constructor for class org.mule.munit.remote.coverage.report.model.MuleFlow
 
MuleLocation - Class in org.mule.munit.remote.coverage.report.model
A model that represents a Mule Location
MuleLocation(String, Integer) - Constructor for class org.mule.munit.remote.coverage.report.model.MuleLocation
 
MuleResource - Class in org.mule.munit.remote.coverage.report.model
A model that represents a Mule Config File
MuleResource(String) - Constructor for class org.mule.munit.remote.coverage.report.model.MuleResource
 
MULESOFT_PUBLIC_ID - Static variable in class org.mule.munit.remote.container.ContainerFactory
 
MULESOFT_PUBLIC_URL - Static variable in class org.mule.munit.remote.container.ContainerFactory
 
MUNIT_DEBUG_LOG_CLASSPATH - Static variable in class org.mule.munit.remote.RemoteRunner
 

N

NotifierConfiguration - Class in org.mule.munit.remote.api.configuration
Defines the configuration required to create a notifier
NotifierConfiguration(String, List<NotifierParameter>) - Constructor for class org.mule.munit.remote.api.configuration.NotifierConfiguration
 
NotifierConfiguration.NotifierConfigurationBuilder - Class in org.mule.munit.remote.api.configuration
Notifier Configuration Builder
NotifierConfigurationBuilder() - Constructor for class org.mule.munit.remote.api.configuration.NotifierConfiguration.NotifierConfigurationBuilder
 
NotifierParameter - Class in org.mule.munit.remote.api.configuration
Defines a parameter of a notifier
NotifierParameter(String, String, String) - Constructor for class org.mule.munit.remote.api.configuration.NotifierParameter
 
NotifierReflectionFactory - Class in org.mule.munit.remote.notifier
It knows how to generate notifiers using reflection based on a notifier configuration
NotifierReflectionFactory() - Constructor for class org.mule.munit.remote.notifier.NotifierReflectionFactory
 

O

ONLY_MULE_SOURCES - Static variable in class org.mule.munit.remote.ApplicationStructureGenerator
 
org.mule.munit.remote - package org.mule.munit.remote
 
org.mule.munit.remote.api.client - package org.mule.munit.remote.api.client
 
org.mule.munit.remote.api.configuration - package org.mule.munit.remote.api.configuration
 
org.mule.munit.remote.classloading - package org.mule.munit.remote.classloading
 
org.mule.munit.remote.container - package org.mule.munit.remote.container
 
org.mule.munit.remote.coverage - package org.mule.munit.remote.coverage
 
org.mule.munit.remote.coverage.report - package org.mule.munit.remote.coverage.report
 
org.mule.munit.remote.coverage.report.model - package org.mule.munit.remote.coverage.report.model
 
org.mule.munit.remote.exception - package org.mule.munit.remote.exception
 
org.mule.munit.remote.notifier - package org.mule.munit.remote.notifier
 
org.mule.munit.remote.notifiers - package org.mule.munit.remote.notifiers
 

P

parse(String[]) - Method in class org.mule.munit.remote.api.configuration.RunConfigurationParser
 

R

receiveAndNotify() - Method in class org.mule.munit.remote.api.client.RunnerClient
 
RECONNECT_MAX_ATTEMPTS - Static variable in class org.mule.munit.remote.api.client.RunnerClient
 
RemoteRunner - Class in org.mule.munit.remote
This is the main entry point to run a set of MUnit Test Suite files.
RemoteRunner() - Constructor for class org.mule.munit.remote.RemoteRunner
 
restoreOriginal() - Method in class org.mule.munit.remote.MuleArtifactHandler
Restore the original content of the mule-artifact.json file
restoreOriginal(Boolean) - Method in class org.mule.munit.remote.MuleArtifactHandler
Restore the original content of the mule-artifact.json file, forcing the value of redeployment.
run(RunConfiguration) - Method in class org.mule.munit.remote.RemoteRunner
 
RUN_CONFIGURATION_PARAMETER - Static variable in class org.mule.munit.remote.api.configuration.RunConfigurationParser
 
RunConfiguration - Class in org.mule.munit.remote.api.configuration
Defines the information required to run MUnit suites
RunConfiguration(String, String, Set<String>, Set<String>, Set<String>, Boolean, List<NotifierConfiguration>, CoverageConfiguration, ContainerConfiguration) - Constructor for class org.mule.munit.remote.api.configuration.RunConfiguration
 
RunConfiguration.RunConfigurationBuilder - Class in org.mule.munit.remote.api.configuration
Run Configuration Builder
RunConfigurationBuilder() - Constructor for class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
RunConfigurationParser - Class in org.mule.munit.remote.api.configuration
Takes a Command Line Arguments and generates a runConfiguration
RunConfigurationParser() - Constructor for class org.mule.munit.remote.api.configuration.RunConfigurationParser
 
RunnerClient - Class in org.mule.munit.remote.api.client
Sends messages to the munit-runner plugin.
RunnerClient(int, RemoteRunEventListener) - Constructor for class org.mule.munit.remote.api.client.RunnerClient
 
runSuite(RunConfiguration, RemoteRunEventListener, String, int) - Method in class org.mule.munit.remote.RemoteRunner
 

S

sendMessage(String) - Method in class org.mule.munit.remote.notifiers.ConsoleNotifier
 
sendMessage(String) - Method in class org.mule.munit.remote.notifiers.SocketNotifier
 
sendSuiteRunInfo(String, String, Set<String>, Set<String>) - Method in class org.mule.munit.remote.api.client.RunnerClient
 
ServerPluginConfiguration - Class in org.mule.munit.remote.api.configuration
Defines a server plugin configuration
ServerPluginConfiguration(String, String, String, String, String, String, Map<String, String>) - Constructor for class org.mule.munit.remote.api.configuration.ServerPluginConfiguration
 
ServerPluginConfiguration.ServerPluginConfigurationBuilder - Class in org.mule.munit.remote.api.configuration
Server Plugin Configuration Builder
ServerPluginConfigurationBuilder() - Constructor for class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
SET_PREFIX - Static variable in class org.mule.munit.remote.notifier.NotifierReflectionFactory
 
setBranchCoverage(Double) - Method in class org.mule.munit.remote.coverage.report.model.ApplicationCoverageReport
 
setBranchCoverage(Double) - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
setContainerFactory(ContainerFactory) - Method in class org.mule.munit.remote.RemoteRunner
 
setCoveredLocations(List<MuleLocation>) - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
setFilesToIgnore(Set<String>) - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
setFlows(List<MuleFlow>) - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
setFlowsToIgnore(Set<String>) - Method in class org.mule.munit.remote.coverage.report.ApplicationCoverageReportBuilder
 
setHost(String) - Method in class org.mule.munit.remote.notifiers.SocketNotifier
 
setIgnoreFiles(Set<String>) - Method in class org.mule.munit.remote.coverage.CoverageManager
Defines the files to be ignored for the purposes of coverage calculation
setIgnoreFlows(Set<String>) - Method in class org.mule.munit.remote.coverage.CoverageManager
Defines the flows to be ignored for the purposes of coverage calculation
setLocations(List<MuleLocation>) - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
setPackageBuilder(MulePackageBuilder) - Method in class org.mule.munit.remote.ApplicationStructureGenerator
 
setPort(String) - Method in class org.mule.munit.remote.notifiers.SocketNotifier
 
setType(TypedComponentIdentifier.ComponentType) - Method in class org.mule.munit.remote.coverage.report.model.MuleFlow
 
setWeight(Double) - Method in class org.mule.munit.remote.coverage.report.model.MuleResource
 
shouldCalculateCoverage() - Method in class org.mule.munit.remote.coverage.CoverageManager
 
SocketNotifier - Class in org.mule.munit.remote.notifiers
The goal of this class is to notify through a socket all events received though the interface RunMessageNotifier
SocketNotifier() - Constructor for class org.mule.munit.remote.notifiers.SocketNotifier
 
startCoverageServer() - Method in class org.mule.munit.remote.coverage.CoverageManager
Starts the CoverageServer
STARTER_JAR_FILE_NAME - Static variable in class org.mule.munit.remote.classloading.ClassLoaderUtils
 
stopCoverageServer() - Method in class org.mule.munit.remote.coverage.CoverageManager
Stops the CoverageServer
suitePaths - Variable in class org.mule.munit.remote.coverage.CoverageManager
 
SYSTEM_PROPERTIES_FILE - Static variable in class org.mule.munit.remote.RemoteRunner
 

T

TEST_PACKAGE - Static variable in class org.mule.munit.remote.ApplicationStructureGenerator
 
throwIfMatches(RuntimeException) - Static method in class org.mule.munit.remote.exception.DeploymentExceptionThrower
It will throw a DeploymentException if a Mule Deployment exception is found in the causal chain.

U

updateConfigPath(Set<String>) - Method in class org.mule.munit.remote.MuleArtifactHandler
It updates the configs field in the mule-artifact.json file
updateConfigPathAndReDeployment(Set<String>, Boolean) - Method in class org.mule.munit.remote.MuleArtifactHandler
It updates the configs and redeploymentEnabled fields in the mule-artifact.json file

V

value() - Method in enum org.mule.munit.remote.FolderNames
 
valueOf(String) - Static method in enum org.mule.munit.remote.FolderNames
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.munit.remote.FolderNames
Returns an array containing the constants of this enum type, in the order they are declared.

W

withArtifactId(String) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
withBaseVersion(String) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
withClassifier(String) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
withClazz(String) - Method in class org.mule.munit.remote.api.configuration.NotifierConfiguration.NotifierConfigurationBuilder
 
withContainerConfiguration(ContainerConfiguration) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withCoverageConfiguration(CoverageConfiguration) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withCoveragePort(Integer) - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
withForcePolicyUpdate(Boolean) - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
withGlobalSettingsXmlFilePath(String) - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
withGroupId(String) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
withIgnoredFiles(Set<String>) - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
withIgnoredFlowNames(Set<String>) - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
withLog4JConfigurationFilePath(String) - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
withMavenConfiguration(MavenConfiguration) - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
withMavenRepositoryDirectoryPath(String) - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
withMunitWorkingDirectoryPath(String) - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
withNotifierConfigurations(List<NotifierConfiguration>) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withOfflineMode(Boolean) - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
withParameters(List<NotifierParameter>) - Method in class org.mule.munit.remote.api.configuration.NotifierConfiguration.NotifierConfigurationBuilder
 
withProduct(String) - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
withProjectName(String) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withProperties(Map<String, String>) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
withRuntimeId(String) - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
withRunToken(String) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withServerPluginConfiguration(ServerPluginConfiguration) - Method in class org.mule.munit.remote.api.configuration.ContainerConfiguration.ContainerConfigurationBuilder
 
withSettingsXmlFilePath(String) - Method in class org.mule.munit.remote.api.configuration.MavenConfiguration.MavenConfigurationBuilder
 
withShouldRunCoverage(Boolean) - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
withSkipAfterFailure(Boolean) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withSuitePaths(Set<String>) - Method in class org.mule.munit.remote.api.configuration.CoverageConfiguration.CoverageConfigurationBuilder
 
withSuitePaths(Set<String>) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withTags(Set<String>) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withTestNames(Set<String>) - Method in class org.mule.munit.remote.api.configuration.RunConfiguration.RunConfigurationBuilder
 
withType(String) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
withVersion(String) - Method in class org.mule.munit.remote.api.configuration.ServerPluginConfiguration.ServerPluginConfigurationBuilder
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.