public class BuildBlockerProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildBlockerProperty.BlockLevel |
static class |
BuildBlockerProperty.BuildBlockerDescriptor
Descriptor
|
static class |
BuildBlockerProperty.QueueScanScope |
| Constructor and Description |
|---|
BuildBlockerProperty(boolean useBuildBlocker,
String blockLevel,
String scanQueueFor,
String blockingJobs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockingJobs() |
BuildBlockerProperty.BlockLevel |
getBlockLevel() |
BuildBlockerProperty.QueueScanScope |
getScanQueueFor() |
boolean |
isUseBuildBlocker() |
public BuildBlockerProperty.BlockLevel getBlockLevel()
public BuildBlockerProperty.QueueScanScope getScanQueueFor()
public boolean isUseBuildBlocker()
public String getBlockingJobs()
Copyright © 2004-2015. All Rights Reserved.