hudson.plugins.rubyMetrics.railsStats
Class RailsStatsPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.plugins.rubyMetrics.RubyMetricsPublisher
              extended by hudson.plugins.rubyMetrics.railsStats.RailsStatsPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class RailsStatsPublisher
extends RubyMetricsPublisher

Rails stats Publisher

Author:
David Calavera

Nested Class Summary
static class RailsStatsPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static RailsStatsPublisher.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
RailsStatsPublisher()
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
           
 hudson.model.Action getProjectAction(hudson.model.Project project)
           
 boolean perform(hudson.model.Build<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.plugins.rubyMetrics.RubyMetricsPublisher
fail
 
Methods inherited from class hudson.tasks.Publisher
needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, perform, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, perform, prebuild
 

Field Detail

DESCRIPTOR

public static final RailsStatsPublisher.DescriptorImpl DESCRIPTOR
Constructor Detail

RailsStatsPublisher

@DataBoundConstructor
public RailsStatsPublisher()
Method Detail

perform

public boolean perform(hudson.model.Build<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
java.lang.InterruptedException
java.io.IOException

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.Project project)
Overrides:
getProjectAction in class hudson.tasks.Publisher

getDescriptor

public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()


Copyright © 2008. All Rights Reserved.