Uses of Class
org.apache.maven.buildcache.xml.build.CompletedExecution
Packages that use CompletedExecution
-
Uses of CompletedExecution in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CompletedExecutionModifier and TypeMethodDescriptionBuild.findMojoExecutionInfo(org.apache.maven.plugin.MojoExecution mojoExecution) Methods in org.apache.maven.buildcache.xml with parameters of type CompletedExecutionModifier and TypeMethodDescriptionstatic voidDtoUtils.addProperty(CompletedExecution execution, String propertyName, Object value, String baseDirPath, boolean tracked) static booleanDtoUtils.containsAllProperties(CompletedExecution cachedExecution, List<TrackedProperty> trackedProperties) Checks that all tracked (for reconciliation purposes) properties present in cached build recordstatic StringDtoUtils.findPropertyValue(String propertyName, CompletedExecution completedExecution) -
Uses of CompletedExecution in org.apache.maven.buildcache.xml.build
Methods in org.apache.maven.buildcache.xml.build that return types with arguments of type CompletedExecutionMethods in org.apache.maven.buildcache.xml.build with parameters of type CompletedExecutionModifier and TypeMethodDescriptionvoidBuild.addExecution(CompletedExecution completedExecution) Method addExecution.voidBuild.removeExecution(CompletedExecution completedExecution) Method removeExecution.Method parameters in org.apache.maven.buildcache.xml.build with type arguments of type CompletedExecutionModifier and TypeMethodDescriptionvoidBuild.setExecutions(List<CompletedExecution> executions) Set the executions field.