Class SmartLBJobProperty
- All Implemented Interfaces:
ExtensionPoint, Describable<JobProperty<?>>, ReconfigurableDescribable<JobProperty<?>>, BuildStep
Per-job opt-out from Smart Load Balancer scheduling.
When enabled on a job, SmartLoadBalancer delegates that job's
scheduling entirely to the fallback (Jenkins default) balancer. Useful for
jobs that must run on a specific node regardless of fault history or load.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class JobProperty
ownerFields inherited from interface BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
-
Constructor Details
-
SmartLBJobProperty
@DataBoundConstructor public SmartLBJobProperty()
-
-
Method Details
-
isDisableSmartLB
public boolean isDisableSmartLB() -
setDisableSmartLB
@DataBoundSetter public void setDisableSmartLB(boolean disableSmartLB)
-