Class NonIdleBuildSegmentBean
- 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
-
- Direct Known Subclasses:
GroupedBuildSegmentBean
,SingleBuildSegmentBean
public abstract class NonIdleBuildSegmentBean extends BuildSegmentBean
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.01.2008 Time: 13:13:16
-
-
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 NonIdleBuildSegmentBean(BuildSegmentBean.Kind kind, long startOffset, long length, long startTime, long finishTime)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getColorWord()
String
getCssColor()
boolean
isIdle()
-
Methods inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.build.BuildSegmentBean
createIdle, createSingleton, getDuration, getFinishTime, getKind, getRunningSince, getStartTime, isDrawable, isDrawLeftBorder, isDrawRightBorder, trySetDrawLeftBorder, trySetDrawRighBorder
-
Methods inherited from class jetbrains.buildServer.controllers.agent.statistics.segments.SegmentBean
getEndOffset, getLength, getStartOffset, setLength
-
-
-
-
Constructor Detail
-
NonIdleBuildSegmentBean
public NonIdleBuildSegmentBean(BuildSegmentBean.Kind kind, long startOffset, long length, long startTime, long finishTime)
-
-
Method Detail
-
getCssColor
public String getCssColor()
- Specified by:
getCssColor
in classBuildSegmentBean
-
getColorWord
protected abstract String getColorWord()
-
isIdle
public boolean isIdle()
- Specified by:
isIdle
in classBuildSegmentBean
-
-