Package jetbrains.buildServer.plugins
Class AgentToolInfo
- java.lang.Object
-
- jetbrains.buildServer.plugins.AgentToolInfo
-
- All Implemented Interfaces:
AgentExtensionInfo
public class AgentToolInfo extends Object implements AgentExtensionInfo
Created by Evgeniy.Koshkin.
-
-
Constructor Summary
Constructors Constructor Description AgentToolInfo(String name, File aPackage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Returns extension nameFilegetPackage()Returns extension package locationAgentExtensionTypegetType()Returns extension typeinthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.plugins.AgentExtensionInfo
getRedirectUrl, isRemote
-
-
-
-
Method Detail
-
getName
@NotNull public String getName()
Description copied from interface:AgentExtensionInfoReturns extension name- Specified by:
getNamein interfaceAgentExtensionInfo- Returns:
- extension name
-
getType
@NotNull public AgentExtensionType getType()
Description copied from interface:AgentExtensionInfoReturns extension type- Specified by:
getTypein interfaceAgentExtensionInfo- Returns:
- extension type
-
getPackage
@NotNull public File getPackage()
Description copied from interface:AgentExtensionInfoReturns extension package location- Specified by:
getPackagein interfaceAgentExtensionInfo- Returns:
- extension package location
-
-