public class BuildBlockerProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildBlockerProperty.BuildBlockerDescriptor
Descriptor
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BLOCKING_JOBS_KEY
blocking jobs form field name
|
static String |
USE_BUILD_BLOCKER
the enable checkbox in the job's config
|
| Constructor and Description |
|---|
BuildBlockerProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockingJobs()
Returns the text of the blocking jobs field.
|
boolean |
isUseBuildBlocker()
Returns true if the build blocker is enabled.
|
void |
setBlockingJobs(String blockingJobs)
Sets the blocking jobs field
|
void |
setUseBuildBlocker(boolean useBuildBlocker)
Sets the build blocker flag.
|
public static final String USE_BUILD_BLOCKER
public static final String BLOCKING_JOBS_KEY
public boolean isUseBuildBlocker()
public void setUseBuildBlocker(boolean useBuildBlocker)
useBuildBlocker - the build blocker flagpublic String getBlockingJobs()
public void setBlockingJobs(String blockingJobs)
blockingJobs - the blocking jobs entryCopyright © 2004-2013. All Rights Reserved.