hudson.plugins.javanet
Class StatsProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
hudson.plugins.javanet.StatsProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class StatsProperty
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
JobProperty so that this plugin can contribute
JavaNetStatsAction to the project, which in turn
displays a link in the project page.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
| Methods inherited from class hudson.model.JobProperty |
getProjectAction, perform, prebuild, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final StatsProperty.DescriptorImpl DESCRIPTOR
StatsProperty
public StatsProperty()
getDescriptor
public hudson.model.JobPropertyDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>- Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
getJobAction
public JavaNetStatsAction getJobAction(hudson.model.AbstractProject<?,?> job)
- Overrides:
getJobAction in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2008. All Rights Reserved.