hudson.plugins.japex
Class JapexReportBuildAction

java.lang.Object
  extended by hudson.plugins.japex.JapexReportBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class JapexReportBuildAction
extends java.lang.Object
implements hudson.model.Action

Action contributed to a Build to display the regression information.

Author:
Kohsuke Kawaguchi

Field Summary
 hudson.model.Build owner
           
 
Constructor Summary
JapexReportBuildAction(hudson.model.Build owner)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.model.Build getOwner()
           
 java.util.List<java.net.URL> getRegressionReports()
          Gets the list of all regression reports.
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

public final hudson.model.Build owner
Constructor Detail

JapexReportBuildAction

public JapexReportBuildAction(hudson.model.Build owner)
Method Detail

getOwner

public hudson.model.Build getOwner()

getDisplayName

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

getIconFileName

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

getUrlName

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

getRegressionReports

public java.util.List<java.net.URL> getRegressionReports()
                                                  throws java.net.MalformedURLException
Gets the list of all regression reports.

Returns:
can be empty but never null.
Throws:
java.net.MalformedURLException


Copyright © 2004-2011. All Rights Reserved.