Class ServerPluginInfo
java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
Contains information about a server plugin, as specified in
plugin-version.properties
file.-
Constructor Summary
-
Method Summary
Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto
toString
-
Constructor Details
-
ServerPluginInfo
public ServerPluginInfo() -
ServerPluginInfo
-
-
Method Details
-
getPlugin
- Returns:
- The name of the plugin.
-
setPlugin
- Parameters:
plugin
- The name of the plugin.
-
getVersion
- Returns:
- The version of the plugin.
-
setVersion
- Parameters:
version
- The version of the plugin.
-