hudson.plugins.javanet
Class StatsProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by 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<?,?>>

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class StatsProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static StatsProperty.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
StatsProperty()
           
 
Method Summary
 hudson.model.JobPropertyDescriptor getDescriptor()
           
 JavaNetStatsAction getJobAction(hudson.model.AbstractProject<?,?> job)
           
 
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
 

Field Detail

DESCRIPTOR

public static final StatsProperty.DescriptorImpl DESCRIPTOR
Constructor Detail

StatsProperty

public StatsProperty()
Method Detail

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.