Package jetbrains.buildServer.plugins
Class AgentPluginInfoEx
- java.lang.Object
-
- jetbrains.buildServer.plugins.AgentPluginInfoEx
-
- All Implemented Interfaces:
Comparable<AgentPluginInfoEx>
public class AgentPluginInfoEx extends Object implements Comparable<AgentPluginInfoEx>
Created by Evgeniy.Koshkin.
-
-
Constructor Summary
Constructors Constructor Description AgentPluginInfoEx(String pluginName, AgentExtensionType pluginType, FileInfo fileInfo, boolean allowLoadingOnDemand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AgentPluginInfoEx o)booleanequals(Object o)FileInfogetFileInfo()StringgetPluginName()AgentExtensionTypegetPluginType()inthashCode()booleanisAllowLoadingOnDemand()StringtoString()
-
-
-
Constructor Detail
-
AgentPluginInfoEx
public AgentPluginInfoEx(@NotNull String pluginName, @NotNull AgentExtensionType pluginType, @NotNull FileInfo fileInfo, boolean allowLoadingOnDemand)
-
-
Method Detail
-
getPluginName
@NotNull public String getPluginName()
-
getPluginType
@NotNull public AgentExtensionType getPluginType()
-
getFileInfo
@NotNull public FileInfo getFileInfo()
-
isAllowLoadingOnDemand
public boolean isAllowLoadingOnDemand()
-
compareTo
public int compareTo(@NotNull AgentPluginInfoEx o)- Specified by:
compareToin interfaceComparable<AgentPluginInfoEx>
-
-