B C D G H I M N S U _

B

BLOCKING_JOBS_KEY - Static variable in class hudson.plugins.buildblocker.BuildBlockerProperty
blocking jobs form field name
BlockingJobIsRunning(Object) - Static method in class hudson.plugins.buildblocker.Messages
Blocking job {0} is running.
BlockingJobsMonitor - Class in hudson.plugins.buildblocker
This class represents a monitor that checks all running jobs if one of their names matches with one of the given blocking job's regular expressions.
BlockingJobsMonitor(String) - Constructor for class hudson.plugins.buildblocker.BlockingJobsMonitor
Constructor using the job configuration entry for blocking jobs
BuildBlockerProperty - Class in hudson.plugins.buildblocker
Job property that stores the line feed separated list of regular expressions that define the blocking jobs.
BuildBlockerProperty() - Constructor for class hudson.plugins.buildblocker.BuildBlockerProperty
 
BuildBlockerProperty.BuildBlockerDescriptor - Class in hudson.plugins.buildblocker
Descriptor
BuildBlockerProperty.BuildBlockerDescriptor() - Constructor for class hudson.plugins.buildblocker.BuildBlockerProperty.BuildBlockerDescriptor
Constructor loading the data from the config file
BuildBlockerQueueTaskDispatcher - Class in hudson.plugins.buildblocker
Queue task dispatcher that evaluates the given blocking jobs in the config of the actual job.
BuildBlockerQueueTaskDispatcher() - Constructor for class hudson.plugins.buildblocker.BuildBlockerQueueTaskDispatcher
 

C

canRun(Queue.Item) - Method in class hudson.plugins.buildblocker.BuildBlockerQueueTaskDispatcher
Called whenever Queue is considering if Queue.Item is ready to execute immediately (which doesn't necessarily mean that it gets executed right away — it's still subject to executor availability), or if it should be considered blocked.

D

Description() - Static method in class hudson.plugins.buildblocker.Messages
Blocks a build if one of the given jobs is running.
DisplayName() - Static method in class hudson.plugins.buildblocker.Messages
Build Blocker

G

getBlockingJob() - Method in class hudson.plugins.buildblocker.BlockingJobsMonitor
Returns the name of the first blocking job.
getBlockingJobs() - Method in class hudson.plugins.buildblocker.BuildBlockerProperty
Returns the text of the blocking jobs field.
getDisplayName() - Method in class hudson.plugins.buildblocker.BuildBlockerProperty.BuildBlockerDescriptor
Returns the name to be shown on the website

H

hudson.plugins.buildblocker - package hudson.plugins.buildblocker
 

I

isApplicable(Class<? extends Job>) - Method in class hudson.plugins.buildblocker.BuildBlockerProperty.BuildBlockerDescriptor
Returns always true a it can be used in all types of jobs.
isUseBuildBlocker() - Method in class hudson.plugins.buildblocker.BuildBlockerProperty
Returns true if the build blocker is enabled.

M

Messages - Class in hudson.plugins.buildblocker
 
Messages() - Constructor for class hudson.plugins.buildblocker.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.buildblocker.BuildBlockerProperty.BuildBlockerDescriptor
Returns a new instance of the build blocker property when job config page is saved.

S

setBlockingJobs(String) - Method in class hudson.plugins.buildblocker.BuildBlockerProperty
Sets the blocking jobs field
setUseBuildBlocker(boolean) - Method in class hudson.plugins.buildblocker.BuildBlockerProperty
Sets the build blocker flag.

U

USE_BUILD_BLOCKER - Static variable in class hudson.plugins.buildblocker.BuildBlockerProperty
the enable checkbox in the job's config

_

_BlockingJobIsRunning(Object) - Static method in class hudson.plugins.buildblocker.Messages
Blocking job {0} is running.
_Description() - Static method in class hudson.plugins.buildblocker.Messages
Blocks a build if one of the given jobs is running.
_DisplayName() - Static method in class hudson.plugins.buildblocker.Messages
Build Blocker

B C D G H I M N S U _

Copyright © 2004-2012. All Rights Reserved.