com.thalesgroup.hudson.plugins.tusarnotifier.types.coverage
Class CustomCoverageType

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
      extended by com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType
          extended by com.thalesgroup.hudson.plugins.tusarnotifier.types.coverage.CustomCoverageType
All Implemented Interfaces:
CustomType, hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType>, java.io.Serializable

public class CustomCoverageType
extends com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType
implements CustomType

See Also:
Serialized Form

Nested Class Summary
static class CustomCoverageType.CustomCoverageInputMetricDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
CustomCoverageType(java.lang.String pattern, java.lang.String customXSL, boolean faildedIfNotNew, boolean deleteOutputFiles)
           
 
Method Summary
 java.lang.String getCustomXSL()
           
 com.thalesgroup.dtkit.metrics.hudson.api.descriptor.CoverageTypeDescriptor<? extends com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType> getDescriptor()
           
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType
all, getInputMetric
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
getPattern, isDeleteOutputFiles, isFaildedIfNotNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomCoverageType

@DataBoundConstructor
public CustomCoverageType(java.lang.String pattern,
                                               java.lang.String customXSL,
                                               boolean faildedIfNotNew,
                                               boolean deleteOutputFiles)
Method Detail

getDescriptor

public com.thalesgroup.dtkit.metrics.hudson.api.descriptor.CoverageTypeDescriptor<? extends com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType>
Overrides:
getDescriptor in class com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType

getCustomXSL

public java.lang.String getCustomXSL()
Specified by:
getCustomXSL in interface CustomType


Copyright © 2010. All Rights Reserved.