Class ManualEncryptionConfiguration
java.lang.Object
com.atlassian.bamboo.configuration.ManualEncryptionConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionManualEncryptionConfiguration
(boolean enabled, int limit, TimeUnit limitUnit) -
Method Summary
-
Field Details
-
DEFAULT_LIMIT_UNIT
-
-
Constructor Details
-
ManualEncryptionConfiguration
public ManualEncryptionConfiguration() -
ManualEncryptionConfiguration
-
-
Method Details
-
isEnabled
public boolean isEnabled()- Returns:
- true if feature is enabled
-
getLimit
public int getLimit()- Returns:
- the limit of invocations of manual encryption in the given
unit of time
-
getLimitUnit
- Returns:
- the time unit within which the number of manual encryption invocations are limited
-
equals
-
hashCode
public int hashCode() -
toString
-