@Component public class ApdexService extends Object
Constructor and Description |
---|
ApdexService(FeatureManager featureManager) |
Modifier and Type | Method and Description |
---|---|
void |
addData(String key,
float score) |
Map<String,ImmutableApdex> |
flushData() |
ImmutableApdex |
getApdex(String key) |
boolean |
isEnabled() |
public static final String OVERALL
@Inject public ApdexService(FeatureManager featureManager)
public Map<String,ImmutableApdex> flushData()
public boolean isEnabled()
public void addData(String key, float score)
public ImmutableApdex getApdex(String key)
Copyright © 2002-2019 Atlassian. All Rights Reserved.