Uses of Class
jp.ikedam.jenkins.plugins.scoringloadbalancer.ScoringRule
Packages that use ScoringRule
Package
Description
-
Uses of ScoringRule in jp.ikedam.jenkins.plugins.scoringloadbalancer
Methods in jp.ikedam.jenkins.plugins.scoringloadbalancer that return types with arguments of type ScoringRuleModifier and TypeMethodDescriptionScoringRule.all()
Returns allScoringRule
s registered to Jenkins.ScoringRule.all()
Returns allScoringRule
s registered to Jenkins.ScoringLoadBalancer.DescriptorImpl.getAllScoringRuleList()
Returns allScoringRule
s registered to Jenkins.ScoringLoadBalancer.DescriptorImpl.getAllScoringRuleList()
Returns allScoringRule
s registered to Jenkins.ScoringLoadBalancer.DescriptorImpl.getScoringRuleList()
Returns the list of enabled scoring rules.ScoringLoadBalancer.getScoringRuleList()
Methods in jp.ikedam.jenkins.plugins.scoringloadbalancer with parameters of type ScoringRuleModifier and TypeMethodDescriptionboolean
ScoringLoadBalancer.DescriptorImpl.configure
(boolean enabled, boolean reportScoresEnabled, ScoringRule... scoringRules) Used for testing purpose.Method parameters in jp.ikedam.jenkins.plugins.scoringloadbalancer with type arguments of type ScoringRuleModifier and TypeMethodDescriptionboolean
ScoringLoadBalancer.DescriptorImpl.configure
(boolean enabled, boolean reportScoresEnabled, List<ScoringRule> scoringRuleList) Used for testing purpose. -
Uses of ScoringRule in jp.ikedam.jenkins.plugins.scoringloadbalancer.rules
Subclasses of ScoringRule in jp.ikedam.jenkins.plugins.scoringloadbalancer.rulesModifier and TypeClassDescriptionclass
A score keeper depends on build results on each nodes.class
Score nodes depending on their loads.class
Scores nodes depending on preferences of nodes and projects.