public abstract class Action extends hudson.model.AbstractDescribableImpl<Action>
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
perform(hudson.model.Run<?,?> run)
Performs operation defined by given action.
|
public abstract void perform(hudson.model.Run<?,?> run)
throws IOException,
InterruptedException
run - job which should be updatedIOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.