toggle menu
semver-gradle-plugin-project
0.8.1-SNAPSHOT
jvm
switch theme
search in API
semver-settings-gradle-plugin
/
com.javiersc.semver.settings.gradle.plugin
/
SemverSettingsExtension
Semver
Settings
Extension
abstract
class
SemverSettingsExtension
@
Inject
constructor
(
objects
:
ObjectFactory
)
Members
Constructors
Semver
Settings
Extension
Link copied to clipboard
@
Inject
constructor
(
objects
:
ObjectFactory
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
commits
Max
Count
Link copied to clipboard
val
commitsMaxCount
:
Property
<
Int
>
git
Dir
Link copied to clipboard
abstract
val
gitDir
:
RegularFileProperty
is
Enabled
Link copied to clipboard
val
isEnabled
:
Property
<
Boolean
>
tag
Prefix
Link copied to clipboard
val
tagPrefix
:
Property
<
String
>
Functions
map
Version
Link copied to clipboard
fun
mapVersion
(
transform
:
VersionMapper
)