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 void
GoalReconciliation. addLog(PropertyName propertyName)
Method addLog.void
GoalReconciliation. addNolog(PropertyName propertyName)
Method addNolog.void
GoalReconciliation. removeLog(PropertyName propertyName)
Method removeLog.void
GoalReconciliation. 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 void
GoalReconciliation. setLogs(List<PropertyName> logs)
Set specify property which should be logged to build metadata for exploration.void
GoalReconciliation. setNologs(List<PropertyName> nologs)
Set specify property which should not be logged.
-