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 boolean
equals(Object o)
SBuildAgent
getAgent()
String
getAgentName()
String
getAgentNameTooltip()
AgentPool
getAgentPool()
SAgentType
getAgentType()
Integer
getAgentTypeId()
int
getId()
int
hashCode()
boolean
isExistingAgent()
void
setAgent(SBuildAgent agent)
void
setAgentType(SAgentType agentType)
void
setId(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)
-
-