Package jetbrains.buildServer.plugins
Class AgentUpdateInfoDifference
- java.lang.Object
-
- jetbrains.buildServer.plugins.AgentUpdateInfoDifference
-
public class AgentUpdateInfoDifference extends Object
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 31.08.11 13:26
-
-
Constructor Summary
Constructors Constructor Description AgentUpdateInfoDifference(AgentUpdateInfo old, AgentUpdateInfo aNew, boolean allowLoadingToolsOnDemand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areOnlyOnDemandToolsChanged()
boolean
arePluginsChanged()
boolean
equals(Object o)
String
getAgentVerion()
Collection<AgentPluginInfoEx>
getChangedPlugins()
Collection<FileInfo>
getMainFiles()
Collection<AgentPluginInfoEx>
getNewPligins()
Collection<AgentPluginInfoEx>
getRemovedPlugins()
int
hashCode()
boolean
isAgentChanged()
String
toString()
-
-
-
Constructor Detail
-
AgentUpdateInfoDifference
public AgentUpdateInfoDifference(@NotNull AgentUpdateInfo old, @NotNull AgentUpdateInfo aNew, boolean allowLoadingToolsOnDemand)
-
-
Method Detail
-
isAgentChanged
public boolean isAgentChanged()
-
arePluginsChanged
public boolean arePluginsChanged()
-
areOnlyOnDemandToolsChanged
public boolean areOnlyOnDemandToolsChanged()
-
getAgentVerion
public String getAgentVerion()
-
getMainFiles
@NotNull public Collection<FileInfo> getMainFiles()
-
getNewPligins
@NotNull public Collection<AgentPluginInfoEx> getNewPligins()
-
getChangedPlugins
@NotNull public Collection<AgentPluginInfoEx> getChangedPlugins()
-
getRemovedPlugins
@NotNull public Collection<AgentPluginInfoEx> getRemovedPlugins()
-
-