public abstract class IdType extends Object implements hudson.ExtensionPoint, hudson.model.Describable<IdType>, Serializable
| Modifier and Type | Method and Description |
|---|---|
abstract Id |
allocate(boolean launchAlloc,
hudson.model.Run<?,?> run,
IdAllocationManager manager,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
abstract IdTypeDescriptor |
getDescriptor() |
String |
getFixedId() |
public final String name
protected IdType(String name)
public final String getFixedId()
public abstract Id allocate(boolean launchAlloc, hudson.model.Run<?,?> run, IdAllocationManager manager, hudson.Launcher launcher, hudson.model.TaskListener taskListener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic abstract IdTypeDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<IdType>Copyright © 2004-2016. All Rights Reserved.