hudson.plugins.violations.hudson.maven
Class ViolationsMavenDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.maven.MavenReporter>
      extended by hudson.maven.MavenReporterDescriptor
          extended by hudson.plugins.violations.hudson.maven.ViolationsMavenDescriptor
All Implemented Interfaces:
hudson.model.Saveable

public class ViolationsMavenDescriptor
extends hudson.maven.MavenReporterDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ViolationsMavenDescriptor()
           
 
Method Summary
 ViolationsConfig getConfig()
          Return a default config to be used for configuration screen.
 java.lang.String getConfigPage()
          
 java.lang.String getDisplayName()
          
 java.lang.String getHelpFile()
          
 boolean isFreeStyle()
          Return false that tihs is free style descriptor.
 hudson.maven.MavenReporter newInstance(org.kohsuke.stapler.StaplerRequest req)
          
 
Methods inherited from class hudson.maven.MavenReporterDescriptor
all, hasConfigScreen, newAutoInstance
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViolationsMavenDescriptor

public ViolationsMavenDescriptor()
Method Detail

getDisplayName

public java.lang.String getDisplayName()

Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.maven.MavenReporter>

getConfigPage

public java.lang.String getConfigPage()

Overrides:
getConfigPage in class hudson.model.Descriptor<hudson.maven.MavenReporter>

getHelpFile

public java.lang.String getHelpFile()

Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.maven.MavenReporter>

newInstance

public hudson.maven.MavenReporter newInstance(org.kohsuke.stapler.StaplerRequest req)
                                       throws hudson.model.Descriptor.FormException

Overrides:
newInstance in class hudson.maven.MavenReporterDescriptor
Throws:
hudson.model.Descriptor.FormException

getConfig

public ViolationsConfig getConfig()
Return a default config to be used for configuration screen.

Returns:
a default config.

isFreeStyle

public boolean isFreeStyle()
Return false that tihs is free style descriptor.

Returns:
false for this class.


Copyright © 2009. All Rights Reserved.