public abstract class Inventory extends Object implements hudson.model.Describable<Inventory>
| Modifier and Type | Class and Description |
|---|---|
static class |
Inventory.InventoryDescriptor |
protected static interface |
Inventory.InventoryHandler |
| Constructor and Description |
|---|
Inventory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(hudson.util.ArgumentListBuilder args,
hudson.FilePath workspace,
hudson.EnvVars envVars,
hudson.model.TaskListener listener) |
hudson.model.Descriptor<Inventory> |
getDescriptor() |
protected abstract Inventory.InventoryHandler |
getHandler() |
void |
tearDown(hudson.model.TaskListener listener) |
public hudson.model.Descriptor<Inventory> getDescriptor()
getDescriptor in interface hudson.model.Describable<Inventory>Describable.getDescriptor()protected abstract Inventory.InventoryHandler getHandler()
public void addArgument(hudson.util.ArgumentListBuilder args,
hudson.FilePath workspace,
hudson.EnvVars envVars,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
InterruptedExceptionIOExceptionpublic void tearDown(hudson.model.TaskListener listener)
throws InterruptedException,
IOException
InterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.