Class MarketplacePlugin

java.lang.Object
org.craftercms.commons.plugin.model.Plugin
org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin

public class MarketplacePlugin extends org.craftercms.commons.plugin.model.Plugin
Extension of Plugin that adds properties related to installable plugins
Since:
4.0.0
Author:
joseross
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected String
     
    protected String
     

    Fields inherited from class org.craftercms.commons.plugin.model.Plugin

    crafterCmsEditions, crafterCmsVersions, description, developer, documentation, id, installation, license, media, name, parameters, searchEngine, tags, type, version, website
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    void
     
    void
    setSource(String source)
     
    void
     

    Methods inherited from class org.craftercms.commons.plugin.model.Plugin

    equals, getCrafterCmsEditions, getCrafterCmsVersions, getDescription, getDeveloper, getDocumentation, getId, getInstallation, getLicense, getMedia, getName, getParameters, getSearchEngine, getTags, getType, getVersion, getWebsite, hashCode, setCrafterCmsEditions, setCrafterCmsVersions, setDescription, setDeveloper, setDocumentation, setId, setInstallation, setLicense, setMedia, setName, setParameters, setSearchEngine, setTags, setType, setVersion, setWebsite, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • MarketplacePlugin

      public MarketplacePlugin()
  • Method Details

    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)