JavaScript is disabled on your browser.
java.lang.Object
org.jenkinsci.gradle.plugins.jpi2.accmod.PrefixedPropertiesProvider
All Implemented Interfaces:
Callable <Map <String ,Object >>
Extracts Gradle project properties that share a common prefix and strips that prefix,
making them available as a plain map to the access-modifier checker.
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
PrefixedPropertiesProvider
public PrefixedPropertiesProvider (org.gradle.api.Project project,
String prefix)
Parameters:
project - the Gradle project whose properties are scanned
prefix - only properties with this prefix are included; the prefix is stripped from the keys