JavaScript is disabled on your browser.
Skip navigation links
GoCD Plugin API
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.thoughtworks.go.plugin.api.info
Interface PluginDescriptor.Vendor
Enclosing interface:
PluginDescriptor
public static interface
PluginDescriptor.Vendor
Plugin vendor information.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
name
()
Vendor name.
String
url
()
Vendor website URL
Method Details
name
String
name
()
Vendor name.
Returns:
a string containing vendor name.
url
String
url
()
Vendor website URL
Returns:
a string containing website URL of the vendor.