hudson.plugins.serenitec.util
Class SourceDetail

java.lang.Object
  extended by hudson.plugins.serenitec.util.SourceDetail
All Implemented Interfaces:
hudson.model.ModelObject

public class SourceDetail
extends java.lang.Object
implements hudson.model.ModelObject

Renders a source file containing an annotation for the whole file or a specific line number.

Author:
Georges Bossert

Constructor Summary
SourceDetail(hudson.model.AbstractBuild<?,?> owner, ReportPointeur pattern)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 java.lang.String getSourceCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceDetail

public SourceDetail(hudson.model.AbstractBuild<?,?> owner,
                    ReportPointeur pattern)
Method Detail

getSourceCode

public java.lang.String getSourceCode()

getOwner

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

getDisplayName

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


Copyright © 2008. All Rights Reserved.