Modifier and Type | Fields and Description |
---|---|
static String |
NO_PROPERTY |
Modifier and Type | Optional Element and Description |
---|---|
long |
delay
The delay between executions.
|
String |
delayProperty
The property to read the delay from.
|
long |
initialDelay
The delay before it should first be run.
|
String |
initialDelayProperty
The property to read the initial delay from.
|
TimeUnit |
timeUnit
The time unit, defaults to milliseconds
|
String |
timeUnitProperty
The property to read the time unit from.
|
public static final String NO_PROPERTY
public abstract long delay
public abstract String delayProperty
public abstract TimeUnit timeUnit
public abstract String timeUnitProperty
public abstract long initialDelay
public abstract String initialDelayProperty
Copyright © 2019 ninjaframework. All rights reserved.