com.atlassian.jira.instrumentation
Class InstrumentationConfiguration

java.lang.Object
  extended by com.atlassian.jira.instrumentation.InstrumentationConfiguration
All Implemented Interfaces:
com.atlassian.instrumentation.RegistryConfiguration

public class InstrumentationConfiguration
extends Object
implements com.atlassian.instrumentation.RegistryConfiguration

Our configuration of instrumentation code

Since:
v5.0

Constructor Summary
InstrumentationConfiguration()
           
 
Method Summary
 File getRegistryHomeDirectory()
           
 String getRegistryName()
           
 boolean isCPUCostCollected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationConfiguration

public InstrumentationConfiguration()
Method Detail

getRegistryName

public String getRegistryName()
Specified by:
getRegistryName in interface com.atlassian.instrumentation.RegistryConfiguration

isCPUCostCollected

public boolean isCPUCostCollected()
Specified by:
isCPUCostCollected in interface com.atlassian.instrumentation.RegistryConfiguration

getRegistryHomeDirectory

public File getRegistryHomeDirectory()
Specified by:
getRegistryHomeDirectory in interface com.atlassian.instrumentation.RegistryConfiguration


Copyright © 2002-2012 Atlassian. All Rights Reserved.