Uses of Class
com.aeontronix.enhancedmule.tools.runtime.manifest.ReleaseManifestArtifact
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.runtime.manifest |
-
Uses of ReleaseManifestArtifact in com.aeontronix.enhancedmule.tools.runtime.manifest
Methods in com.aeontronix.enhancedmule.tools.runtime.manifest that return ReleaseManifestArtifact Modifier and Type Method Description ReleaseManifestArtifactReleaseManifest. findArtifact(@NotNull String groupId, @NotNull String artifactId)ReleaseManifestArtifactReleaseManifestDAO. findArtifact(String groupId, String artifactId)Methods in com.aeontronix.enhancedmule.tools.runtime.manifest that return types with arguments of type ReleaseManifestArtifact Modifier and Type Method Description @NotNull List<ReleaseManifestArtifact>ReleaseManifest. getArtifacts()Method parameters in com.aeontronix.enhancedmule.tools.runtime.manifest with type arguments of type ReleaseManifestArtifact Modifier and Type Method Description voidReleaseManifest. setArtifacts(@NotNull List<ReleaseManifestArtifact> artifacts)