Uses of Class
org.apache.maven.buildcache.xml.build.ProjectsInputInfo
Packages that use ProjectsInputInfo
Package
Description
-
Uses of ProjectsInputInfo in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return ProjectsInputInfoModifier and TypeMethodDescriptionDefaultProjectInputCalculator.calculateInput(org.apache.maven.project.MavenProject project) ProjectInputCalculator.calculateInput(org.apache.maven.project.MavenProject project) CacheContext.getInputInfo()Methods in org.apache.maven.buildcache with parameters of type ProjectsInputInfoModifier and TypeMethodDescriptionstatic Optional<DigestItem>CacheDiff.findPom(ProjectsInputInfo projectInputs) Constructors in org.apache.maven.buildcache with parameters of type ProjectsInputInfoModifierConstructorDescriptionCacheContext(org.apache.maven.project.MavenProject project, ProjectsInputInfo inputInfo, org.apache.maven.execution.MavenSession session) -
Uses of ProjectsInputInfo in org.apache.maven.buildcache.checksum
Methods in org.apache.maven.buildcache.checksum that return ProjectsInputInfo -
Uses of ProjectsInputInfo in org.apache.maven.buildcache.xml
Constructors in org.apache.maven.buildcache.xml with parameters of type ProjectsInputInfoModifierConstructorDescriptionBuild(List<String> goals, Artifact artifact, List<Artifact> attachedArtifacts, ProjectsInputInfo projectsInputInfo, List<CompletedExecution> completedExecutions, String hashAlgorithm) -
Uses of ProjectsInputInfo in org.apache.maven.buildcache.xml.build
Methods in org.apache.maven.buildcache.xml.build that return ProjectsInputInfoMethods in org.apache.maven.buildcache.xml.build with parameters of type ProjectsInputInfoModifier and TypeMethodDescriptionvoidBuild.setProjectsInputInfo(ProjectsInputInfo projectsInputInfo) Set the projectsInputInfo field.