Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.application.ApplicationIdentifier
Packages that use ApplicationIdentifier
Package
Description
-
Uses of ApplicationIdentifier in com.aeontronix.enhancedmule.tools.anypoint.application
Methods in com.aeontronix.enhancedmule.tools.anypoint.application with parameters of type ApplicationIdentifierModifier and TypeMethodDescriptionstatic List<com.aeontronix.unpack.transformer.Transformer> ApplicationArchiveVersionTransformer.getTransformers(ApplicationIdentifier appId, String orgId, String newVersion, String snapshotTimestamp) Constructors in com.aeontronix.enhancedmule.tools.anypoint.application with parameters of type ApplicationIdentifierModifierConstructorDescriptionApplicationArchiveVersionTransformer(ApplicationIdentifier appId, String orgId, String newVersion, String snapshotTimestamp) -
Uses of ApplicationIdentifier in com.aeontronix.enhancedmule.tools.anypoint.application.deploy
Methods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy that return ApplicationIdentifierModifier and TypeMethodDescriptionDeploymentService.deployToExchange(ExchangeDeploymentRequest req) DeploymentServiceImpl.deployToExchange(ExchangeDeploymentRequest req) ExchangeDeploymentRequest.getAppId()Constructors in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type ApplicationIdentifierModifierConstructorDescriptionExchangeDeploymentRequest(String buildNumber, ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion) -
Uses of ApplicationIdentifier in com.aeontronix.enhancedmule.tools.legacy.deploy
Fields in com.aeontronix.enhancedmule.tools.legacy.deploy declared as ApplicationIdentifierModifier and TypeFieldDescriptionprotected ApplicationIdentifierApplicationSource.applicationIdentifierMethods in com.aeontronix.enhancedmule.tools.legacy.deploy that return ApplicationIdentifierModifier and TypeMethodDescriptionabstract ApplicationIdentifierApplicationSource.getApplicationIdentifier()ExchangeApplicationSource.getApplicationIdentifier()FileApplicationSource.getApplicationIdentifier()Constructors in com.aeontronix.enhancedmule.tools.legacy.deploy with parameters of type ApplicationIdentifierModifierConstructorDescriptionFileApplicationSource(LegacyAnypointClient client, File file, ApplicationIdentifier applicationIdentifier) -
Uses of ApplicationIdentifier in com.aeontronix.enhancedmule.tools.util
Methods in com.aeontronix.enhancedmule.tools.util that return ApplicationIdentifierModifier and TypeMethodDescriptionstatic ApplicationIdentifierMavenHelper.uploadToMaven(LegacyAnypointClient legacyAnypointClient, com.aeontronix.anypointsdk.exchange.ExchangeClient exchangeClient, ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber) Methods in com.aeontronix.enhancedmule.tools.util with parameters of type ApplicationIdentifierModifier and TypeMethodDescriptionstatic @NotNull StringMavenHelper.mavenMetaPath(ApplicationIdentifier appId, String orgId, String file) static @NotNull StringMavenHelper.pomPath(ApplicationIdentifier appId, String orgId) static voidMavenHelper.publishArchive(LegacyAnypointClient legacyAnypointClient, com.aeontronix.anypointsdk.exchange.ExchangeClient exchangeClient, ApplicationIdentifier appId, Organization org, File appArchFile) static ApplicationIdentifierMavenHelper.uploadToMaven(LegacyAnypointClient legacyAnypointClient, com.aeontronix.anypointsdk.exchange.ExchangeClient exchangeClient, ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber)