com.atlassian.plugin.jmx
Interface PluginManagerMXBean.PluginData

Enclosing interface:
PluginManagerMXBean

public static interface PluginManagerMXBean.PluginData


Method Summary
 Long getDateInstalled()
           
 Long getDateLoaded()
           
 String getKey()
           
 String getLocation()
           
 String getVersion()
           
 boolean isBundledPlugin()
           
 boolean isEnabled()
           
 boolean isEnabledByDefault()
           
 

Method Detail

getKey

String getKey()

getVersion

String getVersion()

getLocation

String getLocation()

getDateLoaded

Long getDateLoaded()

getDateInstalled

Long getDateInstalled()

isEnabled

boolean isEnabled()

isEnabledByDefault

boolean isEnabledByDefault()

isBundledPlugin

boolean isBundledPlugin()


Copyright © 2015 Atlassian. All rights reserved.