Class NextVersionConfig
- java.lang.Object
-
- pl.allegro.tech.build.axion.release.domain.BaseExtension
-
- pl.allegro.tech.build.axion.release.domain.NextVersionConfig
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public abstract class NextVersionConfig extends pl.allegro.tech.build.axion.release.domain.BaseExtension
-
-
Constructor Summary
Constructors Constructor Description NextVersionConfig()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddeserializer(java.lang.String type)voiddeserializer(NextVersionProperties.Deserializer deserializer)abstract org.gradle.api.provider.Property<NextVersionProperties.Deserializer>getDeserializer()abstract org.gradle.api.provider.Property<java.lang.String>getSeparator()abstract org.gradle.api.provider.Property<NextVersionProperties.Serializer>getSerializer()abstract org.gradle.api.provider.Property<java.lang.String>getSuffix()NextVersionPropertiesnextVersionProperties()voidserializer(java.lang.String type)voidserializer(NextVersionProperties.Serializer serializer)-
Methods inherited from class pl.allegro.tech.build.axion.release.domain.BaseExtension
currentGradleVersion, getLayout, getMetaClass, getObjects, getProviders, gradleProperty, gradlePropertyAsBoolean, gradlePropertyAsSet, gradlePropertyPresent, setMetaClass
-
-
-
-
Method Detail
-
getSuffix
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getSuffix()
-
getSeparator
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getSeparator()
-
getSerializer
@Internal public abstract org.gradle.api.provider.Property<NextVersionProperties.Serializer> getSerializer()
-
getDeserializer
@Internal public abstract org.gradle.api.provider.Property<NextVersionProperties.Deserializer> getDeserializer()
-
serializer
public void serializer(java.lang.String type)
-
deserializer
public void deserializer(java.lang.String type)
-
serializer
public void serializer(NextVersionProperties.Serializer serializer)
-
deserializer
public void deserializer(NextVersionProperties.Deserializer deserializer)
-
nextVersionProperties
public NextVersionProperties nextVersionProperties()
-
-