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 boolean
equals(Object o)
String
getName()
Returns extension nameFile
getPackage()
Returns extension package locationAgentExtensionType
getType()
Returns extension typeint
hashCode()
String
toString()
-
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:AgentExtensionInfo
Returns extension name- Specified by:
getName
in interfaceAgentExtensionInfo
- Returns:
- extension name
-
getType
@NotNull public AgentExtensionType getType()
Description copied from interface:AgentExtensionInfo
Returns extension type- Specified by:
getType
in interfaceAgentExtensionInfo
- Returns:
- extension type
-
getPackage
@NotNull public File getPackage()
Description copied from interface:AgentExtensionInfo
Returns extension package location- Specified by:
getPackage
in interfaceAgentExtensionInfo
- Returns:
- extension package location
-
-