com.atlassian.bamboo.ww2.actions.admin.user
Class UserAdministrationUtils
java.lang.Object
com.atlassian.bamboo.ww2.actions.admin.user.UserAdministrationUtils
public class UserAdministrationUtils
- extends Object
Some helper methods for helping administration of users
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAdministrationUtils
public UserAdministrationUtils()
processInfrastructureExceptionForCrowdException
public static void processInfrastructureExceptionForCrowdException(@NotNull
com.atlassian.core.exception.InfrastructureException e,
@NotNull
BambooActionSupport action)
throws com.atlassian.core.exception.InfrastructureException
- Crowd (as of 1.5) does not respond correctly for the isReadOnly method. Thus mutations to an Atlassian user may
throw an InfrastructureException. Here we try to handle this case nicely to make configuration a little easier.
Exception is rethrown if not a known type
- Parameters:
e
- action
-
- Throws:
com.atlassian.core.exception.InfrastructureException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.