Package hudson.plugins.buildblocker
Class BuildBlockerProperty
- All Implemented Interfaces:
ExtensionPoint,Describable<JobProperty<?>>,ReconfigurableDescribable<JobProperty<?>>,IBuildBlockerProperty,BuildStep
Job property that stores the line feed separated list of
regular expressions that define the blocking jobs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final classDescriptorstatic enumNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.JobProperty
ownerFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionBuildBlockerProperty(boolean useBuildBlocker, String blockLevel, String scanQueueFor, String blockingJobs) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
Constructor Details
-
BuildBlockerProperty
-
-
Method Details
-
getBlockLevel
- Specified by:
getBlockLevelin interfaceIBuildBlockerProperty
-
getScanQueueFor
- Specified by:
getScanQueueForin interfaceIBuildBlockerProperty
-
isUseBuildBlocker
public boolean isUseBuildBlocker()- Specified by:
isUseBuildBlockerin interfaceIBuildBlockerProperty
-
getBlockingJobs
- Specified by:
getBlockingJobsin interfaceIBuildBlockerProperty
-