Class NullableAgent
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.NullableAgent
-
public class NullableAgent extends Object
- Author:
- Eugene Petrenko Created: 28.11.2008 11:38:52
-
-
Constructor Summary
Constructors Constructor Description NullableAgent(String agentName, Integer agentTypeId, AgentPool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SBuildAgentgetAgent()StringgetAgentName()StringgetAgentNameTooltip()AgentPoolgetAgentPool()SAgentTypegetAgentType()IntegergetAgentTypeId()intgetId()inthashCode()booleanisExistingAgent()voidsetAgent(SBuildAgent agent)voidsetAgentType(SAgentType agentType)voidsetId(Counter agentId)
-
-
-
Method Detail
-
getAgentPool
@NotNull public AgentPool getAgentPool()
-
getAgent
@Nullable public SBuildAgent getAgent()
-
setAgent
public void setAgent(SBuildAgent agent)
-
getAgentName
@NotNull public String getAgentName()
-
getAgentNameTooltip
@Nullable public String getAgentNameTooltip()
-
getAgentTypeId
@Nullable public Integer getAgentTypeId()
-
getAgentType
@Nullable public SAgentType getAgentType()
-
setAgentType
public void setAgentType(SAgentType agentType)
-
isExistingAgent
public boolean isExistingAgent()
-
getId
public int getId()
-
setId
public void setId(@NotNull Counter agentId)
-
-