Uses of Class
com.aeontronix.enhancedmule.tools.legacy.deploy.ApplicationSource
-
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.application
Methods in com.aeontronix.enhancedmule.tools.application with parameters of type ApplicationSource Modifier and Type Method Description static ApplicationIdentifierMavenHelper. uploadToMaven(ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.legacy.deploy
Subclasses of ApplicationSource in com.aeontronix.enhancedmule.tools.legacy.deploy Modifier and Type Class Description classExchangeApplicationSourceclassFileApplicationSourceFields in com.aeontronix.enhancedmule.tools.legacy.deploy declared as ApplicationSource Modifier and Type Field Description protected ApplicationSourceDeployer. sourceMethods in com.aeontronix.enhancedmule.tools.legacy.deploy that return ApplicationSource Modifier and Type Method Description static ApplicationSourceApplicationSource. create(String orgId, AnypointClient client, String path)ApplicationSourceDeployer. getSource()Methods in com.aeontronix.enhancedmule.tools.legacy.deploy with parameters of type ApplicationSource Modifier and Type Method Description voidDeployer. setSource(ApplicationSource source)Constructors in com.aeontronix.enhancedmule.tools.legacy.deploy with parameters of type ApplicationSource Constructor Description CHDeployer(String muleVersionName, String regionName, String workerTypeName, int workerCount, Environment environment, String appName, ApplicationSource file, String filename, APIProvisioningConfig apiProvisioningConfig, DeploymentConfig deploymentConfig)Deployer(Environment environment, String appName, ApplicationSource source, String filename, APIProvisioningConfig apiProvisioningConfig, @NotNull DeploymentConfig deploymentConfig)HDeployer(Server target, String appName, ApplicationSource file, String filename, @NotNull APIProvisioningConfig apiProvisioningConfig, @NotNull DeploymentConfig deploymentConfig) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.legacy.deploy.rtf
Constructors in com.aeontronix.enhancedmule.tools.legacy.deploy.rtf with parameters of type ApplicationSource Constructor Description RTFDeployer(Fabric fabric, Environment environment, String appName, ApplicationSource applicationSource, String filename, APIProvisioningConfig apiProvisioningConfig, DeploymentConfig deploymentConfig, ApplicationIdentifier appId) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.provisioning
Methods in com.aeontronix.enhancedmule.tools.provisioning with parameters of type ApplicationSource Modifier and Type Method Description APIProvisioningResultApplicationDescriptor. provision(Environment environment, APIProvisioningConfig config, ApplicationSource source) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.provisioning.api
Methods in com.aeontronix.enhancedmule.tools.provisioning.api with parameters of type ApplicationSource Modifier and Type Method Description voidAPIDescriptor. provision(ApplicationDescriptor cfg, Environment environment, APIProvisioningConfig config, ApplicationSource applicationSource, APIProvisioningResult result)