Uses of Class
jetbrains.buildServer.controllers.agent.statistics.segments.build.BuildSegmentBean.Kind
-
Packages that use BuildSegmentBean.Kind Package Description jetbrains.buildServer.controllers.agent.statistics.segments.build -
-
Uses of BuildSegmentBean.Kind in jetbrains.buildServer.controllers.agent.statistics.segments.build
Methods in jetbrains.buildServer.controllers.agent.statistics.segments.build that return BuildSegmentBean.Kind Modifier and Type Method Description BuildSegmentBean.KindBuildSegmentBean. getKind()static BuildSegmentBean.KindBuildSegmentBean.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static BuildSegmentBean.Kind[]BuildSegmentBean.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.controllers.agent.statistics.segments.build with parameters of type BuildSegmentBean.Kind Constructor Description BuildSegmentBean(BuildSegmentBean.Kind kind, long startOffset, long length, long startTime, long finishTime)NonIdleBuildSegmentBean(BuildSegmentBean.Kind kind, long startOffset, long length, long startTime, long finishTime)
-