Interface NisseValueSourceParam
- All Superinterfaces:
org.gradle.api.provider.ValueSourceParameters
public interface NisseValueSourceParam
extends org.gradle.api.provider.ValueSourceParameters
Params for Nisse value source.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.provider.ValueSourceParameters
org.gradle.api.provider.ValueSourceParameters.None -
Method Summary
-
Method Details
-
getCwd
org.gradle.api.provider.Property<File> getCwd()Property for current working directory.- Returns:
- the path of current working directory.
-
getRoot
org.gradle.api.provider.Property<File> getRoot()Property for build root directory.- Returns:
- the path of root directory.
-
getUserProperties
User-provided configuration properties from thenisseConfigDSL extension. These are passed as user properties to the Nisse configuration (e.g.nisse.source.jgit.dynamicVersion=true).- Returns:
- the map of user properties.
-