Class SingleBuildSegmentBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.segments.SegmentBean
-
- jetbrains.buildServer.controllers.agent.statistics.segments.build.BuildSegmentBean
-
- jetbrains.buildServer.controllers.agent.statistics.segments.build.NonIdleBuildSegmentBean
-
- jetbrains.buildServer.controllers.agent.statistics.segments.build.SingleBuildSegmentBean
-
public class SingleBuildSegmentBean extends NonIdleBuildSegmentBean
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.01.2008 Time: 13:10:21
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.build.BuildSegmentBean
BuildSegmentBean.Kind
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.SegmentBean
myStartOffset
-
-
Constructor Summary
Constructors Constructor Description SingleBuildSegmentBean(long startOffset, long length, long startTime, long finishTime, AgentBuildValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentBuildValue
getAgentBuildValue()
protected String
getColorWord()
Date
getRunningSince()
-
Methods inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.build.NonIdleBuildSegmentBean
getCssColor, isIdle
-
Methods inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.build.BuildSegmentBean
createIdle, createSingleton, getDuration, getFinishTime, getKind, getStartTime, isDrawable, isDrawLeftBorder, isDrawRightBorder, trySetDrawLeftBorder, trySetDrawRighBorder
-
Methods inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.SegmentBean
getEndOffset, getLength, getStartOffset, setLength
-
-
-
-
Constructor Detail
-
SingleBuildSegmentBean
public SingleBuildSegmentBean(long startOffset, long length, long startTime, long finishTime, AgentBuildValue value)
-
-
Method Detail
-
getColorWord
protected String getColorWord()
- Specified by:
getColorWord
in classNonIdleBuildSegmentBean
-
getAgentBuildValue
public AgentBuildValue getAgentBuildValue()
-
getRunningSince
@Nullable public Date getRunningSince()
- Specified by:
getRunningSince
in classBuildSegmentBean
- Returns:
- start build time if build is currently running and null if build was finished
-
-