Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model
Class PluginManifest.PluginServer
- java.lang.Object
-
- net.bis5.mattermost.model.PluginManifest.PluginServer
-
- Enclosing class:
- PluginManifest
public static class PluginManifest.PluginServer extends Object
Server side plugin executables.
-
-
Constructor Summary
Constructors Constructor Description PluginServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetExecutable()PluginManifest.PluginExecutablesgetExecutables()inthashCode()voidsetExecutable(String executable)voidsetExecutables(PluginManifest.PluginExecutables executables)StringtoString()
-
-
-
Method Detail
-
getExecutables
public PluginManifest.PluginExecutables getExecutables()
-
getExecutable
public String getExecutable()
-
setExecutables
public void setExecutables(PluginManifest.PluginExecutables executables)
-
setExecutable
public void setExecutable(String executable)
-
canEqual
protected boolean canEqual(Object other)
-
-