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 StringgetAvailabilityReason()System message, reason for isAvailable to return 'false'StringgetCompletedPercent()longgetDurationOvertime()longgetEstimateTimeLeft()booleangetIsFailing()longgetPromotionId()DategetStarted()longgetTimePassed()booleanisAvailable()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()
-
-