public class BuildBlockedAction
extends hudson.model.InvisibleAction
Constructor and Description |
---|
BuildBlockedAction() |
BuildBlockedAction(long timeStartBlocked) |
Modifier and Type | Method and Description |
---|---|
long |
getTimeBlocked()
Gets the amount of time the item spent blocked.
|
long |
getTimeReleased()
Gets the time the item was released.
|
void |
setTimeReleased(long timeReleased)
Sets the time the item was released.
|
public BuildBlockedAction()
public BuildBlockedAction(long timeStartBlocked)
public long getTimeReleased()
public void setTimeReleased(long timeReleased)
timeReleased
- the time the item was releasedpublic long getTimeBlocked()
Copyright © 2016–2020. All rights reserved.