org.jenkinsci.plugins.dtkit.types.violation
Class CustomViolationType

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
      extended by com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType
          extended by org.jenkinsci.plugins.dtkit.types.violation.CustomViolationType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType>, Serializable, CustomType

public class CustomViolationType
extends com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType
implements CustomType

See Also:
Serialized Form

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

Constructor Detail

CustomViolationType

@DataBoundConstructor
public CustomViolationType(String pattern,
                                                String customXSL,
                                                boolean faildedIfNotNew,
                                                boolean deleteOutputFiles)
Method Detail

getDescriptor

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

getCustomXSL

public String getCustomXSL()
Specified by:
getCustomXSL in interface CustomType


Copyright © 2004-2012. All Rights Reserved.