public abstract class SpringSentinelExtension
extends Object
-
Constructor Summary
Constructors
-
Method Summary
abstract org.gradle.api.file.RegularFileProperty
abstract org.gradle.api.provider.Property<Boolean>
abstract org.gradle.api.provider.Property<Integer>
abstract org.gradle.api.provider.Property<String>
abstract org.gradle.api.provider.Property<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()