Uses of Class
org.jreleaser.model.internal.project.Project
Packages that use Project
Package
Description
-
Uses of Project in org.jreleaser.model.internal
Methods in org.jreleaser.model.internal that return ProjectMethods in org.jreleaser.model.internal with parameters of type Project -
Uses of Project in org.jreleaser.model.internal.catalog
Methods in org.jreleaser.model.internal.catalog with parameters of type Project -
Uses of Project in org.jreleaser.model.internal.common
Methods in org.jreleaser.model.internal.common with parameters of type ProjectModifier and TypeMethodDescriptionbooleanAbstractActivatable.resolveEnabled(Project project) booleanActivatable.resolveEnabled(Project project) booleanAbstractActivatable.resolveEnabledWithSnapshot(Project project) booleanActivatable.resolveEnabledWithSnapshot(Project project) -
Uses of Project in org.jreleaser.model.internal.deploy
Methods in org.jreleaser.model.internal.deploy with parameters of type Project -
Uses of Project in org.jreleaser.model.internal.packagers
Methods in org.jreleaser.model.internal.packagers with parameters of type ProjectModifier and TypeMethodDescriptionbooleanAbstractPackager.resolveEnabled(Project project, Distribution distribution) booleanDockerPackager.resolveEnabled(Project project, Distribution distribution) booleanJibPackager.resolveEnabled(Project project, Distribution distribution) booleanPackager.resolveEnabled(Project project, Distribution distribution) booleanJbangPackager.JbangRepository.resolveEnabledWithSnapshot(Project project) -
Uses of Project in org.jreleaser.model.internal.project
Methods in org.jreleaser.model.internal.project with parameters of type Project -
Uses of Project in org.jreleaser.model.internal.release
Methods in org.jreleaser.model.internal.release with parameters of type ProjectModifier and TypeMethodDescriptionbooleanChangelog.resolveFormatted(Project project) booleanBaseReleaser.resolveUploadAssetsEnabled(Project project)