public class CriticalBlockStart
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
CriticalBlockStart.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Modifier and Type | Field and Description |
|---|---|
static CriticalBlockStart.DescriptorImpl |
DESCRIPTOR |
static IdAllocationManager |
pam |
| Constructor and Description |
|---|
CriticalBlockStart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic static IdAllocationManager pam
@Extension public static final CriticalBlockStart.DescriptorImpl DESCRIPTOR
public String getDisplayName()
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath filePath, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener taskListener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2004-2016. All Rights Reserved.