hudson.plugins.robot
Class RobotPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by hudson.plugins.robot.RobotPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class RobotPublisher
extends hudson.tasks.Recorder


Nested Class Summary
static class RobotPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static java.lang.String DEFAULT_REPORT_FILE
           
static java.lang.String FILE_ARCHIVE_DIR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
RobotPublisher(java.lang.String outputPath, java.lang.String outputFileName, java.lang.String reportFileName, java.lang.String logFileName, double passThreshold, double unstableThreshold, boolean onlyCritical)
           
 
Method Summary
 java.lang.String getLogFileName()
           
 boolean getOnlyCritical()
           
 java.lang.String getOutputFileName()
           
 java.lang.String getOutputPath()
           
 double getPassThreshold()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
           
 java.lang.String getReportFileName()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 double getUnstableThreshold()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Recorder
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectActions, 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
getProjectActions, prebuild
 

Field Detail

DEFAULT_REPORT_FILE

public static final java.lang.String DEFAULT_REPORT_FILE
See Also:
Constant Field Values

FILE_ARCHIVE_DIR

public static final java.lang.String FILE_ARCHIVE_DIR
See Also:
Constant Field Values
Constructor Detail

RobotPublisher

@DataBoundConstructor
public RobotPublisher(java.lang.String outputPath,
                                           java.lang.String outputFileName,
                                           java.lang.String reportFileName,
                                           java.lang.String logFileName,
                                           double passThreshold,
                                           double unstableThreshold,
                                           boolean onlyCritical)
Method Detail

getOutputPath

public java.lang.String getOutputPath()

getOutputFileName

public java.lang.String getOutputFileName()

getReportFileName

public java.lang.String getReportFileName()

getLogFileName

public java.lang.String getLogFileName()

getPassThreshold

public double getPassThreshold()

getUnstableThreshold

public double getUnstableThreshold()

getOnlyCritical

public boolean getOnlyCritical()

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
Specified by:
getProjectAction in interface hudson.tasks.BuildStep
Overrides:
getProjectAction in class hudson.tasks.BuildStepCompatibilityLayer

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()


Copyright © 2010. All Rights Reserved.