public final class IdAllocationManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,hudson.model.AbstractBuild> |
ids |
| Modifier and Type | Method and Description |
|---|---|
String |
allocate(hudson.model.AbstractBuild owner,
String id,
hudson.model.BuildListener buildListener) |
void |
free(String n) |
static IdAllocationManager |
getManager(hudson.model.Computer node) |
public String allocate(hudson.model.AbstractBuild owner, String id, hudson.model.BuildListener buildListener) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic static IdAllocationManager getManager(hudson.model.Computer node)
public void free(String n)
Copyright © 2004-2013. All Rights Reserved.