Class SpringSentinelExtension

java.lang.Object
com.beanspringboot.gradle.SpringSentinelExtension

public abstract class SpringSentinelExtension extends Object
  • Constructor Details

    • SpringSentinelExtension

      public SpringSentinelExtension()
  • Method Details

    • getProfile

      public abstract org.gradle.api.provider.Property<String> getProfile()
    • getCustomRules

      public abstract org.gradle.api.file.RegularFileProperty getCustomRules()
    • getMaxDependencies

      public abstract org.gradle.api.provider.Property<Integer> getMaxDependencies()
    • getSecretPattern

      public abstract org.gradle.api.provider.Property<String> getSecretPattern()
    • getFailOnError

      public abstract org.gradle.api.provider.Property<Boolean> getFailOnError()