com.thalesgroup.hudson.plugins.tusarnotifier
Class TusarNotifier

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Notifier
              extended by com.thalesgroup.hudson.plugins.tusarnotifier.TusarNotifier
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class TusarNotifier
extends hudson.tasks.Notifier

Author:
Gregory Boissinot

Nested Class Summary
static class TusarNotifier.TusarNotifierDescriptor
           
 
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
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
TusarNotifier(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] tests, com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType[] coverages, com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType[] violations, com.thalesgroup.dtkit.metrics.hudson.api.type.MeasureType[] measures)
           
 
Method Summary
 com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType[] getCoverages()
           
 com.thalesgroup.dtkit.metrics.hudson.api.type.MeasureType[] getMeasures()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] getTests()
           
 com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType[] getViolations()
           
 
Methods inherited from class hudson.tasks.Notifier
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, 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, getProjectActions, perform, prebuild
 

Constructor Detail

TusarNotifier

public TusarNotifier(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] tests,
                     com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType[] coverages,
                     com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType[] violations,
                     com.thalesgroup.dtkit.metrics.hudson.api.type.MeasureType[] measures)
Method Detail

getTests

public com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] getTests()

getCoverages

public com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType[] getCoverages()

getViolations

public com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType[] getViolations()

getMeasures

public com.thalesgroup.dtkit.metrics.hudson.api.type.MeasureType[] getMeasures()

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()


Copyright © 2004-2012. All Rights Reserved.