public final class ExecuteRequestWaitConfig extends hudson.model.AbstractDescribableImpl<ExecuteRequestWaitConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecuteRequestWaitConfig.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
maxRunTime |
java.lang.String |
pollInterval |
| Constructor and Description |
|---|
ExecuteRequestWaitConfig(java.lang.String pollInterval,
java.lang.String maxRunTime) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaxRunTime() |
java.lang.String |
getPollInterval() |
java.lang.Long |
maxRunTimeInMillis() |
java.lang.Long |
pollIntervalInMillis() |