Uses of Class
org.apache.maven.buildcache.xml.build.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache with parameters of type ArtifactModifier and TypeMethodDescriptionbooleanRemoteCacheRepository.getArtifactContent(CacheContext context, Artifact artifact, Path target) Download an artifact to the given location.booleanRemoteCacheRepositoryImpl.getArtifactContent(CacheContext context, Artifact artifact, Path target) booleanRemoteCacheRepositoryNoOp.getArtifactContent(CacheContext context, Artifact artifact, Path target) LocalCacheRepository.getArtifactFile(CacheContext context, CacheSource source, Artifact artifact) LocalCacheRepositoryImpl.getArtifactFile(CacheContext context, CacheSource source, Artifact artifact) -
Uses of Artifact in org.apache.maven.buildcache.checksum
Methods in org.apache.maven.buildcache.checksum with parameters of type ArtifactModifier and TypeMethodDescriptionstatic StringKeyUtils.getArtifactKey(Artifact artifact) static StringKeyUtils.getArtifactKey(Artifact artifact, String type) Computes the key for the given artifact, using the given type instead of the one defined in the artifact. -
Uses of Artifact in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return ArtifactModifier and TypeMethodDescriptionstatic Artifactstatic ArtifactDtoUtils.createDto(org.apache.maven.artifact.Artifact artifact) Build.getArtifact()Methods in org.apache.maven.buildcache.xml that return types with arguments of type ArtifactModifier and TypeMethodDescriptionBuild.createAttachedArtifacts(List<org.apache.maven.artifact.Artifact> artifacts, HashAlgorithm algorithm) Build.getAttachedArtifacts()Methods in org.apache.maven.buildcache.xml with parameters of type ArtifactModifier and TypeMethodDescriptionstatic Artifactstatic DigestItemDtoUtils.createdDigestedByProjectChecksum(Artifact artifact, String projectChecksum) static org.apache.maven.model.DependencyDtoUtils.createDependency(Artifact artifact) Constructors in org.apache.maven.buildcache.xml with parameters of type ArtifactModifierConstructorDescriptionBuild(List<String> goals, Artifact artifact, List<Artifact> attachedArtifacts, ProjectsInputInfo projectsInputInfo, List<CompletedExecution> completedExecutions, String hashAlgorithm) -
Uses of Artifact in org.apache.maven.buildcache.xml.build
Methods in org.apache.maven.buildcache.xml.build that return ArtifactMethods in org.apache.maven.buildcache.xml.build that return types with arguments of type ArtifactMethods in org.apache.maven.buildcache.xml.build with parameters of type ArtifactModifier and TypeMethodDescriptionvoidBuild.addAttachedArtifact(Artifact artifact) Method addAttachedArtifact.voidBuild.removeAttachedArtifact(Artifact artifact) Method removeAttachedArtifact.voidBuild.setArtifact(Artifact artifact) Set the artifact field.Method parameters in org.apache.maven.buildcache.xml.build with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidBuild.setAttachedArtifacts(List<Artifact> attachedArtifacts) Set the attachedArtifacts field.