io.loader.jenkins
Class LoaderBuildAction

java.lang.Object
  extended by io.loader.jenkins.LoaderBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject

public class LoaderBuildAction
extends Object
implements hudson.model.HealthReportingAction


Constructor Summary
LoaderBuildAction(hudson.model.AbstractBuild<?,?> build, String testId, String testResultId)
           
 
Method Summary
 hudson.model.HealthReport getBuildHealth()
           
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 String getTestId()
           
 String getTestResultId()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderBuildAction

public LoaderBuildAction(hudson.model.AbstractBuild<?,?> build,
                         String testId,
                         String testResultId)
Method Detail

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getTestId

public String getTestId()

getTestResultId

public String getTestResultId()

getIconFileName

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

getDisplayName

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

getUrlName

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

getBuildHealth

public hudson.model.HealthReport getBuildHealth()
Specified by:
getBuildHealth in interface hudson.model.HealthReportingAction


Copyright © 2004-2013 SendGrid Labs. All Rights Reserved.