C D G H I M R S T _

C

canRun(Queue.Item) - Method in class hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher
 
canRun(Queue.Task, ThrottleJobProperty) - Method in class hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher
 
canTake(Node, Queue.Task) - Method in class hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 

D

DEFAULT - Static variable in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
A default configuration, which retains the behavior from version 1.8.
DESCRIPTOR - Static variable in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
 
doCheckCategoryName(String) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
doCheckMaxConcurrentPerNode(String) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
doCheckMaxConcurrentTotal(String) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
doFillCategoryItems() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 

G

getCategories() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
getCategories() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 
getCategoryByName(String) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
getCategoryName() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
 
getDefaults() - Method in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions.DescriptorImpl
 
getDescriptor() - Method in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
 
getDisplayName() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions.DescriptorImpl
 
getMatrixOptions() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 
getMaxConcurrentPerNode() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 
getMaxConcurrentPerNode() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
 
getMaxConcurrentPerNodeLabeled() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair
 
getMaxConcurrentTotal() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 
getMaxConcurrentTotal() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
 
getNodeLabeledPairs() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
 
getThrottledNodeLabel() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair
 
getThrottleEnabled() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 
getThrottleOption() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 

H

hudson.plugins.throttleconcurrents - package hudson.plugins.throttleconcurrents
 

I

isApplicable(Class<? extends Job>) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
isMatrixProject(Job) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
isThrottleMatrixBuilds() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
Check if the build throttles MatrixBuilds.
isThrottleMatrixBuilds() - Method in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
 
isThrottleMatrixConfigurations() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
Check if the build throttles MatrixConfigurations.
isThrottleMatrixConfigurations() - Method in class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
 

M

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

R

readResolve() - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
Migrates deprecated/obsolete data

S

setCategories(List<ThrottleJobProperty.ThrottleCategory>) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
setOwner(AbstractProject<?, ?>) - Method in class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 

T

ThrottleJobProperty - Class in hudson.plugins.throttleconcurrents
 
ThrottleJobProperty(Integer, Integer, List<String>, boolean, String, ThrottleMatrixProjectOptions) - Constructor for class hudson.plugins.throttleconcurrents.ThrottleJobProperty
 
ThrottleJobProperty.DescriptorImpl - Class in hudson.plugins.throttleconcurrents
 
ThrottleJobProperty.DescriptorImpl() - Constructor for class hudson.plugins.throttleconcurrents.ThrottleJobProperty.DescriptorImpl
 
ThrottleJobProperty.NodeLabeledPair - Class in hudson.plugins.throttleconcurrents
 
ThrottleJobProperty.NodeLabeledPair(String, Integer) - Constructor for class hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair
 
ThrottleJobProperty.NodeLabeledPair.DescriptorImpl - Class in hudson.plugins.throttleconcurrents
 
ThrottleJobProperty.NodeLabeledPair.DescriptorImpl() - Constructor for class hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair.DescriptorImpl
 
ThrottleJobProperty.ThrottleCategory - Class in hudson.plugins.throttleconcurrents
 
ThrottleJobProperty.ThrottleCategory(String, Integer, Integer, List<ThrottleJobProperty.NodeLabeledPair>) - Constructor for class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
 
ThrottleJobProperty.ThrottleCategory.DescriptorImpl - Class in hudson.plugins.throttleconcurrents
 
ThrottleJobProperty.ThrottleCategory.DescriptorImpl() - Constructor for class hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory.DescriptorImpl
 
ThrottleMatrixProjectOptions - Class in hudson.plugins.throttleconcurrents
Defines additional options for throttling of MatrixBuilds and
ThrottleMatrixProjectOptions(boolean, boolean) - Constructor for class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
 
ThrottleMatrixProjectOptions.DescriptorImpl - Class in hudson.plugins.throttleconcurrents
 
ThrottleMatrixProjectOptions.DescriptorImpl() - Constructor for class hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions.DescriptorImpl
 
ThrottleMatrixProjectOptions_DisplayName() - Static method in class hudson.plugins.throttleconcurrents.Messages
Additional options for Matrix projects
ThrottleQueueTaskDispatcher - Class in hudson.plugins.throttleconcurrents
 
ThrottleQueueTaskDispatcher() - Constructor for class hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher
 
ThrottleQueueTaskDispatcher_BuildPending() - Static method in class hudson.plugins.throttleconcurrents.Messages
A build is pending launch
ThrottleQueueTaskDispatcher_MaxCapacityOnNode(Object) - Static method in class hudson.plugins.throttleconcurrents.Messages
Already running {0} builds on node
ThrottleQueueTaskDispatcher_MaxCapacityTotal(Object) - Static method in class hudson.plugins.throttleconcurrents.Messages
Already running {0} builds across all nodes

_

_ThrottleMatrixProjectOptions_DisplayName() - Static method in class hudson.plugins.throttleconcurrents.Messages
Additional options for Matrix projects
_ThrottleQueueTaskDispatcher_BuildPending() - Static method in class hudson.plugins.throttleconcurrents.Messages
A build is pending launch
_ThrottleQueueTaskDispatcher_MaxCapacityOnNode(Object) - Static method in class hudson.plugins.throttleconcurrents.Messages
Already running {0} builds on node
_ThrottleQueueTaskDispatcher_MaxCapacityTotal(Object) - Static method in class hudson.plugins.throttleconcurrents.Messages
Already running {0} builds across all nodes

C D G H I M R S T _

Copyright © 2004-2014. All Rights Reserved.