Uses of Class
org.apache.maven.buildcache.xml.build.Artifact
-
Packages that use Artifact Package Description org.apache.maven.buildcache org.apache.maven.buildcache.checksum org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.build -
-
Uses of Artifact in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache with parameters of type Artifact Modifier and Type Method Description boolean
RemoteCacheRepository. getArtifactContent(CacheContext context, Artifact artifact, Path target)
Download an artifact to the given location.boolean
RemoteCacheRepositoryImpl. getArtifactContent(CacheContext context, Artifact artifact, Path target)
boolean
RemoteCacheRepositoryNoOp. getArtifactContent(CacheContext context, Artifact artifact, Path target)
Path
LocalCacheRepository. getArtifactFile(CacheContext context, CacheSource source, Artifact artifact)
Path
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 Artifact Modifier and Type Method Description static String
KeyUtils. getArtifactKey(Artifact artifact)
static String
KeyUtils. 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 Artifact Modifier and Type Method Description static Artifact
DtoUtils. copy(Artifact artifact)
static Artifact
DtoUtils. createDto(org.apache.maven.artifact.Artifact artifact)
Artifact
Build. getArtifact()
Methods in org.apache.maven.buildcache.xml that return types with arguments of type Artifact Modifier and Type Method Description static List<Artifact>
Build. createAttachedArtifacts(List<org.apache.maven.artifact.Artifact> artifacts, HashAlgorithm algorithm)
List<Artifact>
Build. getAttachedArtifacts()
Methods in org.apache.maven.buildcache.xml with parameters of type Artifact Modifier and Type Method Description static Artifact
DtoUtils. copy(Artifact artifact)
static DigestItem
DtoUtils. createdDigestedByProjectChecksum(Artifact artifact, String projectChecksum)
static org.apache.maven.model.Dependency
DtoUtils. createDependency(Artifact artifact)
Constructors in org.apache.maven.buildcache.xml with parameters of type Artifact Constructor Description Build(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 Artifact Modifier and Type Method Description Artifact
Build. getArtifact()
Get the artifact field.Methods in org.apache.maven.buildcache.xml.build that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>
Build. getAttachedArtifacts()
Method getAttachedArtifacts.Methods in org.apache.maven.buildcache.xml.build with parameters of type Artifact Modifier and Type Method Description void
Build. addAttachedArtifact(Artifact artifact)
Method addAttachedArtifact.void
Build. removeAttachedArtifact(Artifact artifact)
Method removeAttachedArtifact.void
Build. setArtifact(Artifact artifact)
Set the artifact field.Method parameters in org.apache.maven.buildcache.xml.build with type arguments of type Artifact Modifier and Type Method Description void
Build. setAttachedArtifacts(List<Artifact> attachedArtifacts)
Set the attachedArtifacts field.
-