public class IdAllocator
extends jenkins.tasks.SimpleBuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
IdAllocator.DescriptorImpl |
static class |
IdAllocator.RenameListener
Update allocations metadata in case Item is deleted or renamed.
|
jenkins.tasks.SimpleBuildWrapper.Context, jenkins.tasks.SimpleBuildWrapper.Disposer| Modifier and Type | Field and Description |
|---|---|
static IdAllocator.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
IdAllocator(IdType[] ids) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<hudson.tasks.BuildWrapper> |
getDescriptor() |
IdType[] |
getIds() |
static List<RessourcesMonitor> |
getListRessources() |
void |
setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener,
hudson.EnvVars envVars) |
@Extension public static final IdAllocator.DescriptorImpl DESCRIPTOR
public IdAllocator(IdType[] ids)
public void setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener,
hudson.EnvVars envVars)
throws IOException,
InterruptedException
setUp in class jenkins.tasks.SimpleBuildWrapperIOExceptionInterruptedExceptionpublic IdType[] getIds()
public static List<RessourcesMonitor> getListRessources()
public hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004-2016. All Rights Reserved.