hudson.plugins.claim
Class ClaimedBuildsReport

java.lang.Object
  extended by hudson.plugins.claim.ClaimedBuildsReport
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

@ExportedBean(defaultVisibility=9)
public class ClaimedBuildsReport
extends Object
implements hudson.model.Action


Nested Class Summary
static class ClaimedBuildsReport.ClaimReportEntry
           
static class ClaimedBuildsReport.ClaimViewActionFactory
           
static class ClaimedBuildsReport.TestEntry
           
 
Constructor Summary
ClaimedBuildsReport(hudson.model.View view)
           
 
Method Summary
 hudson.model.Api getApi()
           
 hudson.util.RunList getBuilds()
           
 String getClaimantText(hudson.model.Run r)
           
 String getDisplayName()
           
 List<ClaimedBuildsReport.ClaimReportEntry> getEntries()
           
static hudson.model.Run getFirstFail(hudson.model.Run r)
           
 String getIconFileName()
           
 hudson.model.View getOwner()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimedBuildsReport

public ClaimedBuildsReport(hudson.model.View view)
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getFirstFail

public static hudson.model.Run getFirstFail(hudson.model.Run r)

getClaimantText

public String getClaimantText(hudson.model.Run r)

getOwner

public hudson.model.View getOwner()

getBuilds

public hudson.util.RunList getBuilds()

getEntries

@Exported(name="build")
public List<ClaimedBuildsReport.ClaimReportEntry> getEntries()

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getApi

public hudson.model.Api getApi()


Copyright © 2004-2013. All Rights Reserved.