Uses of Class
com.aeontronix.enhancedmule.tools.legacy.deploy.ApplicationSource
-
Uses of ApplicationSource in com.aeontronix.enhancedmule.tools.anypoint.application
Methods in com.aeontronix.enhancedmule.tools.anypoint.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.anypoint.application.deploy
Fields in com.aeontronix.enhancedmule.tools.anypoint.application.deploy declared as ApplicationSource Modifier and Type Field Description protected ApplicationSourceDeploymentOperation. sourceMethods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy that return ApplicationSource Modifier and Type Method Description ApplicationSourceExchangeDeploymentRequest. getApplicationSource()ApplicationSourceDeploymentOperation. getSource()Methods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type ApplicationSource Modifier and Type Method Description voidDeploymentService. 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 ApplicationSource Constructor Description CHDeploymentOperation(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 ApplicationSource Modifier and Type Method Description booleanExchangeManagementClient. 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.deploy Modifier and Type Class Description classExchangeApplicationSourceclassFileApplicationSourceMethods in com.aeontronix.enhancedmule.tools.legacy.deploy that return ApplicationSource Modifier and Type Method Description static 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 ApplicationSource Constructor Description RTFDeploymentOperation(Fabric fabric, RuntimeDeploymentRequest req, Environment environment, ApplicationSource applicationSource)