Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
E
G
H
I
L
N
P
R
S
U
A
ACTION_LOGO_LARGE
- Static variable in class hudson.plugins.cigame.
GameDescriptor
ACTION_LOGO_MEDIUM
- Static variable in class hudson.plugins.cigame.
GameDescriptor
add(Rule)
- Method in class hudson.plugins.cigame.model.
RuleSet
Add rule to the rule set
B
BuildResultRule
- Class in
hudson.plugins.cigame.rules.basic
Rule that gives points on the result of the build.
BuildResultRule()
- Constructor for class hudson.plugins.cigame.rules.basic.
BuildResultRule
BuildResultRule(int, int)
- Constructor for class hudson.plugins.cigame.rules.basic.
BuildResultRule
E
evaluate(AbstractBuild<?, ?>)
- Method in interface hudson.plugins.cigame.model.
Rule
Evaluate the build and return the points for it
evaluate(AbstractBuild<?, ?>)
- Method in class hudson.plugins.cigame.rules.basic.
BuildResultRule
evaluate(AbstractBuild<?, ?>)
- Method in class hudson.plugins.cigame.rules.basic.
IncreasingFailedTestsRule
evaluate(AbstractBuild<?, ?>)
- Method in class hudson.plugins.cigame.rules.basic.
IncreasingPassedTestsRule
G
GameDescriptor
- Class in
hudson.plugins.cigame
GameDescriptor()
- Constructor for class hudson.plugins.cigame.
GameDescriptor
GamePublisher
- Class in
hudson.plugins.cigame
GamePublisher()
- Constructor for class hudson.plugins.cigame.
GamePublisher
getBuild()
- Method in class hudson.plugins.cigame.
ScoreCardAction
getDescriptor()
- Method in class hudson.plugins.cigame.
GamePublisher
getDescriptor()
- Method in class hudson.plugins.cigame.
UserScoreProperty
getDisplayName()
- Method in class hudson.plugins.cigame.
GameDescriptor
getDisplayName()
- Method in class hudson.plugins.cigame.
LeaderBoardAction
getDisplayName()
- Method in class hudson.plugins.cigame.
ScoreBoardAction
getDisplayName()
- Method in class hudson.plugins.cigame.
ScoreCardAction
getDisplayName()
- Method in class hudson.plugins.cigame.
UserScorePropertyDescriptor
getIconFileName()
- Method in class hudson.plugins.cigame.
LeaderBoardAction
getIconFileName()
- Method in class hudson.plugins.cigame.
ScoreBoardAction
getIconFileName()
- Method in class hudson.plugins.cigame.
ScoreCardAction
getName()
- Method in interface hudson.plugins.cigame.model.
Rule
Returns the name of the rule
getName()
- Method in class hudson.plugins.cigame.model.
RuleSet
Returns the name of the rule set.
getName()
- Method in class hudson.plugins.cigame.rules.basic.
BuildResultRule
getName()
- Method in class hudson.plugins.cigame.rules.basic.
IncreasingFailedTestsRule
getName()
- Method in class hudson.plugins.cigame.rules.basic.
IncreasingPassedTestsRule
getParticipants()
- Method in class hudson.plugins.cigame.
ScoreCardAction
getProjectAction(AbstractProject<?, ?>)
- Method in class hudson.plugins.cigame.
GamePublisher
getRuleName()
- Method in class hudson.plugins.cigame.model.
Score
getRulesetName()
- Method in class hudson.plugins.cigame.model.
Score
getRuleSets()
- Method in class hudson.plugins.cigame.model.
RuleBook
Returns rule sets
getScore()
- Method in class hudson.plugins.cigame.
LeaderBoardAction.UserScore
getScore()
- Method in class hudson.plugins.cigame.
UserScoreProperty
getScorecard()
- Method in class hudson.plugins.cigame.
ScoreCardAction
getScores()
- Method in class hudson.plugins.cigame.model.
ScoreCard
Returns a collection of scores.
getTotalPoints()
- Method in class hudson.plugins.cigame.model.
ScoreCard
Returns the total points for this score card
getUrlName()
- Method in class hudson.plugins.cigame.
LeaderBoardAction
getUrlName()
- Method in class hudson.plugins.cigame.
ScoreBoardAction
getUrlName()
- Method in class hudson.plugins.cigame.
ScoreCardAction
getUser()
- Method in class hudson.plugins.cigame.
LeaderBoardAction.UserScore
getUser()
- Method in class hudson.plugins.cigame.
UserScoreProperty
getUserScores()
- Method in class hudson.plugins.cigame.
LeaderBoardAction
Returns the user that are participants in the ci game
getValue()
- Method in class hudson.plugins.cigame.model.
Score
H
hudson.plugins.cigame
- package hudson.plugins.cigame
hudson.plugins.cigame.model
- package hudson.plugins.cigame.model
hudson.plugins.cigame.rules.basic
- package hudson.plugins.cigame.rules.basic
I
IncreasingFailedTestsRule
- Class in
hudson.plugins.cigame.rules.basic
Rule for giving points if a new test is added and fails.
IncreasingFailedTestsRule()
- Constructor for class hudson.plugins.cigame.rules.basic.
IncreasingFailedTestsRule
IncreasingPassedTestsRule
- Class in
hudson.plugins.cigame.rules.basic
Rule that gives points for increasing the number of passed tests.
IncreasingPassedTestsRule()
- Constructor for class hudson.plugins.cigame.rules.basic.
IncreasingPassedTestsRule
INSTANCE
- Static variable in class hudson.plugins.cigame.
UserScorePropertyDescriptor
L
LeaderBoardAction
- Class in
hudson.plugins.cigame
Leader board for users participaing in the game.
LeaderBoardAction()
- Constructor for class hudson.plugins.cigame.
LeaderBoardAction
LeaderBoardAction.UserScore
- Class in
hudson.plugins.cigame
LeaderBoardAction.UserScore(User, double)
- Constructor for class hudson.plugins.cigame.
LeaderBoardAction.UserScore
N
needsToRunAfterFinalized()
- Method in class hudson.plugins.cigame.
GamePublisher
newInstance(StaplerRequest, JSONObject)
- Method in class hudson.plugins.cigame.
GameDescriptor
newInstance(StaplerRequest)
- Method in class hudson.plugins.cigame.
UserScorePropertyDescriptor
newInstance(User)
- Method in class hudson.plugins.cigame.
UserScorePropertyDescriptor
P
perform(AbstractBuild<?, ?>, Launcher, BuildListener)
- Method in class hudson.plugins.cigame.
GamePublisher
PluginImpl
- Class in
hudson.plugins.cigame
Entry point of the CI Game plugin.
PluginImpl()
- Constructor for class hudson.plugins.cigame.
PluginImpl
R
record(AbstractBuild<?, ?>, RuleSet)
- Method in class hudson.plugins.cigame.model.
ScoreCard
Record points for the rules in the rule set
removeRule(Rule)
- Method in class hudson.plugins.cigame.model.
RuleSet
Remove rule from the rule set.
Rule
- Interface in
hudson.plugins.cigame.model
Rule interface.
RuleBook
- Class in
hudson.plugins.cigame.model
Class containing several rule sets.
RuleBook()
- Constructor for class hudson.plugins.cigame.model.
RuleBook
RuleSet
- Class in
hudson.plugins.cigame.model
Class containing one or more rules
RuleSet(String, Collection<Rule>)
- Constructor for class hudson.plugins.cigame.model.
RuleSet
S
Score
- Class in
hudson.plugins.cigame.model
Recorded score for a rule and build.
Score(String, String, double)
- Constructor for class hudson.plugins.cigame.model.
Score
ScoreBoardAction
- Class in
hudson.plugins.cigame
Score card for a job.
ScoreBoardAction()
- Constructor for class hudson.plugins.cigame.
ScoreBoardAction
ScoreCard
- Class in
hudson.plugins.cigame.model
Score card containing the results of evaluating the rules against a build.
ScoreCard()
- Constructor for class hudson.plugins.cigame.model.
ScoreCard
ScoreCardAction
- Class in
hudson.plugins.cigame
Score card for a certain build
ScoreCardAction(ScoreCard, AbstractBuild<?, ?>)
- Constructor for class hudson.plugins.cigame.
ScoreCardAction
setScore(double)
- Method in class hudson.plugins.cigame.
UserScoreProperty
start()
- Method in class hudson.plugins.cigame.
PluginImpl
U
UserScoreProperty
- Class in
hudson.plugins.cigame
UserScoreProperty()
- Constructor for class hudson.plugins.cigame.
UserScoreProperty
UserScoreProperty(double)
- Constructor for class hudson.plugins.cigame.
UserScoreProperty
UserScorePropertyDescriptor
- Class in
hudson.plugins.cigame
Descriptor for the
UserScoreProperty
.
UserScorePropertyDescriptor()
- Constructor for class hudson.plugins.cigame.
UserScorePropertyDescriptor
A
B
E
G
H
I
L
N
P
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008. All Rights Reserved.