Uses of Class
com.aeontronix.enhancedmule.tools.legacy.deploy.ApplicationSource
Packages that use ApplicationSource
Package
Description
-
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.anypoint.application.deploy
Fields in com.aeontronix.enhancedmule.tools.anypoint.application.deploy declared as ApplicationSourceMethods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy that return ApplicationSourceModifier and TypeMethodDescriptionExchangeDeploymentRequest.getApplicationSource()DeploymentOperation.getSource()Methods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type ApplicationSourceModifier and TypeMethodDescriptionvoidDeploymentService.deploy(RuntimeDeploymentRequest request, com.fasterxml.jackson.databind.node.ObjectNode appDescJson, ApplicationSource source) voidDeploymentServiceImpl.deploy(RuntimeDeploymentRequest request, com.fasterxml.jackson.databind.node.ObjectNode appDescJson, ApplicationSource source) voidDeploymentOperation.setSource(ApplicationSource source) Constructors in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type ApplicationSourceModifierConstructorDescriptionCHDeploymentOperation(RuntimeDeploymentRequest req, Environment environment, ApplicationSource source) DeploymentOperation(RuntimeDeploymentRequest request, Environment environment, ApplicationSource source) ExchangeDeploymentRequest(String buildNumber, ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion) HDeploymentOperation(RuntimeDeploymentRequest req, Server server, ApplicationSource source) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.anypoint.provisioning
Methods in com.aeontronix.enhancedmule.tools.anypoint.provisioning with parameters of type ApplicationSourceModifier and TypeMethodDescriptionbooleanExchangeManagementClient.publish(ExchangeAssetDescriptor asset, Organization organization, ApplicationSource source, ProvisioningRequest provisioningRequest) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.legacy.deploy
Subclasses of ApplicationSource in com.aeontronix.enhancedmule.tools.legacy.deployMethods in com.aeontronix.enhancedmule.tools.legacy.deploy that return ApplicationSourceModifier and TypeMethodDescriptionstatic ApplicationSourceApplicationSource.create(String orgId, AnypointClient client, String path) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.legacy.deploy.rtf
Constructors in com.aeontronix.enhancedmule.tools.legacy.deploy.rtf with parameters of type ApplicationSourceModifierConstructorDescriptionRTFDeploymentOperation(Fabric fabric, RuntimeDeploymentRequest req, Environment environment, ApplicationSource applicationSource) -
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.util
Methods in com.aeontronix.enhancedmule.tools.util with parameters of type ApplicationSourceModifier and TypeMethodDescriptionstatic ApplicationIdentifierMavenHelper.uploadToMaven(ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber)