Class Properties
- java.lang.Object
-
- pl.allegro.tech.build.axion.release.domain.properties.Properties
-
public class Properties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Properties(boolean dryRun, VersionProperties version, TagProperties tag, ChecksConfig checks, NextVersionProperties nextVersion, HooksProperties hooks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChecksConfiggetChecks()HooksPropertiesgetHooks()NextVersionPropertiesgetNextVersion()TagPropertiesgetTag()VersionPropertiesgetVersion()booleanisDryRun()
-
-
-
Constructor Detail
-
Properties
public Properties(boolean dryRun, VersionProperties version, TagProperties tag, ChecksConfig checks, NextVersionProperties nextVersion, HooksProperties hooks)
-
-
Method Detail
-
isDryRun
public final boolean isDryRun()
-
getVersion
public final VersionProperties getVersion()
-
getTag
public final TagProperties getTag()
-
getChecks
public final ChecksConfig getChecks()
-
getNextVersion
public final NextVersionProperties getNextVersion()
-
getHooks
public final HooksProperties getHooks()
-
-