Class GroupableAgentBuildValue
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.agentValues.GroupableAgentBuildValue
-
public abstract class GroupableAgentBuildValue extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.01.2008 Time: 13:22:31
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GroupableAgentBuildValue(long startTime, long finishTime, Long runningSinceTime)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract int
appendBuilds()
protected abstract void
appendIds(Set<String> ids)
abstract BuildSegmentBean
create(long offsetX, long length)
static GroupableAgentBuildValue
fromMerge(List<GroupableAgentBuildValue> values)
static GroupableAgentBuildValue
fromValue(AgentBuildValue value)
long
getFinishTime()
Long
getRunningSinceTime()
long
getStartTime()
-
-
-
Constructor Detail
-
GroupableAgentBuildValue
protected GroupableAgentBuildValue(long startTime, long finishTime, @Nullable Long runningSinceTime)
-
-
Method Detail
-
getStartTime
public long getStartTime()
-
getFinishTime
public long getFinishTime()
-
getRunningSinceTime
@Nullable public Long getRunningSinceTime()
-
create
public abstract BuildSegmentBean create(long offsetX, long length)
-
appendBuilds
protected abstract int appendBuilds()
-
fromValue
public static GroupableAgentBuildValue fromValue(AgentBuildValue value)
-
fromMerge
public static GroupableAgentBuildValue fromMerge(List<GroupableAgentBuildValue> values)
-
-