Uses of Class
org.apache.maven.buildcache.xml.build.PropertyValue
Packages that use PropertyValue
-
Uses of PropertyValue in org.apache.maven.buildcache.xml
Method parameters in org.apache.maven.buildcache.xml with type arguments of type PropertyValueModifier and TypeMethodDescriptionstatic booleanDtoUtils.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 PropertyValueMethods in org.apache.maven.buildcache.xml.build with parameters of type PropertyValueModifier and TypeMethodDescriptionvoidCompletedExecution.addProperty(PropertyValue propertyValue) Method addProperty.voidCompletedExecution.removeProperty(PropertyValue propertyValue) Method removeProperty.Method parameters in org.apache.maven.buildcache.xml.build with type arguments of type PropertyValueModifier and TypeMethodDescriptionvoidCompletedExecution.setProperties(List<PropertyValue> properties) Set the properties field.