Class VersionProperties
java.lang.Object
pl.allegro.tech.build.axion.release.domain.properties.VersionProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
ConstructorsConstructorDescriptionVersionProperties(String forcedVersion, boolean forceSnapshot, boolean ignoreUncommittedChanges, VersionProperties.Creator versionCreator, VersionProperties.Creator snapshotCreator, VersionProperties.Incrementer versionIncrementer, boolean sanitizeVersion, boolean useHighestVersion, MonorepoConfig monorepoConfig) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal Stringfinal booleanfinal booleanfinal booleanfinal boolean
-
Constructor Details
-
VersionProperties
public VersionProperties(String forcedVersion, boolean forceSnapshot, boolean ignoreUncommittedChanges, VersionProperties.Creator versionCreator, VersionProperties.Creator snapshotCreator, VersionProperties.Incrementer versionIncrementer, boolean sanitizeVersion, boolean useHighestVersion, MonorepoConfig monorepoConfig)
-
-
Method Details
-
forceVersion
public boolean forceVersion() -
getForcedVersion
-
isForceSnapshot
public final boolean isForceSnapshot() -
isIgnoreUncommittedChanges
public final boolean isIgnoreUncommittedChanges() -
getVersionCreator
-
getSnapshotCreator
-
getVersionIncrementer
-
isSanitizeVersion
public final boolean isSanitizeVersion() -
isUseHighestVersion
public final boolean isUseHighestVersion() -
getMonorepoConfig
-