com.deepshiftlabs.nerrvana
Class ReportAction

java.lang.Object
  extended by com.deepshiftlabs.nerrvana.ReportAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable

public class ReportAction
extends Object
implements hudson.model.Action, Serializable

Jenkins uses this class and accompanying file com\deepshiftlabs\nerrvana\ReportAction\index.jelly to create report link and report page

Version:
1.00
Author:
Deep Shift Labs, Victor Orlov
See Also:
Serialized Form

Constructor Summary
ReportAction(hudson.model.AbstractBuild<?,?> build, String space_name, String space_path, Testrun testrun, NerrvanaExecution exec)
           
 
Method Summary
 String getDisplayName()
           
 NerrvanaExecution getExec()
           
 String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 String getSpaceName()
           
 String getSpacePath()
           
 Testrun getTestrun()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportAction

public ReportAction(hudson.model.AbstractBuild<?,?> build,
                    String space_name,
                    String space_path,
                    Testrun testrun,
                    NerrvanaExecution exec)
Method Detail

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

getSpaceName

public String getSpaceName()

getSpacePath

public String getSpacePath()

getTestrun

public Testrun getTestrun()

getExec

public NerrvanaExecution getExec()

getOwner

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


Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.