public class ScoreHistoryEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScoreHistoryEntry.ConverterImpl |
static class |
ScoreHistoryEntry.DefaultRunCreationStrategy |
static interface |
ScoreHistoryEntry.RunCreationStrategy |
Constructor and Description |
---|
ScoreHistoryEntry() |
ScoreHistoryEntry(Collection<? extends hudson.model.Run<?,?>> awardingRuns,
double awardedScore) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ScoreHistoryEntry |
fromScoreAward(List<? extends hudson.model.Run<?,?>> accountableBuilds,
double accountedScore) |
double |
getAwardedScore() |
String |
getAwardedScoreString() |
Set<hudson.model.Run<?,?>> |
getAwardingRuns() |
int |
hashCode() |
protected hudson.model.Run<?,?> |
runFromExternalId(String externalId) |
void |
setAwardedScore(double awardedScore) |
void |
setAwardingRuns(Collection<? extends hudson.model.Run<?,?>> awardingRuns) |
String |
toString() |
public ScoreHistoryEntry()
public ScoreHistoryEntry(Collection<? extends hudson.model.Run<?,?>> awardingRuns, double awardedScore)
public Set<hudson.model.Run<?,?>> getAwardingRuns()
public void setAwardingRuns(Collection<? extends hudson.model.Run<?,?>> awardingRuns)
public double getAwardedScore()
@Exported public String getAwardedScoreString()
public void setAwardedScore(double awardedScore)
public static ScoreHistoryEntry fromScoreAward(@Nonnull List<? extends hudson.model.Run<?,?>> accountableBuilds, double accountedScore)
protected hudson.model.Run<?,?> runFromExternalId(String externalId)
Copyright © 2004-2015. All Rights Reserved.