Class PluginResources
- java.lang.Object
-
- in.ashwanthkumar.gocd.client.apis.PluginResources
-
public class PluginResources extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginResources(HttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginsgetAllPlugins()PluginInfogetPlugin(String pluginId)
-
-
-
Constructor Detail
-
PluginResources
public PluginResources(HttpClient client)
-
-
Method Detail
-
getAllPlugins
public Plugins getAllPlugins() throws IOException
- Throws:
IOException
-
getPlugin
public PluginInfo getPlugin(String pluginId) throws IOException
- Throws:
IOException
-
-