com.thalesgroup.hudson.plugins.gnat.gnathtml
Class GnathtmlArchiver.BaseGnathtmlAction

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.gnat.gnathtml.GnathtmlArchiver.BaseGnathtmlAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
GnathtmlArchiver.GnathtmlAction, GnathtmlArchiver.GnathtmlBuildAction
Enclosing class:
GnathtmlArchiver

protected abstract static class GnathtmlArchiver.BaseGnathtmlAction
extends java.lang.Object
implements hudson.model.Action


Constructor Summary
protected GnathtmlArchiver.BaseGnathtmlAction()
           
 
Method Summary
protected abstract  java.io.File dir()
           
 hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
protected abstract  java.lang.String getTitle()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnathtmlArchiver.BaseGnathtmlAction

protected GnathtmlArchiver.BaseGnathtmlAction()
Method Detail

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

doDynamic

public hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req,
                                                      org.kohsuke.stapler.StaplerResponse rsp)
                                               throws java.io.IOException,
                                                      javax.servlet.ServletException,
                                                      java.lang.InterruptedException
Throws:
java.io.IOException
javax.servlet.ServletException
java.lang.InterruptedException

getTitle

protected abstract java.lang.String getTitle()

dir

protected abstract java.io.File dir()


Copyright © 2009. All Rights Reserved.