Class ServerPluginXml
- java.lang.Object
-
- jetbrains.buildServer.plugins.xml.ServerPluginXml
-
public class ServerPluginXml extends Object
- Author:
- Eugene Petrenko Created: 08.08.2008 13:09:01
-
-
Constructor Summary
Constructors Constructor Description ServerPluginXml(PluginXmlInfo info, PluginXmlRequirements reqs, PluginXmlDeployment deployment, PluginXmlDependencies deps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginXmlDependencies
getDependencies()
PluginXmlDeployment
getDeployment()
PluginXmlInfo
getInfo()
PluginXmlRequirements
getReqs()
-
-
-
Constructor Detail
-
ServerPluginXml
public ServerPluginXml(@NotNull PluginXmlInfo info, @Nullable PluginXmlRequirements reqs, @NotNull PluginXmlDeployment deployment, @Nullable PluginXmlDependencies deps)
-
-
Method Detail
-
getInfo
@NotNull public PluginXmlInfo getInfo()
-
getReqs
@Nullable public PluginXmlRequirements getReqs()
-
getDeployment
@NotNull public PluginXmlDeployment getDeployment()
-
getDependencies
@Nullable public PluginXmlDependencies getDependencies()
-
-