Uses of Class
org.apache.maven.buildcache.xml.build.PropertyValue
-
Packages that use PropertyValue Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.build -
-
Uses of PropertyValue in org.apache.maven.buildcache.xml
Method parameters in org.apache.maven.buildcache.xml with type arguments of type PropertyValue Modifier and Type Method Description static boolean
DtoUtils. contains(List<PropertyValue> executionProperties, String propertyName)
-
Uses of PropertyValue in org.apache.maven.buildcache.xml.build
Methods in org.apache.maven.buildcache.xml.build that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
CompletedExecution. getProperties()
Method getProperties.Methods in org.apache.maven.buildcache.xml.build with parameters of type PropertyValue Modifier and Type Method Description void
CompletedExecution. addProperty(PropertyValue propertyValue)
Method addProperty.void
CompletedExecution. removeProperty(PropertyValue propertyValue)
Method removeProperty.Method parameters in org.apache.maven.buildcache.xml.build with type arguments of type PropertyValue Modifier and Type Method Description void
CompletedExecution. setProperties(List<PropertyValue> properties)
Set the properties field.
-