public class StaticCrowdServiceFactory extends Object implements CrowdServiceFactory
This class is a convenience class to access a CrowdService in a static way.
NB: it shouldn't be used in production code, and is here only to help with backward compatibility, i.e. with OS User and Atlassian User.
| Constructor and Description |
|---|
StaticCrowdServiceFactory(CrowdService crowdService) |
| Modifier and Type | Method and Description |
|---|---|
static CrowdService |
getCrowdService() |
public StaticCrowdServiceFactory(CrowdService crowdService)
public static CrowdService getCrowdService()
Copyright © 2023 Atlassian. All rights reserved.