|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.ViewEntry
public final class ViewEntry
Represents a job to be shown in a view. Based heavily on the XFPanelEntry in XFPanel plugin.
| Constructor Summary | |
|---|---|
ViewEntry(RadiatorView radiatorView,
hudson.model.Job<?,?> job)
C'tor |
|
| Method Summary | |
|---|---|
java.lang.String |
getBackgroundColor()
|
java.lang.Boolean |
getBroken()
|
java.lang.Boolean |
getBuilding()
|
java.util.List<hudson.model.Run<?,?>> |
getBuildsInProgress()
|
java.lang.String |
getClaim()
If the claims plugin is installed, this will get details of the claimed build failures. |
java.lang.String |
getColor()
|
java.lang.String |
getCulprit()
Elects a culprit/responsible for a broken build by choosing the last commiter of a given build |
java.lang.String |
getDiff()
|
java.lang.String |
getDiffColor()
|
int |
getFailCount()
|
hudson.model.Job<?,?> |
getJob()
|
java.lang.String |
getLastCompletedBuild()
|
java.lang.String |
getLastStableBuild()
|
java.lang.String |
getName()
|
java.lang.Boolean |
getQueued()
|
java.lang.Integer |
getQueueNumber()
|
boolean |
getStable()
|
int |
getSuccessCount()
|
java.lang.String |
getSuccessPercentage()
|
int |
getTestCount()
|
java.lang.String |
getUrl()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewEntry(RadiatorView radiatorView,
hudson.model.Job<?,?> job)
job - the job to be representedradiatorView - TODO| Method Detail |
|---|
public hudson.model.Job<?,?> getJob()
public java.lang.String getName()
public java.lang.Boolean getQueued()
public java.lang.Integer getQueueNumber()
public java.lang.String getBackgroundColor()
public java.lang.String getColor()
public java.lang.Boolean getBroken()
public java.lang.Boolean getBuilding()
public java.lang.String getUrl()
public java.util.List<hudson.model.Run<?,?>> getBuildsInProgress()
public int getTestCount()
public int getFailCount()
public int getSuccessCount()
public java.lang.String getDiff()
public java.lang.String getCulprit()
public java.lang.String getDiffColor()
public java.lang.String getSuccessPercentage()
public java.lang.String getLastCompletedBuild()
public java.lang.String getLastStableBuild()
public boolean getStable()
true if the build is stable.public java.lang.String getClaim()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||