Package org.artifactory.addon.plugin
Class PluginInfo
java.lang.Object
org.artifactory.addon.plugin.PluginInfo
- All Implemented Interfaces:
Serializable
Basic user plugin info
- Author:
- Noam Y. Tenne
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanisGroupPermitted(String group) booleanisUserPermitted(String user)
-
Constructor Details
-
PluginInfo
- Parameters:
name- Name of plugin (applicable to executions and jobs)pluginClosureParams- Parameters given to the closure constructor
-
-
Method Details