hudson.plugins.rubyMetrics.rcov.model
Class RcovFileDetail

java.lang.Object
  extended by hudson.plugins.rubyMetrics.rcov.model.RcovFileDetail
All Implemented Interfaces:
hudson.model.ModelObject, java.io.Serializable

public class RcovFileDetail
extends java.lang.Object
implements hudson.model.ModelObject, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RcovFileDetail(hudson.model.AbstractBuild<?,?> owner, RcovFileResult result)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 RcovFileResult getResult()
           
static long getSerialVersionUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcovFileDetail

public RcovFileDetail(hudson.model.AbstractBuild<?,?> owner,
                      RcovFileResult result)
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()

getOwner

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

getResult

public RcovFileResult getResult()

getDisplayName

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


Copyright © 2009. All Rights Reserved.