Class AgentValue
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.buildtime.AbstractAgentValue
-
- jetbrains.buildServer.serverSide.statistics.buildtime.AgentValue
-
- Direct Known Subclasses:
AgentConfigurationValue
public class AgentValue extends AbstractAgentValue
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 11.12.2007 Time: 17:49:11
-
-
Constructor Summary
Constructors Constructor Description AgentValue(String agentName, Integer agentTypeId, BigDecimal loadTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getLoadTime()
-
Methods inherited from class jetbrains.buildServer.serverSide.statistics.buildtime.AbstractAgentValue
getAgentName, getAgentTypeId
-
-
-
-
Constructor Detail
-
AgentValue
public AgentValue(@NotNull String agentName, @Nullable Integer agentTypeId, @NotNull BigDecimal loadTime)
-
-
Method Detail
-
getLoadTime
@NotNull public BigDecimal getLoadTime()
-
-