public interface VCommanderAction extends hudson.model.Describable<VCommanderAction>
| Modifier and Type | Method and Description |
|---|---|
void |
perform(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener)
Perform the configured build step action
|
void perform(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
run - run contextlistener - listener context, used for loggingInterruptedExceptionIOExceptionCopyright © 2016–2018. All rights reserved.