Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.application.ApplicationIdentifier
-
Uses of ApplicationIdentifier in com.aeontronix.enhancedmule.tools.anypoint.application
Methods in com.aeontronix.enhancedmule.tools.anypoint.application that return ApplicationIdentifier Modifier and Type Method Description static ApplicationIdentifierMavenHelper. uploadToMaven(ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber)Methods in com.aeontronix.enhancedmule.tools.anypoint.application with parameters of type ApplicationIdentifier Modifier and Type Method Description static List<com.aeontronix.unpack.transformer.Transformer>ApplicationArchiveVersionTransformer. getTransformers(ApplicationIdentifier appId, String orgId, String newVersion, String snapshotTimestamp)static StringMavenHelper. mavenMetaPath(ApplicationIdentifier appId, String orgId, String file)static StringMavenHelper. pomPath(ApplicationIdentifier appId, String orgId)static voidMavenHelper. publishArchive(ApplicationIdentifier appId, Organization org, File appArchFile)static ApplicationIdentifierMavenHelper. uploadToMaven(ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber)Constructors in com.aeontronix.enhancedmule.tools.anypoint.application with parameters of type ApplicationIdentifier Constructor Description ApplicationArchiveVersionTransformer(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 ApplicationIdentifier Modifier and Type Method Description ApplicationIdentifierDeploymentService. deployToExchange(ExchangeDeploymentRequest req)ApplicationIdentifierDeploymentServiceImpl. deployToExchange(ExchangeDeploymentRequest req)ApplicationIdentifierExchangeDeploymentRequest. getAppId()Constructors in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type ApplicationIdentifier Constructor Description ExchangeDeploymentRequest(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 ApplicationIdentifier Modifier and Type Field Description protected ApplicationIdentifierApplicationSource. applicationIdentifierMethods in com.aeontronix.enhancedmule.tools.legacy.deploy that return ApplicationIdentifier Modifier and Type Method Description abstract ApplicationIdentifierApplicationSource. getApplicationIdentifier()ApplicationIdentifierExchangeApplicationSource. getApplicationIdentifier()ApplicationIdentifierFileApplicationSource. getApplicationIdentifier()Constructors in com.aeontronix.enhancedmule.tools.legacy.deploy with parameters of type ApplicationIdentifier Constructor Description FileApplicationSource(AnypointClient client, File file, ApplicationIdentifier applicationIdentifier)