hudson.plugins.plot
Class PlotPublisher.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.Publisher>
      extended by hudson.plugins.plot.PlotPublisher.DescriptorImpl
Enclosing class:
PlotPublisher

public static class PlotPublisher.DescriptorImpl
extends hudson.model.Descriptor<hudson.tasks.Publisher>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
PlotPublisher.DescriptorImpl()
           
 
Method Summary
 void doCheckNumBuilds(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Checks if the number of builds is valid.
 void doCheckSeriesFile(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Checks if the series file is valid.
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req)
          Called when the user saves the project configuration.
 
Methods inherited from class hudson.model.Descriptor
configure, configure, convert, getConfigPage, getGlobalConfigPage, getViewPage, isInstance, load, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotPublisher.DescriptorImpl

public PlotPublisher.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

getHelpFile

public java.lang.String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>

newInstance

public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req)
                                   throws hudson.model.Descriptor.FormException
Called when the user saves the project configuration.

Specified by:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

doCheckSeriesFile

public void doCheckSeriesFile(org.kohsuke.stapler.StaplerRequest req,
                              org.kohsuke.stapler.StaplerResponse rsp)
                       throws java.io.IOException,
                              javax.servlet.ServletException
Checks if the series file is valid.

Throws:
java.io.IOException
javax.servlet.ServletException

doCheckNumBuilds

public void doCheckNumBuilds(org.kohsuke.stapler.StaplerRequest req,
                             org.kohsuke.stapler.StaplerResponse rsp)
                      throws java.io.IOException,
                             javax.servlet.ServletException
Checks if the number of builds is valid.

Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2007. All Rights Reserved.