Class ChecksConfig

java.lang.Object
pl.allegro.tech.build.axion.release.domain.BaseExtension
pl.allegro.tech.build.axion.release.domain.ChecksConfig
All Implemented Interfaces:
groovy.lang.GroovyObject

public abstract class ChecksConfig extends pl.allegro.tech.build.axion.release.domain.BaseExtension
  • Constructor Details

    • ChecksConfig

      @Inject public ChecksConfig()
  • Method Details

    • getAheadOfRemote

      @Input public abstract org.gradle.api.provider.Property<Boolean> getAheadOfRemote()
    • getUncommittedChanges

      @Input public abstract org.gradle.api.provider.Property<Boolean> getUncommittedChanges()
    • getSnapshotDependencies

      @Input public abstract org.gradle.api.provider.Property<Boolean> getSnapshotDependencies()
    • checkUncommittedChanges

      public org.gradle.api.provider.Provider<Boolean> checkUncommittedChanges()
    • checkAheadOfRemote

      public org.gradle.api.provider.Provider<Boolean> checkAheadOfRemote()
    • checkSnapshotDependencies

      public org.gradle.api.provider.Provider<Boolean> checkSnapshotDependencies()