Class LeastLoadDisabledProperty
java.lang.Object
hudson.model.JobProperty<Job<?,?>>
org.bstick12.jenkinsci.plugins.leastload.LeastLoadDisabledProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
JobProperty
that also disabling of the LeastLoadBalancer
on a per
job basis- Author:
- brendan.nolan@gmail.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.JobProperty
owner
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
Constructor Details
-
LeastLoadDisabledProperty
@DataBoundConstructor public LeastLoadDisabledProperty(boolean leastLoadDisabled)
-
-
Method Details
-
isLeastLoadDisabled
public boolean isLeastLoadDisabled()
-