Package com.atlassian.plugin
Class PluginInformation
java.lang.Object
com.atlassian.plugin.PluginInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String key, String value) The set of permissions that the plugin requires to run.booleanvoidsetDescription(String description) voidsetDescriptionKey(String descriptionKey) voidsetMinJavaVersion(Float minJavaVersion) voidsetModuleScanFolders(Iterable<String> moduleScanFolders) voidsetPermissions(Set<PluginPermission> permissions) voidsetScopeKey(Optional<String> scopeKey) voidsetStartup(String startup) voidsetVendorName(String vendorName) voidsetVendorUrl(String vendorUrl) voidsetVersion(String version)
-
Constructor Details
-
PluginInformation
public PluginInformation()
-
-
Method Details
-
getDescription
-
setDescription
-
getVersion
-
setVersion
-
setVendorName
-
setVendorUrl
-
getVendorName
-
getVendorUrl
-
setScopeKey
-
getScopeKey
-
getMinJavaVersion
-
setMinJavaVersion
-
getParameters
-
getPermissions
The set of permissions that the plugin requires to run.- Returns:
- the permissions as parsed from the plugin descriptor.
-
setPermissions
-
addParameter
-
satisfiesMinJavaVersion
public boolean satisfiesMinJavaVersion() -
setDescriptionKey
-
getDescriptionKey
-
getStartup
-
setStartup
-
getModuleScanFolders
-
setModuleScanFolders
-