| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event.events |
| Modifier and Type | Method and Description |
|---|---|
TimerEvent.State |
TimerEvent.getState()
Gets the state of the timer.
|
static TimerEvent.State |
TimerEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerEvent.State[] |
TimerEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TimerEvent(TimerEvent.State state,
TimerEvent.Timer timer,
Duration duration,
Duration elapsed,
String description)
Creates a new
TimerEvent. |
Copyright © 2019. All rights reserved.