| Package | Description |
|---|---|
| com.mulesoft.runtime.upgrade.tool.domain | |
| com.mulesoft.runtime.upgrade.tool.service | |
| com.mulesoft.runtime.upgrade.tool.service.api |
| Modifier and Type | Method and Description |
|---|---|
MuleDistribution |
MuleDistribution.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
MuleDistribution |
DefaultMuleDistroService.initMuleDistro(Path muleHome)
Initializes a
MuleDistribution object after validating that the given file path corresponds to a Mule Runtime
distribution. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStatusPreconditionsValidatorService.checkUpgradePreconditions(MuleDistribution oldMule,
MuleDistribution newMule,
boolean force)
Checks that all preconditions for performing the upgrade are met.
|
void |
DefaultPreconditionsValidatorService.checkUpgradeReadiness(MuleDistribution oldMule,
MuleDistribution newMule,
boolean force)
Checks that all preconditions for performing the upgrade are met.
|
List<String> |
DefaultStatusPreconditionsValidatorService.checkUpgradeStatusOffline(MuleDistribution oldMule)
Checks upgrade pre-conditions for status command.
|
void |
DefaultBackupService.create(MuleDistribution muleDistribution,
boolean isDryRunMode)
This function creates the backup descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
MuleDistribution |
MuleDistroService.initMuleDistro(Path muleHome)
Initializes a
MuleDistribution object after validating that the given file path corresponds to a Mule Runtime
distribution. |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusPreconditionsValidatorService.checkUpgradePreconditions(MuleDistribution oldMule,
MuleDistribution newMule,
boolean force)
Checks that all preconditions for performing the upgrade are met.
|
void |
PreconditionsValidatorService.checkUpgradeReadiness(MuleDistribution oldMule,
MuleDistribution newMule,
boolean force)
Checks that all preconditions for performing the upgrade are met.
|
List<String> |
StatusPreconditionsValidatorService.checkUpgradeStatusOffline(MuleDistribution oldMule)
Checks upgrade pre-conditions for status command.
|
void |
BackupService.create(MuleDistribution muleDistribution,
boolean isDryRunMode)
Creates a backup copy of the given file paths within the Mule distribution directory that will be undergoing the upgrade.
|
Copyright © 2021 MuleSoft, Inc.. All rights reserved.