Package com.atlassian.plugins.whitelist
Class ImmutableWhitelistRuleBuilder
java.lang.Object
com.atlassian.plugins.whitelist.ImmutableWhitelistRuleBuilder
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowInbound(boolean allowInbound) authenticationRequired(boolean authenticationRequired) build()copyOf(WhitelistRule template) expression(String expression) getId()getType()booleanbooleantype(WhitelistType type)
-
Field Details
-
COPY
-
-
Constructor Details
-
ImmutableWhitelistRuleBuilder
public ImmutableWhitelistRuleBuilder()
-
-
Method Details
-
getId
-
getExpression
-
getType
-
isAllowInbound
public boolean isAllowInbound() -
isAuthenticationRequired
public boolean isAuthenticationRequired() -
copyOf
-
id
-
expression
-
type
-
allowInbound
-
authenticationRequired
-
build
-