Uses of Class
org.apache.maven.buildcache.xml.build.ProjectsInputInfo
-
Packages that use ProjectsInputInfo Package Description org.apache.maven.buildcache org.apache.maven.buildcache.checksum org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.build -
-
Uses of ProjectsInputInfo in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return ProjectsInputInfo Modifier and Type Method Description ProjectsInputInfoDefaultProjectInputCalculator. calculateInput(org.apache.maven.project.MavenProject project)ProjectsInputInfoProjectInputCalculator. calculateInput(org.apache.maven.project.MavenProject project)ProjectsInputInfoCacheContext. getInputInfo()Methods in org.apache.maven.buildcache with parameters of type ProjectsInputInfo Modifier and Type Method Description static Optional<DigestItem>CacheDiff. findPom(ProjectsInputInfo projectInputs)Constructors in org.apache.maven.buildcache with parameters of type ProjectsInputInfo Constructor Description CacheContext(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 Modifier and Type Method Description ProjectsInputInfoMavenProjectInput. calculateChecksum() -
Uses of ProjectsInputInfo in org.apache.maven.buildcache.xml
Constructors in org.apache.maven.buildcache.xml with parameters of type ProjectsInputInfo Constructor Description Build(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 ProjectsInputInfo Modifier and Type Method Description ProjectsInputInfoBuild. getProjectsInputInfo()Get the projectsInputInfo field.Methods in org.apache.maven.buildcache.xml.build with parameters of type ProjectsInputInfo Modifier and Type Method Description voidBuild. setProjectsInputInfo(ProjectsInputInfo projectsInputInfo)Set the projectsInputInfo field.
-