Class PluginInfo

java.lang.Object
org.artifactory.addon.plugin.PluginInfo
All Implemented Interfaces:
Serializable

public class PluginInfo extends Object implements Serializable
Basic user plugin info
Author:
Noam Y. Tenne
See Also:
  • Constructor Details

    • PluginInfo

      public PluginInfo(String name, Map pluginClosureParams)
      Parameters:
      name - Name of plugin (applicable to executions and jobs)
      pluginClosureParams - Parameters given to the closure constructor
  • Method Details

    • getHttpMethod

      public String getHttpMethod()
    • getName

      public String getName()
    • getVersion

      public String getVersion()
    • getDescription

      public String getDescription()
    • isUserPermitted

      public boolean isUserPermitted(String user)
    • isGroupPermitted

      public boolean isGroupPermitted(String group)
    • getParams

      public Map getParams()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object