@ExportedBean
public interface Status
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
long |
getLastActivity() |
List<PromotionStatus> |
getPromotions() |
String |
getTimestamp() |
StatusType |
getType() |
boolean |
isCancelled() |
boolean |
isDisabled() |
boolean |
isFailed() |
boolean |
isIdle() |
boolean |
isNotBuilt() |
boolean |
isPromoted() |
boolean |
isQueued() |
boolean |
isRunning() |
boolean |
isSuccess() |
boolean |
isUnstable() |
StatusType getType()
boolean isIdle()
boolean isQueued()
boolean isRunning()
boolean isSuccess()
boolean isFailed()
boolean isUnstable()
boolean isCancelled()
boolean isDisabled()
boolean isNotBuilt()
long getLastActivity()
String getTimestamp()
long getDuration()
boolean isPromoted()
List<PromotionStatus> getPromotions()
Copyright © 2016–2020 Diabol AB. All rights reserved.