hudson.plugins.rubyMetrics.rcov.model
Class RcovFileDetail
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RcovFileDetail
public RcovFileDetail(hudson.model.AbstractBuild<?,?> owner,
RcovFileResult result)
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 © 2008. All Rights Reserved.