public abstract class Operation extends Object implements IOperation, hudson.model.Describable<Operation>
| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.OperationDescriptor |
IOperation.BoxOperation, IOperation.InstanceOperation| Modifier | Constructor and Description |
|---|---|
protected |
Operation(String tags) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canPerform(net.sf.json.JSONArray instances,
TaskLogger logger) |
protected abstract boolean |
failIfNoInstanceFound() |
hudson.model.Descriptor<Operation> |
getDescriptor() |
String |
getTags() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformprotected Operation(String tags)
public String getTags()
protected abstract boolean failIfNoInstanceFound()
protected boolean canPerform(net.sf.json.JSONArray instances,
TaskLogger logger)
throws hudson.AbortException
hudson.AbortExceptionCopyright © 2016–2019. All rights reserved.