Class PluginXmlInfo
- java.lang.Object
-
- jetbrains.buildServer.plugins.xml.PluginXmlInfo
-
public class PluginXmlInfo extends Object
- Author:
- Eugene Petrenko Created: 08.08.2008 13:02:03
-
-
Constructor Summary
Constructors Constructor Description PluginXmlInfo(String name, String displayName, String version)
PluginXmlInfo(String name, String displayName, String version, String description, String downloadUrl, String email, PluginXmlVendor vendor, Map<String,String> params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getDisplayName()
String
getDownloadUrl()
String
getEmail()
String
getName()
Map<String,String>
getParameters()
PluginXmlVendor
getVendor()
String
getVersion()
-
-
-
Method Detail
-
getName
@NotNull public String getName()
-
getDisplayName
@NotNull public String getDisplayName()
-
getVersion
@Nullable public String getVersion()
-
getDescription
@Nullable public String getDescription()
-
getDownloadUrl
@Nullable public String getDownloadUrl()
-
getEmail
@Nullable public String getEmail()
-
getVendor
@Nullable public PluginXmlVendor getVendor()
-
-