public class PluginStatus extends Object
Constructor and Description |
---|
PluginStatus(String pluginKey,
org.json.JSONObject originalJson,
boolean enabled,
boolean userInstalled) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
getOriginalJson() |
String |
getPluginKey() |
boolean |
isEnabled() |
boolean |
isUserInstalled() |
String |
toString() |
public PluginStatus(String pluginKey, org.json.JSONObject originalJson, boolean enabled, boolean userInstalled)
Copyright © 2002-2015 Atlassian. All Rights Reserved.