hudson.plugins.covcomplplot
Class CovComplPlotBuildAction
java.lang.Object
hudson.plugins.covcomplplot.CovComplPlotBuildAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy
public class CovComplPlotBuildAction
- extends java.lang.Object
- implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
Build Action. This redirects StaplerRequest to
CovComplPlotTaget by StaplerProxy.
The reason why uses this scheme is to minimize the memory usage.
- Author:
- JunHo Yoon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
public transient java.lang.ref.WeakReference<CovComplPlotTaget> target
- Weak reference to
CovComplPlotTaget to be garbage collected
CovComplPlotBuildAction
public CovComplPlotBuildAction(hudson.model.AbstractBuild<?,?> owner,
CovComplPlotTaget target)
- Constructor
- Parameters:
owner - build objecttarget - target to be used.
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
getTarget
public java.lang.Object getTarget()
- Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy
getOwner
public hudson.model.AbstractBuild<?,?> getOwner()
- Get the owner
- Returns:
- corresponding build
Copyright © 2010. All Rights Reserved.