Uses of Class
org.apache.maven.buildcache.xml.config.PropertyName
-
Packages that use PropertyName Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config -
-
Uses of PropertyName in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type PropertyName Modifier and Type Method Description List<PropertyName>CacheConfig. getLoggedProperties(org.apache.maven.plugin.MojoExecution mojoExecution)List<PropertyName>CacheConfigImpl. getLoggedProperties(org.apache.maven.plugin.MojoExecution mojoExecution)List<PropertyName>CacheConfig. getNologProperties(org.apache.maven.plugin.MojoExecution mojoExecution)List<PropertyName>CacheConfigImpl. getNologProperties(org.apache.maven.plugin.MojoExecution mojoExecution) -
Uses of PropertyName in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type PropertyName Modifier and Type Method Description List<PropertyName>GoalReconciliation. getLogs()Method getLogs.List<PropertyName>GoalReconciliation. getNologs()Method getNologs.Methods in org.apache.maven.buildcache.xml.config with parameters of type PropertyName Modifier and Type Method Description voidGoalReconciliation. addLog(PropertyName propertyName)Method addLog.voidGoalReconciliation. addNolog(PropertyName propertyName)Method addNolog.voidGoalReconciliation. removeLog(PropertyName propertyName)Method removeLog.voidGoalReconciliation. removeNolog(PropertyName propertyName)Method removeNolog.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type PropertyName Modifier and Type Method Description voidGoalReconciliation. setLogs(List<PropertyName> logs)Set specify property which should be logged to build metadata for exploration.voidGoalReconciliation. setNologs(List<PropertyName> nologs)Set specify property which should not be logged.
-