org.jenkinsci.plugins.tattletale
Class TattletaleReportArchiver.BaseTattletaleAction

java.lang.Object
  extended by org.jenkinsci.plugins.tattletale.TattletaleReportArchiver.BaseTattletaleAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
TattletaleReportArchiver.TattletaleAction, TattletaleReportArchiver.TattletaleBuildAction
Enclosing class:
TattletaleReportArchiver

protected abstract static class TattletaleReportArchiver.BaseTattletaleAction
extends Object
implements hudson.model.Action


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

Constructor Detail

TattletaleReportArchiver.BaseTattletaleAction

protected TattletaleReportArchiver.BaseTattletaleAction()
Method Detail

getUrlName

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

getDisplayName

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

getIconFileName

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

doDynamic

public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws IOException,
                      javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

getTitle

protected abstract String getTitle()

dir

protected abstract File dir()


Copyright © 2004-2012. All Rights Reserved.