Uses of Class
org.jreleaser.model.internal.common.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.jreleaser.model.internal
Methods in org.jreleaser.model.internal with parameters of type Artifact -
Uses of Artifact in org.jreleaser.model.internal.announce
Methods in org.jreleaser.model.internal.announce that return types with arguments of type ArtifactMethods in org.jreleaser.model.internal.announce with parameters of type ArtifactMethod parameters in org.jreleaser.model.internal.announce with type arguments of type Artifact -
Uses of Artifact in org.jreleaser.model.internal.assemble
Methods in org.jreleaser.model.internal.assemble that return ArtifactModifier and TypeMethodDescriptionNativeImageAssembler.getGraal()JlinkAssembler.getJdk()JpackageAssembler.AbstractPlatformPackager.getJdk()JpackageAssembler.PlatformPackager.getJdk()AbstractJavaAssembler.getMainJar()JavaArchiveAssembler.getMainJar()JavaAssembler.getMainJar()Methods in org.jreleaser.model.internal.assemble that return types with arguments of type ArtifactModifier and TypeMethodDescriptionJpackageAssembler.findRuntimeImageByPlatform(String platform) AbstractAssembler.getArtifacts()Assembler.getArtifacts()NativeImageAssembler.getGraalJdks()AbstractAssembler.getOutputs()Assembler.getOutputs()JpackageAssembler.getRuntimeImages()JlinkAssembler.getTargetJdks()Methods in org.jreleaser.model.internal.assemble with parameters of type ArtifactModifier and TypeMethodDescriptionvoidAbstractAssembler.addArtifact(Artifact artifact) voidAssembler.addArtifact(Artifact artifact) voidNativeImageAssembler.addGraalJdk(Artifact jdk) voidvoidvoidJpackageAssembler.addRuntimeImage(Artifact jdk) voidJlinkAssembler.addTargetJdk(Artifact jdk) voidvoidvoidvoidvoidAbstractJavaAssembler.setMainJar(Artifact mainJar) voidJavaArchiveAssembler.setMainJar(Artifact mainJar) voidJavaAssembler.setMainJar(Artifact mainJar) Method parameters in org.jreleaser.model.internal.assemble with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidAbstractAssembler.addArtifacts(Set<Artifact> artifacts) voidAssembler.addArtifacts(Set<Artifact> artifacts) voidNativeImageAssembler.addGraalJdks(Set<Artifact> graalJdks) voidAbstractAssembler.setArtifacts(Set<Artifact> artifacts) voidAssembler.setArtifacts(Set<Artifact> artifacts) voidNativeImageAssembler.setGraalJdks(Set<Artifact> graalJdks) voidAbstractAssembler.setOutputs(Set<Artifact> output) voidAssembler.setOutputs(Set<Artifact> output) voidJpackageAssembler.setRuntimeImages(Set<Artifact> runtimeImages) voidJlinkAssembler.setTargetJdks(Set<Artifact> targetJdks) -
Uses of Artifact in org.jreleaser.model.internal.catalog.sbom
Methods in org.jreleaser.model.internal.catalog.sbom that return types with arguments of type ArtifactModifier and TypeMethodDescriptionCyclonedxSbomCataloger.resolveArtifacts(JReleaserContext context, Set<Artifact> candidates) SbomCataloger.resolveArtifacts(JReleaserContext context, Set<Artifact> candidates) SyftSbomCataloger.resolveArtifacts(JReleaserContext context, Set<Artifact> candidates) Method parameters in org.jreleaser.model.internal.catalog.sbom with type arguments of type ArtifactModifier and TypeMethodDescriptionCyclonedxSbomCataloger.resolveArtifacts(JReleaserContext context, Set<Artifact> candidates) SbomCataloger.resolveArtifacts(JReleaserContext context, Set<Artifact> candidates) SyftSbomCataloger.resolveArtifacts(JReleaserContext context, Set<Artifact> candidates) -
Uses of Artifact in org.jreleaser.model.internal.common
Methods in org.jreleaser.model.internal.common that return ArtifactModifier and TypeMethodDescriptionArtifact.copy()static Artifactstatic Artifactstatic Artifactstatic ArtifactMethods in org.jreleaser.model.internal.common that return types with arguments of type ArtifactModifier and TypeMethodDescriptionstatic Comparator<Artifact>Artifact.comparatorByPlatform()Glob.getResolvedArtifacts(JReleaserContext context) Glob.getResolvedArtifactsPattern(JReleaserContext context) Artifact.sortArtifacts(Set<Artifact> artifacts) Methods in org.jreleaser.model.internal.common with parameters of type ArtifactModifier and TypeMethodDescriptionintvoidvoidMethod parameters in org.jreleaser.model.internal.common with type arguments of type Artifact -
Uses of Artifact in org.jreleaser.model.internal.distributions
Methods in org.jreleaser.model.internal.distributions that return types with arguments of type ArtifactMethods in org.jreleaser.model.internal.distributions with parameters of type ArtifactMethod parameters in org.jreleaser.model.internal.distributions with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidDistribution.addArtifacts(Set<Artifact> artifacts) voidDistribution.setArtifacts(Set<Artifact> artifacts) -
Uses of Artifact in org.jreleaser.model.internal.files
Methods in org.jreleaser.model.internal.files that return types with arguments of type ArtifactMethods in org.jreleaser.model.internal.files with parameters of type ArtifactMethod parameters in org.jreleaser.model.internal.files with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidFiles.addArtifacts(Set<Artifact> artifacts) voidFiles.setArtifacts(Set<Artifact> artifacts) void -
Uses of Artifact in org.jreleaser.model.internal.packagers
Methods in org.jreleaser.model.internal.packagers that return ArtifactMethods in org.jreleaser.model.internal.packagers that return types with arguments of type ArtifactModifier and TypeMethodDescriptionAbstractPackager.resolveArtifacts(JReleaserContext context, Distribution distribution) DockerPackager.resolveArtifacts(JReleaserContext context, Distribution distribution) JibPackager.resolveArtifacts(JReleaserContext context, Distribution distribution) Packager.resolveArtifacts(JReleaserContext context, Distribution distribution) AbstractPackager.resolveCandidateArtifacts(JReleaserContext context, Distribution distribution) BrewPackager.resolveCandidateArtifacts(JReleaserContext context, Distribution distribution) DockerPackager.resolveCandidateArtifacts(JReleaserContext context, Distribution distribution) JibPackager.resolveCandidateArtifacts(JReleaserContext context, Distribution distribution) Packager.resolveCandidateArtifacts(JReleaserContext context, Distribution distribution) Methods in org.jreleaser.model.internal.packagers with parameters of type ArtifactModifier and TypeMethodDescriptionprotected abstract booleanAbstractPackager.isNotSkipped(Artifact artifact) protected booleanAppImagePackager.isNotSkipped(Artifact artifact) protected booleanAsdfPackager.isNotSkipped(Artifact artifact) protected booleanBrewPackager.isNotSkipped(Artifact artifact) protected booleanChocolateyPackager.isNotSkipped(Artifact artifact) protected booleanFlatpakPackager.isNotSkipped(Artifact artifact) protected booleanGofishPackager.isNotSkipped(Artifact artifact) protected booleanJbangPackager.isNotSkipped(Artifact artifact) protected booleanMacportsPackager.isNotSkipped(Artifact artifact) protected booleanScoopPackager.isNotSkipped(Artifact artifact) protected booleanSdkmanPackager.isNotSkipped(Artifact artifact) protected booleanSnapPackager.isNotSkipped(Artifact artifact) protected booleanSpecPackager.isNotSkipped(Artifact artifact) protected booleanWingetPackager.isNotSkipped(Artifact artifact) booleanbooleanvoidDockerSpec.setArtifact(Artifact artifact) voidJibSpec.setArtifact(Artifact artifact) -
Uses of Artifact in org.jreleaser.model.internal.upload
Methods in org.jreleaser.model.internal.upload with parameters of type ArtifactModifier and TypeMethodDescriptionorg.jreleaser.mustache.TemplateContextAbstractUploader.artifactProps(JReleaserContext context, Artifact artifact) org.jreleaser.mustache.TemplateContextAbstractUploader.artifactProps(org.jreleaser.mustache.TemplateContext props, Artifact artifact) org.jreleaser.mustache.TemplateContextUploader.artifactProps(JReleaserContext context, Artifact artifact) org.jreleaser.mustache.TemplateContextUploader.artifactProps(org.jreleaser.mustache.TemplateContext props, Artifact artifact) AbstractGitPackageUploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) AbstractSshUploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) AbstractSshUploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) AbstractWebUploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) AbstractWebUploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) ArtifactoryUploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) ArtifactoryUploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) FtpUploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) FtpUploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) GiteaUploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) GitlabUploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) S3Uploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) S3Uploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) Uploader.getResolvedDownloadUrl(JReleaserContext context, Artifact artifact) Uploader.getResolvedDownloadUrl(org.jreleaser.mustache.TemplateContext props, Artifact artifact) AbstractSshUploader.getResolvedPath(JReleaserContext context, Artifact artifact) FtpUploader.getResolvedPath(JReleaserContext context, Artifact artifact) S3Uploader.getResolvedPath(JReleaserContext context, Artifact artifact) SshUploader.getResolvedPath(JReleaserContext context, Artifact artifact) AbstractGitPackageUploader.getResolvedUploadUrl(JReleaserContext context, Artifact artifact) AbstractWebUploader.getResolvedUploadUrl(JReleaserContext context, Artifact artifact) ArtifactoryUploader.getResolvedUploadUrl(JReleaserContext context, Artifact artifact) WebUploader.getResolvedUploadUrl(JReleaserContext context, Artifact artifact) booleanUpload.resolveDownloadUrls(JReleaserContext context, Distribution distribution, Artifact artifact, String prefix) -
Uses of Artifact in org.jreleaser.model.internal.util
Methods in org.jreleaser.model.internal.util that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifacts.resolveFiles(org.jreleaser.logging.JReleaserLogger logger, Path basedir, Collection<String> globs) Artifacts.resolveFiles(org.jreleaser.logging.JReleaserLogger logger, org.jreleaser.mustache.TemplateContext props, Path basedir, Collection<String> globs) Artifacts.resolveFiles(JReleaserContext context) Artifacts.resolveFiles(JReleaserContext context, Path directory, Collection<String> globs) Methods in org.jreleaser.model.internal.util with parameters of type ArtifactModifier and TypeMethodDescriptionstatic org.jreleaser.mustache.TemplateContextArtifacts.artifactProps(Artifact artifact, Distribution distribution, org.jreleaser.mustache.TemplateContext props) static org.jreleaser.mustache.TemplateContextArtifacts.artifactProps(Artifact artifact, org.jreleaser.mustache.TemplateContext props) static org.jreleaser.mustache.TemplateContextArtifacts.resolvedArtifactProps(Artifact artifact, Distribution distribution, org.jreleaser.mustache.TemplateContext props) static org.jreleaser.mustache.TemplateContextArtifacts.resolvedArtifactProps(Artifact artifact, org.jreleaser.mustache.TemplateContext props) static StringArtifacts.resolveDownloadUrl(JReleaserContext context, String packagerName, Distribution distribution, Artifact artifact) static StringArtifacts.resolveDownloadUrl(JReleaserContext context, SdkmanAnnouncer announcer, Distribution distribution, Artifact artifact) static StringArtifacts.resolveForArtifact(String input, JReleaserContext context, Artifact artifact) static StringArtifacts.resolveForArtifact(String input, JReleaserContext context, Artifact artifact, Assembler<?> assembler) static StringArtifacts.resolveForArtifact(String input, JReleaserContext context, Artifact artifact, Distribution distribution) static org.jreleaser.mustache.TemplateContextArtifacts.unresolvedArtifactProps(Artifact artifact, org.jreleaser.mustache.TemplateContext props) -
Uses of Artifact in org.jreleaser.model.internal.validation.distributions
Method parameters in org.jreleaser.model.internal.validation.distributions with type arguments of type ArtifactModifier and TypeMethodDescriptionstatic voidDistributionsValidator.validateArtifactPlatforms(Distribution distribution, Packager<?> packager, List<Artifact> candidateArtifacts, org.jreleaser.util.Errors errors) -
Uses of Artifact in org.jreleaser.model.spi.catalog.sbom
Methods in org.jreleaser.model.spi.catalog.sbom that return types with arguments of type ArtifactModifier and TypeMethodDescriptionSbomCatalogerProcessorHelper.collectArtifacts(JReleaserContext context) SbomCatalogerProcessorHelper.collectArtifacts(JReleaserContext context, SbomCataloger<?> cataloger) AbstractSbomCatalogerProcessor.collectArtifactsSelf(JReleaserContext context) SbomCatalogerProcessorHelper.resolveArtifacts(JReleaserContext context) SbomCatalogerProcessorHelper.resolveArtifacts(JReleaserContext context, SbomCataloger<?> cataloger) -
Uses of Artifact in org.jreleaser.model.spi.release
Methods in org.jreleaser.model.spi.release that return ArtifactMethods in org.jreleaser.model.spi.release with parameters of type Artifact