Uses of Class
org.apache.maven.buildcache.xml.config.PropertyName
Packages that use PropertyName
-
Uses of PropertyName in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type PropertyNameModifier and TypeMethodDescriptionCacheConfig.getLoggedProperties(org.apache.maven.plugin.MojoExecution mojoExecution) CacheConfigImpl.getLoggedProperties(org.apache.maven.plugin.MojoExecution mojoExecution) CacheConfig.getNologProperties(org.apache.maven.plugin.MojoExecution mojoExecution) 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 PropertyNameModifier and TypeMethodDescriptionGoalReconciliation.getLogs()Method getLogs.GoalReconciliation.getNologs()Method getNologs.Methods in org.apache.maven.buildcache.xml.config with parameters of type PropertyNameModifier and TypeMethodDescriptionvoidGoalReconciliation.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 PropertyNameModifier and TypeMethodDescriptionvoidGoalReconciliation.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.