Class ChainEstimatesBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.ChainEstimatesBean
-
public class ChainEstimatesBean extends Object
Created by Nikita.Skvortsov Date: 3/25/13, 1:42 PM
-
-
Constructor Summary
Constructors Constructor Description ChainEstimatesBean(BuildPromotion promo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAvailabilityReason()
System message, reason for isAvailable to return 'false'String
getCompletedPercent()
long
getDurationOvertime()
long
getEstimateTimeLeft()
boolean
getIsFailing()
long
getPromotionId()
Date
getStarted()
long
getTimePassed()
boolean
isAvailable()
Shows if we can estimate progress of the build chain
-
-
-
Constructor Detail
-
ChainEstimatesBean
public ChainEstimatesBean(@NotNull BuildPromotion promo)
-
-
Method Detail
-
getEstimateTimeLeft
public long getEstimateTimeLeft()
-
getIsFailing
public boolean getIsFailing()
-
getCompletedPercent
@NotNull public String getCompletedPercent()
-
isAvailable
public boolean isAvailable()
Shows if we can estimate progress of the build chain- Returns:
-
getAvailabilityReason
public String getAvailabilityReason()
System message, reason for isAvailable to return 'false'- Returns:
- see above
-
getPromotionId
public long getPromotionId()
-
getStarted
public Date getStarted()
-
getTimePassed
public long getTimePassed()
-
getDurationOvertime
public long getDurationOvertime()
-
-