public class VCommanderWaitForRequestNewServiceAction extends AbstractVCommanderAction
| Modifier and Type | Class and Description |
|---|---|
static class |
VCommanderWaitForRequestNewServiceAction.DescriptorImpl |
AbstractVCommanderAction.AbstractVCommanderActionDescriptor| Modifier and Type | Field and Description |
|---|---|
static VCommanderWaitForRequestNewServiceAction.DescriptorImpl |
DESCRIPTOR |
DEFAULT_POLLING_VALUE, DEFAULT_TIMEOUT_VALUE, MINIMUM_POLLING_VALUE, MINIMUM_TIMEOUT_VALUE| Constructor and Description |
|---|
VCommanderWaitForRequestNewServiceAction(String requestId,
Long timeout,
Long polling) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<VCommanderAction> |
getDescriptor() |
String |
getRequestId() |
void |
perform(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener)
Perform the configured build step action
|
getDefault, getPolling, getSync, getTimeout@Extension(ordinal=165.0) public static final VCommanderWaitForRequestNewServiceAction.DescriptorImpl DESCRIPTOR
public String getRequestId()
public void perform(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
VCommanderActionrun - run contextlistener - listener context, used for loggingInterruptedExceptionIOExceptionpublic hudson.model.Descriptor<VCommanderAction> getDescriptor()
Copyright © 2016–2018. All rights reserved.