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 CompletedExecution
Build. 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 void
DtoUtils. addProperty(CompletedExecution execution, String propertyName, Object value, String baseDirPath, boolean tracked)
static boolean
DtoUtils. containsAllProperties(CompletedExecution cachedExecution, List<TrackedProperty> trackedProperties)
Checks that all tracked (for reconciliation purposes) properties present in cached build recordstatic String
DtoUtils. 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 void
Build. addExecution(CompletedExecution completedExecution)
Method addExecution.void
Build. 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 void
Build. setExecutions(List<CompletedExecution> executions)
Set the executions field.
-