Uses of Class
org.apache.maven.buildcache.xml.build.CompletedExecution
-
Packages that use CompletedExecution Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.build -
-
Uses of CompletedExecution in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CompletedExecution Modifier and Type Method Description CompletedExecutionBuild. findMojoExecutionInfo(org.apache.maven.plugin.MojoExecution mojoExecution)Methods in org.apache.maven.buildcache.xml with parameters of type CompletedExecution Modifier and Type Method Description static 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 CompletedExecution Modifier and Type Method Description List<CompletedExecution>Build. getExecutions()Method getExecutions.Methods in org.apache.maven.buildcache.xml.build with parameters of type CompletedExecution Modifier and Type Method Description voidBuild. 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 CompletedExecution Modifier and Type Method Description voidBuild. setExecutions(List<CompletedExecution> executions)Set the executions field.
-