|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmaps.hudson.plugin.xfpanel.XFPanelView.XFPanelEntry
public final class XFPanelView.XFPanelEntry
Represents a job to be shown on the panel Intermediates access to data available for the given Job
| Constructor Summary | |
|---|---|
XFPanelView.XFPanelEntry(hudson.model.Job<?,?> job)
C'tor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XFPanelView.XFPanelEntry(hudson.model.Job<?,?> job)
job - the job to be represented| Method Detail |
|---|
public hudson.model.Job<?,?> getJob()
public String getName()
public Boolean getQueued()
public Integer getQueueNumber()
public void setCompletionTimestamp(Calendar completionTimestamp)
public Calendar getCompletionTimestamp()
public void setCompletionTimestampString(String completionTimestampString)
public String getCompletionTimestampString()
public String getBackgroundColor()
public String getColor()
public String getColorFade()
public Boolean getBroken()
public Boolean getShowResponsibles()
public Boolean getBuilding()
public String getUrl()
public List<hudson.model.Run<?,?>> getBuildsInProgress()
public int getTestCount()
public int getFailCount()
public int getSuccessCount()
public int getLastCompletedBuildNumber()
public String getLastCompletedBuildTimestampString()
public String getDiff()
public HashSet<hudson.model.User> getCulpritFromBuild(hudson.model.AbstractBuild<?,?> build)
public String convertCulpritsToString(HashSet<hudson.model.User> input)
public String getCulprits()
public boolean isClaimed()
public String getClaimInfo()
public hudson.tasks.junit.TestResult getClaimedTestCases()
public String getClaimInfoByTestCases()
public int getNumClaimedTests()
public String getNumberOfTests()
public String getDiffColor()
public String getSuccessPercentage()
public String getBuildStatus(hudson.model.AbstractBuild build)
public boolean isBuildSuccessful()
public boolean isBuildUnstable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||