Class UserExistsCondition
java.lang.Object
com.atlassian.bamboo.plugins.web.conditions.UserExistsCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetAuthenticationContext(BambooAuthenticationContext authenticationContext) booleanshouldDisplay(Map<String, Object> stringObjectMap)
-
Constructor Details
-
UserExistsCondition
public UserExistsCondition()
-
-
Method Details
-
init
public void init(Map<String, String> stringStringMap) throws com.atlassian.plugin.PluginParseException- Specified by:
initin interfacecom.atlassian.plugin.web.Condition- Throws:
com.atlassian.plugin.PluginParseException
-
shouldDisplay
- Specified by:
shouldDisplayin interfacecom.atlassian.plugin.web.Condition
-
setAuthenticationContext
-